h1{
font-weight:inherit;
font-size:50px;
line-height:1.2;
color:#FF8000;
font-family:var(--cms-g-takeawaysansbold);
}

h2{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:40px;
line-height:1.4;
color:#242e30;
}

h3{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:30px;
line-height:1.2;
color:#242e30;
}

h4{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:30px;
line-height:1.2;
color:#fff;
}

h5{
font-family:var(--cms-g-takeawaysansregular);
font-weight:inherit;
font-size:22px;
line-height:1.8;
color:#FF8000;
}

h6{
font-family:var(--cms-g-takeawaysansregular);
font-weight:inherit;
font-size:18px;
line-height:1.8;
color:#242e30;
}

a{
text-decoration:none;
}

body{
font-family:var(--cms-g-takeawaysansregular);
color:var(--black);
line-height:1.5;
font-weight:400;
font-size:var(--body-font-size);
}

input[type='checkbox']{
height:16px;
width:16px;
}

.phw-container, .phw-container-nd{
max-width:1440px;
}

input::-webkit-input-placeholder{
color:var(--secondary-text);
font-size:var(--font-size-8);
font-family:var(--cms-g-takeawaysansregular);
font-weight:400;
}
input:-ms-input-placeholder{
color:var(--secondary-text);
font-size:var(--font-size-8);
font-family:var(--cms-g-takeawaysansregular);
font-weight:400;
}
input::-moz-placeholder{
color:var(--secondary-text);
font-size:var(--font-size-8);
font-family:var(--cms-g-takeawaysansregular);
font-weight:400;
}
input::placeholder{
color:var(--secondary-text);
font-size:var(--font-size-8);
font-family:var(--cms-g-takeawaysansregular);
font-weight:400;
}

input{
}

.phw-btn, .phw-btn-nd{
border-width:1px;
border-color:var(--brand-color-secondary);
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);
color:var(--black);
background-color:transparent;
}

.phw-btn:hover, .phw-btn-nd:hover{
color:var(--white);
background-color:var(--brand-color-secondary);
}

.phw-btn:focus, .phw-btn-nd:focus{
color:var(--white);
background-color:var(--brand-color-secondary);
border:none;
}

.phw-btn:active, .phw-btn-nd:active{
border:none;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family:platform-font, "phenom-font" !important;
}
.phw-g-btn-default,.btn-default,.default-button,.btn.default-button,.default-button a.action-link,.default-button button.action-link{
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
box-shadow:none;
font-family:var(--cms-g-takeawaysansbold);
font-size:14px;
line-height:24px;
min-height:48px;
margin-inline-start:calc(var(--mu-space)*2.5);
text-align:center;
}

.phw-g-btn-default:hover,.btn-default,.default-button:hover,.btn.default-button:hover,.default-button a.action-link:hover,.default-button button.action-link:hover{
background:none;
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--white);
box-shadow:none;
background-color:var(--brand-color-secondary);
}

.phw-g-btn-default:active,.btn-default,.default-button:active,.btn.default-button:active,.default-button a.action-link:active,.default-button button.action-link:active{
background-color:var(--brand-color-secondary);
}

.phw-g-btn-default:focus,.btn-default,.default-button:focus,.btn.default-button:focus,.default-button a.action-link:focus,.default-button button.action-link:focus{
color:var(--white);
background-color:var(--brand-color-secondary);
}

.phw-g-btn-jobnavigation-link{
color:var(--brand-color-primary) !important;
font-weight:900 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
border:none !important;
}

.phw-g-btn-large-default,btn.default-button.btn-lg,.btn.default-button.button-lg,.default-button.button-lg a.action-link{
color:var(--white);
background-color:var(--brand-color-secondary);
font-size:14px;
line-height:24px;
min-height:48px;
}

.phw-g-btn-large-plain,btn.plain-button.btn-lg,.btn.plain-button.button-lg,.plain-button.button-lg a.action-link{
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
font-size:var(--phw-g-small-text-font-size);
font-weight:normal;
line-height:28px;
padding-left:28px;
padding-right:28px;
min-height:60px;
}

.phw-g-btn-large-primary,.btn.primary-button.btn-lg,.btn.primary-button.button-lg,.primary-button.button-lg a.action-link{
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--white);
background-color:var(--brand-color-secondary);
min-height:48px;
font-size:14px;
line-height:24px;
font-family:var(--cms-g-takeawaysansbold);
border:none;
}

.phw-g-btn-large-primary:hover,.btn.primary-button.btn-lg:hover,.btn.primary-button.button-lg:hover,.primary-button.button-lg a.action-link:hover{
background:none;
background-image:none;
border-width:1px;
border-color:var(--phw-custom-border-black000000ff);
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
background-color:var(--phw-custom-mozf5f3f1ff);
}

.phw-g-btn-large-primary:focus,.btn.primary-button.btn-lg:focus,.btn.primary-button.button-lg:focus,.primary-button.button-lg a.action-link:focus{
background:none;
background-image:none;
border-color:var(--phw-custom-border-black000000ff);
color:var(--black);
}

.phw-g-btn-large-primary:active,.btn.primary-button.btn-lg:active,.btn.primary-button.button-lg:active,.primary-button.button-lg a.action-link:active{
border-color:var(--phw-custom-border-black000000ff);
color:var(--black);
}

.phw-g-btn-large-secondary,btn.secondary-button.btn-lg,.btn.secondary-button.button-lg,.secondary-button.button-lg a.action-link{
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
font-size:var(--phw-g-small-text-font-size);
font-weight:normal;
line-height:28px;
padding-left:28px;
padding-right:28px;
min-height:60px;
}

.phw-g-btn-link{
color:var(--black);
}

.phw-g-btn-link{
border-width:0px;
color:rgb(255, 128, 0);
}

.phw-g-i-eWvUwU:hover .phw-g-btn-link{
color:var(--black);
}

.phw-g-btn-link:hover{
background:none;
background-image:none;
color:var(--black);
background-color:transparent;
font-family:var(--cms-g-takeawaysansbold);
}

.phw-g-btn-link:focus{
background:none;
background-image:none;
color:var(--black);
font-family:var(--cms-g-takeawaysansbold);
}

.phw-g-btn-plain,.btn-info,.plain-button,.btn.plain-button,.plain-button a.action-link,.plain-button button.action-link{
background:none;
border-width:1px;
border-color:var(--phw-custom-border-black000000ff);
border-style:solid;
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
color:var(--black);
background-color:transparent;
font-weight:normal;
font-size:16px;
font-family:var(--cms-g-takeawaysansbold);
line-height:28px;
text-align:center;
padding-left:38px;
padding-right:38px;
min-height:52px;
box-shadow:none;
}

.phw-g-btn-plain:hover,.btn-info,.plain-button:hover,.btn.plain-button:hover,.plain-button a.action-link:hover,.plain-button button.action-link:hover{
background:none;
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--white);
background-color:var(--brand-color-secondary);
box-shadow:none;
}

.phw-g-btn-primary,.btn-primary,.primary-button,.btn.primary-button,.primary-button a.action-link,.primary-button button.action-link{
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--white);
background-color:var(--brand-color-secondary);
box-shadow:none;
font-family:TakeawaySans-Bold;
font-size:14px;
line-height:24px;
min-height:52px;
width:auto;
border:none;
}

.phw-g-btn-primary:hover,.btn-primary,.primary-button:hover,.btn.primary-button:hover,.primary-button a.action-link:hover,.primary-button button.action-link:hover{
background:none;
background-image:none;
border-color:var(--phw-custom-border-black000000ff);
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
background-color:var(--phw-custom-mozf5f3f1ff);
box-shadow:none;
}

#_PCM .phw-g-btn-primary.disabled,#_PCM .btn-primary,#_PCM .primary-button.disabled,#_PCM .btn.primary-button.disabled,#_PCM .primary-button a.action-link.disabled,#_PCM .primary-button button.action-link.disabled{
}
#_PCM .phw-g-btn-primary:disabled,#_PCM .btn-primary,#_PCM .primary-button:disabled,#_PCM .btn.primary-button:disabled,#_PCM .primary-button a.action-link:disabled,#_PCM .primary-button button.action-link:disabled{
}

.phw-g-btn-secondary,.btn-success,.secondary-button,.btn.secondary-button,.secondary-button a.action-link,.secondary-button button.action-link{
background:none;
border-width:1px;
border-color:var(--phw-custom-border-black000000ff);
border-style:solid;
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
background-color:var(--phw-custom-whitebgffffffff);
font-weight:normal;
font-size:16px;
font-family:var(--cms-g-takeawaysansbold);
line-height:28px;
text-align:center;
padding-left:38px;
padding-right:38px;
min-height:52px;
box-shadow:none;
}

.phw-g-btn-secondary:hover,.btn-success,.secondary-button:hover,.btn.secondary-button:hover,.secondary-button a.action-link:hover,.secondary-button button.action-link:hover{
background:none;
border-color:#eeeeee;
color:var(--white);
background-color:var(--brand-color-secondary);
box-shadow:none;
}

.phw-g-btn-small-default,btn.default-button.btn-sm,.btn.default-button.button-sm,.default-button.button-sm a.action-link{
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
font-size:var(--font-size-8);
font-weight:normal;
line-height:24px;
padding-left:38px;
padding-right:38px;
min-height:48px;
}

.phw-g-btn-small-plain,btn.plain-button.btn-sm,.btn.plain-button.button-sm,.plain-button.button-sm a.action-link{
font-size:14px;
line-height:24px;
min-height:48px;
}

.phw-g-btn-small-primary,.btn.primary-button.btn-sm,.btn.primary-button.button-sm,.primary-button.button-sm a.action-link{
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
min-height:48px;
font-size:14px;
line-height:24px;
font-family:var(--cms-g-takeawaysansbold);
}

.phw-g-btn-small-primary:hover,.btn.primary-button.btn-sm:hover,.btn.primary-button.button-sm:hover,.primary-button.button-sm a.action-link:hover{
border-width:0px;
border-color:transparent;
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--white);
background-color:var(--brand-color-secondary);
}

.phw-g-btn-small-secondary,btn.secondary-button.btn-sm,.btn.secondary-button.button-sm,.secondary-button.button-sm a.action-link{
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
font-size:var(--font-size-8);
font-weight:normal;
line-height:24px;
padding-left:38px;
padding-right:38px;
min-height:48px;
}

.phw-g-btn-small-secondary:hover,btn.secondary-button.btn-sm:hover,.btn.secondary-button.button-sm:hover,.secondary-button.button-sm a.action-link:hover{
border:none;
}

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

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

.phw-g-h1-sticky-job-title{
}

.phw-g-h1-widget-title-dark{
}

.phw-g-i-000ggb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-000m1Z-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-002kni-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-00AUYo-ds{
background-image:url("") !important;
}

.phw-g-i-00PD6G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-00cCcM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-00lVVs-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-00nJmI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-00pHMu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-01MPYv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-01P4ff{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-01UGM8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-01WUjT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-01Xv4p-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-01ceHg{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
width:350px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-01ceHg:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-01ceHg:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-01ceHg:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-01ceHg:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-01ceHg.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-01ceHg:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-01gn3e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-01i0Gz-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-01t8oe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-01yvH9-ds{
border-radius:30px !important;
}

.phw-g-i-02E57j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-02IrAM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-02Kgg6{
}

.phw-g-i-02NV1G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-02Ne5s{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-02gz3s-ds{
}

.phw-g-i-02igjH-ds{
border-radius:30px !important;
}

.phw-g-i-02jKTj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-02uW3c{
border:none !important;
}

.phw-g-i-02ybL9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-03Kt1L-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-03Syi1{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
max-width:1440px !important;
width:298.656px !important;
}

.phw-g-i-03a9nM{
}

.phw-g-i-03bBsn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-03eZvM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-03wdhy-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-03zLrw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-04A9KI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-04HIK8-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-04NRoD-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-04VCCh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-04aiIY-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-04cNas-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-04oX82-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-054afG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0550gs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-05CSfZ-ds{
border-radius:30px !important;
}

.phw-g-i-05SQC7-ds{
border-radius:30px !important;
}

.phw-g-i-05Ujxd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-05Ys6F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-05bf1u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-06D4SJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-06G3WB-ds{
border-radius:30px !important;
}

.phw-g-i-06V3SL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-06ZLiz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-06rYaw-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-06vUeb-ds{
border-radius:30px !important;
}

.phw-g-i-075EpE-ds{
border-radius:30px !important;
}

.phw-g-i-07IX5Z{
}

.phw-g-i-07OmjE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-07UVcZ{
color:var(--black) !important;
font-size:18px !important;
text-align:start !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
width:1000px !important;
}

.phw-g-i-07hCS3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-07j4We{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:229.594px !important;
height:240px !important;
}

.phw-g-i-07zWmO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-088o9U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-08GnBo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-08MnGx-ds{
display:none !important;
}

.phw-g-i-08UxJa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-08fR2n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-08nRSd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-08nRmC-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-08s3z6{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-08vI53-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-099D5m{
}

.phw-g-i-09AIp6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-09DWYe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-09GSbM-ds{
border-radius:30px !important;
}

.phw-g-i-09Ob25-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-09X73U-ds{
border-radius:30px !important;
}

.phw-g-i-09ZXw9-ds{
border-radius:30px !important;
}

.phw-g-i-09deri{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
}

.phw-g-i-09foI2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-09g19D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-09jcol{
}

.phw-g-i-09y2dN{
color:var(--text-dark) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-0A1hWJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0A3fww-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0A5DzP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0AGCld-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0AOA1Z-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-0AT6Dd-ds{
border-radius:30px !important;
}

.phw-g-i-0AUzD2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0AXygV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0Aa0NC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0Aiwgy{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-0B4980-ds{
border-radius:30px !important;
}

.phw-g-i-0B5l4g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0B8duu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-0BBOhM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0BKUwk{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-0BbNBP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0Bvwe4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0BxzwY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0C2Cs0-ds{
display:none !important;
}

.phw-g-i-0C9cV6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0CIW9t-ds{
border-radius:30px !important;
}

.phw-g-i-0CO02D-ds{
border-radius:30px !important;
}

.phw-g-i-0CQlnp-ds{
border-radius:30px !important;
}

.phw-g-i-0CWdpq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0CvXjJ-ds{
border-radius:30px !important;
}

.phw-g-i-0D2oYJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0D48Yk-ds{
border-radius:30px !important;
}

.phw-g-i-0DFQuO{
border-width:0px !important;
border-color:transparent !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:14px !important;
}

.phw-g-i-0DFQuO:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
background-color:transparent !important;
text-decoration:var(--link-hover-decoration) !important;
}

.phw-g-i-0DFQuO:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
outline-offset:var(--accessibility-outline-offset) !important;
}

.phw-g-i-0DFQuO:active{
border-color:transparent !important;
text-decoration:var(--link-hover-decoration) !important;
}

.phw-g-i-0DFQuO.disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}
.phw-g-i-0DFQuO:disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}

.phw-g-i-0DFQuO:focus{
color:var(--black) !important;
background-color:transparent !important;
}

.phw-g-i-0DJg4M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0DijC8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0Dv462-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0DzEPc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0E6no8-ds{
}

.phw-g-i-0EAclb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0EHvSa-ds{
}

.phw-g-i-0ELl2P{
}

.phw-g-i-0EdXoK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0EgSnv{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
width:350px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-0EgSnv:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-0EgSnv:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-0EgSnv:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-0EgSnv:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-0EgSnv.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-0EgSnv:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-0EokD9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0EwCJA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0F2La0-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-0F9ZCC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0FCC93-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0FLjBG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0FUTfs-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0FYxcl-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-0FfVCo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0Fney9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0Fpd5X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0G4Gww-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0G6RVP-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0GFQh2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0GMNva-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0GjHoo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0H07j1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0H4MJZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0HGFpK{
}
.phw-g-i-0HGFpK img{
object-fit:cover !important;
}

.phw-g-i-0HTwXU-ds{
border-radius:30px !important;
}

.phw-g-i-0HhHwD-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-0HpwPc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0HtfKX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-0I0Go8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0I9wHj-ds{
}

.phw-g-i-0IAPcp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0IDxAu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0III2Q-ds{
border-radius:30px !important;
}

.phw-g-i-0ILTRR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0IX5uA{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:72px !important;
height:74px !important;
}

.phw-g-i-0Incoa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0J2E3h-ds{
border-radius:30px !important;
}

.phw-g-i-0JM8oX-ds{
border-radius:30px !important;
}

.phw-g-i-0JMWzw-ds{
border-radius:30px !important;
}

.phw-g-i-0JRFAC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0JbEqD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0JmNCW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-0K3HRx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0KBDVT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0KDrN7-ds{
border-radius:30px !important;
}

.phw-g-i-0KEznd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0KGV4f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0KQSUv-ds{
border-radius:30px !important;
}

.phw-g-i-0KZdpC-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-0Khu3l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-0Kp9Mi{
}

.phw-g-i-0KruDq-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0L2tnO{
padding-top:calc(var(--pu-space)*12.5) !important;
}

.phw-g-i-0LG9yK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0LM21W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0LWdlo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0LX3wX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0LYv4f-ds{
}

.phw-g-i-0LZfIl-ds{
border-radius:30px !important;
}

.phw-g-i-0LlFKk-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0LotSF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0M68LG{
}

.phw-g-i-0MN4Tl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0MPVyo-ds{
border-radius:30px !important;
}

.phw-g-i-0MVGRj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0MmYRv-ds{
border-radius:30px !important;
}

.phw-g-i-0MrdMB{
color:var(--black) !important;
}

.phw-g-i-0Mubu6-ds{
}

.phw-g-i-0N6ATM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0NAbTg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0NFTio-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0NIGyS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0NLzSv-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0NUFS8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0NaOUI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0NjEK3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0NnD8b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0NnT4v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0ODnU6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0OFYek-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0OLwmY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0OVUoW-ds{
background-image:url("") !important;
background-size:100% 100% !important;
}

.phw-g-i-0Oa3re-ds{
border-radius:30px !important;
}

.phw-g-i-0OfNG7-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-0OvBDr{
}

.phw-g-i-0P0aOR-ds{
border-radius:30px !important;
}

.phw-g-i-0P64KW{
}

.phw-g-i-0P7iSf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0PErWZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0PJUbD-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-0PPztw{
}

.phw-g-i-0PbDbC-ds{
border-radius:30px !important;
}

.phw-g-i-0Pi3rx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0Pjbzu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0Pkli5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0PudEc-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-0Q3FVk{
}

.phw-g-i-0QLKeq-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-0Qlz6K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0Qp5q1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0Qt3YB-ds{
border-radius:30px !important;
}

.phw-g-i-0Qy4PU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0R4IU2-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-0R7rHp-ds{
border-radius:30px !important;
}

.phw-g-i-0R7rJe{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-0RKF40-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0RLjXp-ds{
border-radius:30px !important;
}

.phw-g-i-0RTntp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0RX36R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0RyWfT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-0S9NpV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0SCuPE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0SgmqX-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-0SguVe-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-0Sk8TF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0SwZsw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0T3JWu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0TD5RC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-0Tmgaj{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
border-style:none !important;
}

.phw-g-i-0Tn0PF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0Tq8kk{
max-width:1440px !important;
width:1200px !important;
}

.phw-g-i-0TvmMT{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
}

.phw-g-i-0TvmMT:focus{
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-0UIqfg-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-0UTm7U-ds{
border-radius:30px !important;
}

.phw-g-i-0UVnK5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0UZpht-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-0UkRsY{
}

.phw-g-i-0Ukc99{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-0UleA5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-0UtEr5-ds{
border-radius:30px !important;
}

.phw-g-i-0VCrim:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-0VCrim{
}

.phw-g-i-0VNGql-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0VOBpK-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-0VTIk2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0VTJyJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0VdI9P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0VmzUO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0Vru8n-ds{
border-radius:30px !important;
}

.phw-g-i-0Vvy8D-ds{
border-radius:30px !important;
}

.phw-g-i-0Vzbbk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0WChwW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0WJ7uf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0WNSWi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0WYEuj-ds{
border-radius:30px !important;
}

.phw-g-i-0WYHr2-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-0WfVjd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0WiHvl{
font-size:var(--body-font-size) !important;
line-height:1.3 !important;
color:var(--black) !important;
}

.phw-g-i-0WjlhO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0WntR3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0WqFrW{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-0WxN94-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0X6yrk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0X98dz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0XN6Rn-ds{
display:none !important;
}

.phw-g-i-0XNpoo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0Xi8NS-ds{
}

.phw-g-i-0XmT70-ds{
border-radius:30px !important;
}

.phw-g-i-0Xx9e8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0YIJNq-ds{
border-radius:30px !important;
}

.phw-g-i-0YbDJD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0YnlYC{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
}

.phw-g-i-0Z4haR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0Z6j28-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-0Z7RHU-ds{
border-radius:30px !important;
}

.phw-g-i-0Z8vNV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0Z9bNS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0ZBpcz{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-0ZV8hR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0ZXwVv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0ZbUU1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0ZcTNq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0Zji2d{
}

.phw-g-i-0ZlCqU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0ZuuvQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-0a6lFA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0aFAUV-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-0aG2cF-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-0aIhAo-ds{
border-radius:30px !important;
}

.phw-g-i-0aiSUN{
}

.phw-g-i-0alMT2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0atkuK-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-0aySjo{
}

.phw-g-i-0bE93D{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--font-size-12) !important;
text-transform:lowercase !important;
width:480px !important;
text-align:center !important;
}

.phw-g-i-0bVswg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0bWDnM{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-0buSTy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0cKyfc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0cRK7l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0cXms7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0ccXuB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0cqkhz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0cvBSk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0dCN36{
color:var(--black) !important;
}

.phw-g-i-0dFqZS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0dNFuV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0dNasz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0dUsCJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0dUzf3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0dWLLg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0dd7dl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0deap0{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
}

.phw-g-i-0dgZGP-ds{
}

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

.phw-g-i-0dlfdh-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-0dx2ek-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-0e5K2J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0eAiVV-ds{
border-radius:30px !important;
}

.phw-g-i-0eTGpR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0ed9hS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0f5MqW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0fPbdR-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0fVL3D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0fpEJb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0fpbiP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0fqReS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0gCtVT-ds{
border-radius:30px !important;
}

.phw-g-i-0gRZGJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0gY89S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0guzS0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0gxJLA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0h3xhL-ds{
border-radius:30px !important;
}

.phw-g-i-0h7RWp{
text-shadow:none !important;
}

.phw-g-i-0h9eoZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-0hGB50-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0haIAT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0hbW5Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0hoIoe-ds{
background-image:url("") !important;
}

.phw-g-i-0htjWB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0hxjBF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-0i5qNU-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-0iA5Bz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0iG771-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0imBVq{
color:var(--black) !important;
}

.phw-g-i-eWvUwU:hover .phw-g-i-0imBVq{
}

.phw-g-i-0inJPb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0iv06i-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0jcOkM-ds{
border-radius:30px !important;
}

.phw-g-i-0josdL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0jqtai-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0juUYI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0kAXnE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0kF08j-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0kGv9D{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-0khHXI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-0kjkJV{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
height:268px !important;
width:295px !important;
}

.phw-g-i-0kmDx0-ds{
}

.phw-g-i-0koNOv-ds{
border-radius:30px !important;
}

.phw-g-i-0l0irn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0l5u07-ds{
border-radius:30px !important;
}

.phw-g-i-0lA2go{
}

.phw-g-i-0lD59D-ds{
border-radius:30px !important;
}

.phw-g-i-0lKln7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0lbwke{
max-width:1440px !important;
width:1244px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-0llwzC-ds{
border-radius:30px !important;
}

.phw-g-i-0lpDmh-ds{
border-radius:30px !important;
}

.phw-g-i-0lwCkY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0lwGR8-ds{
border-radius:30px !important;
}

.phw-g-i-0m4ZDv{
}

.phw-g-i-0mI1VQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0mQTR9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0mRUHl-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0mat0Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0mmeWf-ds{
border-radius:31px !important;
}

.phw-g-i-0nDCHi-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-0nT9eF{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
max-width:none !important;
max-height:none !important;
min-height:0px !important;
min-width:0px !important;
text-align:start !important;
width:500px !important;
}

.phw-g-i-0nZ5GR-ds{
border-radius:30px !important;
}

.phw-g-i-0nheWN-ds{
border-radius:30px !important;
}

.phw-g-i-0noHt9{
color:var(--black) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-0nt15n-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-0ntx6q{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-0nu4NM{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:20px !important;
line-height:20px !important;
}

.phw-g-i-0nvLFN-ds{
border-radius:30px !important;
}

.phw-g-i-0oBLPv-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-0oEGUq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0oEcOg{
}

.phw-g-i-0oND9b-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0oa6zL{
}

.phw-g-i-0og1Ni{
}

.phw-g-i-0oi867-ds{
background-image:url("") !important;
}

.phw-g-i-0pGTmK-ds{
border-radius:30px !important;
}

.phw-g-i-0pHniI-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-0pOWrr-ds{
border-radius:30px !important;
}

.phw-g-i-0pREpa{
}

.phw-g-i-0pbBx8{
background-color:var(--widget-bg-white-color) !important;
color:var(--text-dark) !important;
}

.phw-g-i-0phx1D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0q0O2q-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0q6Xkf{
}

.phw-g-i-0q9hMe-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-0qOMa6-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-0qOp4j{
font-size:52px !important;
line-height:1.4 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:#242e30 !important;
font-weight:inherit !important;
}

.phw-g-i-0qRomV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0qYcdT-ds{
}

.phw-g-i-0qZb60{
}

.phw-g-i-0qcsl1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0qjquR{
}
.phw-g-i-0qjquR img{
object-fit:cover !important;
}

.phw-g-i-0qv0kL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0qv9Th{
border-width:0px !important;
border-color:transparent !important;
color:var(--white) !important;
}

.phw-g-i-0qv9Th:hover{
background:none !important;
background-image:none !important;
border-color:transparent !important;
color:var(--black) !important;
text-decoration:var(--link-hover-decoration) !important;
}

.phw-g-i-0qv9Th:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
outline-offset:var(--accessibility-outline-offset) !important;
}

.phw-g-i-0qv9Th:active{
border-color:transparent !important;
text-decoration:var(--link-hover-decoration) !important;
}

.phw-g-i-0qv9Th.disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}
.phw-g-i-0qv9Th:disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}

.phw-g-i-0r3u4A{
background:none;
background-image:none;
border-width:0px;
border-color:transparent;
border-style:dotted;
color:var(--black);
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400;
font-size:16px;
padding-left:15px;
padding-right:15px;
height:41px;
max-width:none;
max-height:none;
min-height:0px;
min-width:0px;
line-height:1.5;
}
#_PCM .phw-g-i-0r3u4A{
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-0r3u4A:hover{
background:none;
background-image:none;
border-width:0px;
border-color:transparent;
border-style:dotted;
color:var(--black);
background-color:transparent;
font-weight:700;
font-size:var(--body-font-size);
padding-left:15px;
padding-right:15px;
min-height:40px;
text-decoration:var(--link-hover-decoration);
}
#_PCM .phw-g-i-0r3u4A:hover{
}

.phw-g-i-0r3u4A:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
outline-style:dotted;
outline-width:1px;
outline-color:var(--brand-color-secondary);
outline-offset:1px;
}
#_PCM .phw-g-i-0r3u4A:focus-visible{
}

.phw-g-i-0r3u4A:active{
border-color:transparent;
text-decoration:var(--link-hover-decoration);
}
#_PCM .phw-g-i-0r3u4A:active{
}

.phw-g-i-0r3u4A.disabled{
border-color:transparent;
color:var(--btn-dark);
}
#_PCM .phw-g-i-0r3u4A.disabled{
}
.phw-g-i-0r3u4A:disabled{
border-color:transparent;
color:var(--btn-dark);
}
#_PCM .phw-g-i-0r3u4A:disabled{
}

.phw-g-i-0r3u4A:focus{
color:var(--black);
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:700;
font-size:var(--body-font-size);
padding-left:15px;
padding-right:15px;
min-height:40px;
outline-style:none;
outline-offset:0px;
text-decoration:underline;
outline-color:var(--brand-color-secondary);
outline-width:0px;
}
#_PCM .phw-g-i-0r3u4A:focus{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-0r7o87-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0r9LgR-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-0rKwBs{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-0rN2vx{
color:var(--black) !important;
}

.phw-g-i-0rPbwV-ds{
border-radius:30px !important;
}

.phw-g-i-0rVutN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0raGWe{
}

.phw-g-i-0rgKt7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0s2Dgy{
font-size:var(--body-font-size) !important;
line-height:1.4 !important;
}

#_PCM .phw-g-i-0sIE5C{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:700 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-0sZNkN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0sZTGA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-0sZm3q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0shGeJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0spR7n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0st1e7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0sw4XA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0tDgme-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0tIJDF-ds{
border-radius:30px !important;
}

.phw-g-i-0tKgkX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0tSBWg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-0tVYEV-ds{
}

.phw-g-i-0tVunU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0tjzHC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0tphqq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0ttUte-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0tuM4z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0tylnX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0uOCUq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-0ub7n5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0uooUq{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-0uxWOb{
background:none !important;
background-image:none !important;
}

.phw-g-i-0v2ZTM-ds{
border-radius:30px !important;
}

.phw-g-i-0v2hNY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0v2lc8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0v8Syw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0vM3Hj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0vU69X-ds{
border-radius:30px !important;
}

.phw-g-i-0vauLd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0vuszu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0vvMCY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0vwkww-ds{
}

.phw-g-i-0vza83-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0w96hA-ds{
border-radius:30px !important;
}

.phw-g-i-0wBRmm-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-0wNNJ9-ds{
border-radius:30px !important;
}

.phw-g-i-0wOasP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0wRUsy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0wXbyn{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-0wYpJw-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-0x1tAQ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-0xMo8R-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-0xPwQT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-0xd5L4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0xf4hx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0xirK5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0y2MBX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0yHqeb-ds{
border-radius:30px !important;
}

.phw-g-i-0yIDZM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0yIIUu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0yNSie-ds{
border-radius:30px !important;
}

.phw-g-i-0ySaIR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0yTfIS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-0z508i-ds{
border-radius:30px !important;
}

.phw-g-i-0zF8D8-ds{
border-radius:30px !important;
}

.phw-g-i-0zGesm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-0zSgcu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-0zt9Nb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-103MNA-ds{
border-radius:30px !important;
}

.phw-g-i-10583p{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-1086d4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-10DzEp-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-10GqwY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-10TLpv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-10YFmL-ds{
border-radius:30px !important;
}

.phw-g-i-10b594-ds{
}

.phw-g-i-10ocKd-ds{
border-radius:30px !important;
}

.phw-g-i-116k3Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-117tmX{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-bottom:calc(var(--pu-space)*1.5) !important;
}

.phw-g-i-11CHHH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-11DwDv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-11NOFg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-11QbIM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-11bR14-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-11bj6n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-11fc7S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-11ievn-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-11mg0D-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-11n3AZ-ds{
border-radius:30px !important;
}

.phw-g-i-12Ojh5-ds{
border-radius:30px !important;
}

.phw-g-i-12RiMI-ds{
border-radius:30px !important;
}

.phw-g-i-12Yp97-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-12uCl3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-134ZPH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-13HhAX-ds{
border-radius:30px !important;
}

.phw-g-i-13K4OD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-13VEfz-ds{
display:none !important;
}

.phw-g-i-13WDTd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-13Xb1N{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--text-dark) !important;
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*4) !important;
}

.phw-g-i-13ZlYH-ds{
border-radius:30px !important;
}

.phw-g-i-13e5cT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-13xOP6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-140iRa{
}

.phw-g-i-146Y5M{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-14SLsG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-14smyG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-14wMvM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-14wmyM-ds{
border-radius:17px !important;
}

.phw-g-i-14zI9N-ds{
border-radius:30px !important;
}

.phw-g-i-159LD8{
}

.phw-g-i-15GVVa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-15GWtr-ds{
border-radius:30px !important;
}

.phw-g-i-15JbXs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-15Lc8z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-15Uv7d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-15WbWI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-15X1lp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-15l3eL-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-15wLki-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-163lJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-16XEs5-ds{
border-radius:30px !important;
}

.phw-g-i-17O4qf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-17P8k4{
border-radius:30px !important;
}

.phw-g-i-17QQfq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-17YJQL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-17fYxM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-17huCn-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-17uHqK-ds{
border-radius:30px !important;
}

.phw-g-i-17yUqq{
}

.phw-g-i-189B5j{
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*4) !important;
}

.phw-g-i-18JC8j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-18Nkpd-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-18NtNO{
padding-bottom:calc(var(--pu-space)*3) !important;
}

.phw-g-i-18SWPH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-18edxN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-18pfwu-ds{
border-radius:30px !important;
}

.phw-g-i-18vsuv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-18wTDt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-18wppx-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-18yRiJ-ds{
border-radius:30px !important;
}

.phw-g-i-193ESd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-193aHe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-194mWO-ds{
}

.phw-g-i-195QDy{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
outline-color:var(--brand-color-primary) !important;
}

.phw-g-i-197Pfe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-19TFjG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-19b1YC{
}

.phw-g-i-19dAS1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-19l5Rj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-19lIMS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-19qRKC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-19tClI-ds{
border-radius:30px !important;
}

.phw-g-i-19yCCr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1A1acT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1A5oS3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1ALQkH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1AcP26-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1AeeMV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1AgvHp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1Ah8PB-ds{
border-radius:9px !important;
}

.phw-g-i-1AjrdC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1Almtf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1As5Jc-ds{
border-radius:30px !important;
}

.phw-g-i-1AtLdo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1BKFmC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1BL9qm-ds{
border-radius:30px !important;
}

.phw-g-i-1BLalZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1BeNxl-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-1Bgqtf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1Bj3pZ{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
width:480px !important;
text-align:center !important;
}

.phw-g-i-1BmgMA-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1C5VP1{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-1CBOHa-ds{
border-radius:30px !important;
}

.phw-g-i-1CBgzu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1CJeQD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1CVsxI{
border-color:var(--phw-custom-border-black000000ff) !important;
color:var(--white) !important;
}

.phw-g-i-1CXxBE-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-1ChWCM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1CkoEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1CpR5h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1Cq93u-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1CsR0E-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1Ctfop{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-1D8HN6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1DBZMR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1DH3PO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1DKIge-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1DKj6v{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
width:350px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-1DKj6v:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

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

.phw-g-i-1DKj6v:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-1DKj6v:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-1DKj6v.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-1DKj6v:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-1DKkDx-ds{
border-radius:30px !important;
}

.phw-g-i-1DKuNz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1DQ2a6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1DR7JK-ds{
border-radius:30px !important;
}

.phw-g-i-1DU7P1-ds{
border-radius:30px !important;
}

.phw-g-i-1DkYco-ds{
}

.phw-g-i-1ECJ3i-ds{
border-radius:30px !important;
}

.phw-g-i-1EeTpF-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-1EpIt9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1FQjN2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1FZmnK{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-1Fb4rN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1FcQhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1FrPSs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1FyrMb-ds{
border-radius:30px !important;
}

.phw-g-i-1G2Kh4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1G456L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1G5jy4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1GEQir{
box-shadow:var(--box-shadow-style-2) !important;
}

.phw-g-i-1GG0uS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1GPAQg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1GdXWH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1GieBC-ds{
border-radius:30px !important;
}

.phw-g-i-1H0326-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1H5woI-ds{
border-radius:30px !important;
}

.phw-g-i-1H7sw9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1HMcy6-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-1HWe1b-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-1HaWam-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1HpIoF-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-1HtDJD{
}

.phw-g-i-1HzFTs-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1I3MtZ-ds{
border-radius:30px !important;
}

.phw-g-i-1IOCFA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1IXM8B{
box-shadow:none !important;
}

.phw-g-i-1J1pgj{
}

.phw-g-i-1JED8p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1JLEVG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1JMdyB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1JQTZT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1Jb3mU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1JgaDn{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-1JgaDn:hover{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-1JiC6r-ds{
border-radius:30px !important;
}

.phw-g-i-1JjGim-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1Jlfcg-ds{
border-radius:30px !important;
}

.phw-g-i-1JukkI-ds{
border-radius:30px !important;
}

.phw-g-i-1JwMbo-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-1K6uZy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1K8Z6I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1KBCoF{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-1KFeK7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1KI0uA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1KK6cL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1KQcuC-ds{
border-radius:30px !important;
}

.phw-g-i-1KZnOo-ds{
display:none !important;
}

.phw-g-i-1KbQPS{
max-width:300px !important;
width:100% !important;
max-height:65px !important;
}

.phw-g-i-1Kfq9v-ds{
border-radius:30px !important;
}

.phw-g-i-1Khfvj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1KvlsJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1L1g7M-ds{
background-image:url("") !important;
}

.phw-g-i-1L9Nez-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1LGipb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1LRKJF-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1LmdHn-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-1Lp50R-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1LqjoS-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-1LrO2y-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-1Lukjh-ds{
border-radius:30px !important;
}

.phw-g-i-1LvG6O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1LxSA0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1LyC3P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1M3gMj{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
}

.phw-g-i-1MJZxf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1MKGSj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1MNLHm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1MNXJz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1MZlHF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1MkFW2{
min-height:0px !important;
min-width:0px !important;
width:260px !important;
}

.phw-g-i-1Mmu03-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1MnWPm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1Ms9mO-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-1N005S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1N9QBz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1NXnXF-ds{
}

.phw-g-i-1NftwY-ds{
border-radius:30px !important;
}

.phw-g-i-1OM6Hj-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-1ORXrN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1OW9Ls-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-1Of8GB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1OoBGk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1OsQj5{
text-align:justify !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
}

.phw-g-i-1PAen5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1PUUfq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1Pf3Sb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1PkaB6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1QE6av-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1QEaaH-ds{
}

.phw-g-i-1QK1FY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1QKjzA-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-1QP6t9-ds{
border-radius:30px !important;
}

.phw-g-i-1QqmwW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1R0uP0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1RBMdd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1RDKvT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1RGK77{
color:var(--black) !important;
font-size:18px !important;
}

.phw-g-i-1RQfqD{
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}

.phw-g-i-1RUdSp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1RV56G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1RWgJj{
}
.phw-g-i-1RWgJj img{
object-fit:cover  !important;
}

.phw-g-i-1RcM1o-ds{
border-radius:30px !important;
}

.phw-g-i-1RjDSA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1Rx4Ke-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1S9zjW-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-1SHt9J-ds{
border-radius:30px !important;
}

.phw-g-i-1SODrx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1SU2na-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-1SVEE0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1Sqm21-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1SsiTL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1Ssy1U-ds{
border-radius:30px !important;
}

.phw-g-i-1SxeEx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1SyXiq-ds{
border-radius:30px !important;
}

.phw-g-i-1T4oES-ds{
border-radius:30px !important;
}

.phw-g-i-1T7BlM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1T8oKP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1TDvw9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1TPZI9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1ToExx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1ToUGT-ds{
border-radius:30px !important;
}

.phw-g-i-1U2TOo-ds{
text-align:left !important;
}

.phw-g-i-1UOHgM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1UUyUb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1UVPgI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1UZIrt-ds{
}

.phw-g-i-1UchU5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1UjVC9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1UyVQ9-ds{
border-radius:30px !important;
}

.phw-g-i-1VLx2R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1VMBAc-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-1VQ9zq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1VWHXW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1VlSYn-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-1VlY72-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1Vm80Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1VsDDu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1Vyxdy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1W01KF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1W3wSS-ds{
border-radius:30px !important;
}

.phw-g-i-1W7vpm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1WCFSX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1WLIVi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1WLOPI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1WTLuX-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-1WTNRg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1WWkxR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1WbNNq-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-1Wgszb{
font-size:40px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-1Wgyuk{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1WnkGv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1Wsz1i-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-1WzP4S-ds{
border-radius:30px !important;
}

.phw-g-i-1XBsps{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-1XORDe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1XS9YQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1Xfihl-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-1XlWfW-ds{
border-radius:17px !important;
}

.phw-g-i-1Xo00P-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1Y7H6Q-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1YHGVZ{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-1YHGVZ:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

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

.phw-g-i-1YHGVZ:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-1YHGVZ:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-1YHGVZ.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-1YHGVZ:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-1Ygbav-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1Z2mbZ{
box-shadow:none !important;
color:rgb(255, 128, 0) !important;
font-family:TakeawaySans-Bold !important;
font-size:14px !important;
line-height:24px !important;
min-height:0px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
}

.phw-g-i-1Z2mbZ:hover{
background:none !important;
border-color:transparent !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
}

.phw-g-i-1Z2mbZ:active{
border-color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-1Z2mbZ:focus{
border-color:transparent !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

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

.phw-g-i-1Z2mbZ.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-1Z2mbZ:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-1Z7wVT{
}

.phw-g-i-1ZBwHT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1ZRP8i-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-1Zdqmc{
color:var(--black) !important;
}

.phw-g-i-1aCNy6-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1aCnX6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-1aGrHV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1aHFJ4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1aLl56-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1aNDLw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1aOhhc-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1aQoqS-ds{
}

.phw-g-i-1aWxFn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1aa2rT{
font-family:var(--cms-g-jetsansregular) !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:1.3 !important;
font-weight:400 !important;
}

.phw-g-i-1acPNj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1adgq7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1ar1hc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1b5S00{
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-color:var(--custom-border-color-m0h0i-border) !important;
}

.phw-g-i-1b7hpb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1bKeNP-ds{
border-radius:30px !important;
}

.phw-g-i-1bUeVD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1be463-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1bkZ8s-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1byk8W{
}

.phw-g-i-1c1xnA-ds{
border-radius:30px !important;
}

.phw-g-i-1c25Wu-ds{
}

.phw-g-i-1cLsFp-ds{
}

.phw-g-i-1cLzPp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1cQQy1-ds{
}

.phw-g-i-1cROFP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1cS43A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1cUB1t{
}

.phw-g-i-1ckYFT{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-229zxZ:hover .phw-g-i-1cxry1{
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
}

.phw-g-i-1cxry1{
}

.phw-g-i-1d5luV-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-1d6eyw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1d6m38-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1dCa5I-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-1dDHts{
color:var(--black) !important;
width:60% !important;
margin-inline-start:auto !important;
margin-inline-end:auto !important;
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-1dLl6w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1dZybR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1de7jR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1dqIhl-ds{
border-radius:30px !important;
}

.phw-g-i-1dr1wo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1eGoqR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1eQzNh-ds{
border-radius:30px !important;
}

.phw-g-i-1egBb5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1ejOj0-ds{
border-radius:30px !important;
}

.phw-g-i-1emIeC-ds{
border-radius:30px !important;
}

.phw-g-i-1ezYPN-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-1f8Hry-ds{
opacity:0.8 !important;
}

.phw-g-i-1fAXeS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1fBHQf-ds{
border-radius:30px !important;
}

.phw-g-i-1fEy24-ds{
border-radius:30px !important;
}

.phw-g-i-1fMRi6{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
font-weight:normal !important;
padding-left:35px !important;
padding-right:35px !important;
margin-top:calc(var(--mu-space)*3) !important;
}

.phw-g-i-1fMRi6:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
}

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

.phw-g-i-1fMRi6:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-1fMRi6:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-1fMRi6.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-1fMRi6:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-1fN6jW{
}

.phw-g-i-1fcLEH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1flOoM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1fpNw3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1g2X5G-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-1g4Gfx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1g4sXA-ds{
border-radius:30px !important;
}

.phw-g-i-1gGMD6{
}

.phw-g-i-1gM9vk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1gWOPm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1grfOo{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
width:598px !important;
height:268px !important;
}

.phw-g-i-1gsrOL-ds{
}

.phw-g-i-1h7gz3-ds{
}

.phw-g-i-1hmgZK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1hwqWE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1i4mXz{
}

.phw-g-i-1iAH2W-ds{
border-radius:30px !important;
}

.phw-g-i-1iFCrK-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1iGn2D{
}

.phw-g-i-1iJEiL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1iP5rU-ds{
}

.phw-g-i-1iTLTX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1iZbBE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1igSo7-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-1igcn3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1iqG0V-ds{
color:#00adee !important;
}

.phw-g-i-1iutf5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1j21Iv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1j5FgR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1jNDE1-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-1jO43v{
font-size:var(--body-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-1jSTqQ{
}

.phw-g-i-1jeyvM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1jjPTU-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-1jpPxb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1jr3al-ds{
}

.phw-g-i-1jrsNo{
text-align:justify !important;
}

.phw-g-i-1k3CkO-ds{
display:none !important;
}

.phw-g-i-1kEDT7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1kHMLd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1kUBGU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1kXCRA-ds{
border-radius:30px !important;
}

.phw-g-i-1kXWrB{
height:200px !important;
}

.phw-g-i-1kd1GI-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1kn78O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1kucoI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1l2AKW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1l5gwJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1l7fGm-ds{
border-radius:30px !important;
}

.phw-g-i-1l9oq8-ds{
}

.phw-g-i-1lddbG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1lgzNG{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-1m2C4P-ds{
}

.phw-g-i-1mLWW8-ds{
border-radius:30px !important;
}

.phw-g-i-1mMO0F-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1mOcVY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1mX39L{
width:360px !important;
max-width:360px !important;
height:63px !important;
max-height:100px !important;
}

.phw-g-i-1maoah-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1md3OE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1meXTw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1mk3Bn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1mqki7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-1n1kn3-ds{
border-radius:30px !important;
}

.phw-g-i-1n6G8f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1n8Tgm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1nG4pb-ds{
border-radius:30px !important;
}

.phw-g-i-1nefTC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1ngkkP-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-1nhTKm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1o76lg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1oCOrv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1oK5ti-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1oKzhU{
}

.phw-g-i-1oO0XT{
background:none !important;
background-image:none !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-1oQicX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1oYA7s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1omEtt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1ov4kd{
}

.phw-g-i-1ozyeu{
}

.phw-g-i-1p7XX8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1pOfpP-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-1pOoS1{
}

.phw-g-i-1pPTfy-ds{
border-radius:30px !important;
}

.phw-g-i-1pWTmu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1pXix8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1puXV3{
}

.phw-g-i-1qeNiD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1qjFcZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1qjToo{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-1qvX4h{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-1qyQ8A{
}

.phw-g-i-1r06BS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1r6epG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1rJmYP-ds{
}

.phw-g-i-1rOaei-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1rUNpW-ds{
border-radius:30px !important;
}

.phw-g-i-1rc8tO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1rjbpz-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-1rl55U-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-1rsKaN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1ryDoA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1s8V38{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image4-1739247054800.png) !important;
background-color:none !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-1s97qS-ds{
border-radius:30px !important;
}

.phw-g-i-1sOB47-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1sR4gG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1sRKPZ-ds{
border-radius:30px !important;
}

.phw-g-i-1sqQRu-ds{
border-radius:30px !important;
}

.phw-g-i-1t6ZqW-ds{
border-radius:30px !important;
}

.phw-g-i-1tE26s-ds{
border-radius:30px !important;
}

.phw-g-i-1tGIAO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1tIHdt-ds{
border-radius:30px !important;
}

.phw-g-i-1tLrIR-ds{
border-radius:30px !important;
}

.phw-g-i-1tM9Fp-ds{
display:none !important;
}

.phw-g-i-1tTosL-ds{
border-radius:30px !important;
}

.phw-g-i-1tU4m2-ds{
border-radius:30px !important;
}

.phw-g-i-1tUvtP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1taPq1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1tbj7d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1tei82-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1to5d0-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-1to5d0-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-1tqLBW-ds{
border-radius:30px !important;
}

#_PCM .phw-g-i-1tqWGd{
}

.phw-g-i-1u6NcF-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-1u7hFu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1uMiea-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1uOb9K-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-1uZ3oR-ds{
border-radius:30px !important;
}

.phw-g-i-1unOqe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1uqxcX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-1uw63v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D3Dqus:hover .phw-g-i-1v0PjK{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-1v0PjK{
}

.phw-g-i-ZROC1g:hover .phw-g-i-1v0PjK{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-1v1BBQ{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
height:400px !important;
width:598px !important;
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
}

.phw-g-i-1v5Yf8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1vA2hs-ds{
border-radius:31px !important;
}

.phw-g-i-1vCT1m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1vJUyR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1vKufY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1vTgN3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1vYdPd-ds{
border-radius:30px !important;
}

.phw-g-i-1w7GLx-ds{
border-radius:30px !important;
}

.phw-g-i-1wV3zC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1wWhYf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1wjT8r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1wu3fI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-1wuNmx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1wz42o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1x17B8-ds{
border-radius:30px !important;
}

.phw-g-i-1x3LLJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1x5XzK{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-size:var(--phw-g-small-text-font-size) !important;
font-weight:normal !important;
line-height:28px !important;
padding-left:28px !important;
padding-right:28px !important;
min-height:60px !important;
}

.phw-g-i-1xKjVm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1xXgDY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1xdVQe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1xgrLM-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-1xnRsf-ds{
border-radius:30px !important;
}

.phw-g-i-1y0jup-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1yGe6s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1ydW4j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-1ykDvt{
}

.phw-g-i-1yprDA-ds{
border-radius:30px !important;
}

.phw-g-i-1yxsfN-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-1zJymM-ds{
border-radius:30px !important;
}

.phw-g-i-1zgcym-ds{
border-radius:30px !important;
}

.phw-g-i-1znYQV-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-1zpuvG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2038F6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-204aJc-ds{
border-radius:30px !important;
}

.phw-g-i-20DGLZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-20GkaO{
}

.phw-g-i-20KaBI{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
aspect-ratio:4/3 !important;
object-fit:cover !important;
}

.phw-g-i-20NMEu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-20PU2o-ds{
}

.phw-g-i-20SSoq{
}

.phw-g-i-20UAtA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-20UqE1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-20u8KK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-217Vr4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-21BHWW{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-21LaRA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-21UrV6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-21V8fN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-21Xj6H{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-21e4C2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-21i1yq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-229zxZ{
}

.phw-g-i-22EGn2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-22P6ez-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-22Rfyl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-22TAKM{
color:var(--black) !important;
}

.phw-g-i-22YEdS{
background-color:var(--phw-custom-whitebgffffffff) !important;
color:var(--black) !important;
}

.phw-g-i-22jgnU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-22xTqt-ds{
}

.phw-g-i-23CKgx-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-23CqJG-ds{
border-radius:30px !important;
}

.phw-g-i-23KSwR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-23OCll{
}

.phw-g-i-23OLco-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/Capture-1596712067406.png") !important;
background-size:cover !important;
background-position:50% 50% !important;
}

.phw-g-i-23iqNR-ds{
border-radius:30px !important;
}

.phw-g-i-23mrAe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-23z4Cl{
color:var(--black) !important;
}

.phw-g-i-244tic-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-24GpPi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-24OAHl-ds{
border-radius:30px !important;
}

.phw-g-i-24v02a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-259Rfe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-25FNHJ-ds{
border-radius:30px !important;
}

.phw-g-i-25MGeP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-25P4tM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-25SJyH{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-25TRUE{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
}

.phw-g-i-25as2j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-25bOtX{
}

.phw-g-i-25r5Ko-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-25u49H-ds{
display:none !important;
}

.phw-g-i-264t6N{
}
.phw-g-i-264t6N img{
object-fit:cover !important;
}

.phw-g-i-26DmWv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-26y2r8-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-271BVH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-276FUs-ds{
border-radius:17px !important;
}

.phw-g-i-27AVXJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-27GEx7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-27R62s-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-27faVX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-27nA76-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-27wIOT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-281m2b{
max-width:250px !important;
max-height:55px !important;
width:100% !important;
}

#_PCM .phw-g-i-28H3U4{
}

.phw-g-i-28qpWR-ds{
border-radius:30px !important;
}

.phw-g-i-298A5L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-299gp1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-29MwGM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-29ZLUJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-29bFkU{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-29gNfs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-29iwvc-ds{
border-radius:30px !important;
}

.phw-g-i-29ofEz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-29p0Tq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-29uRNX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2AGasw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2AHvmA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2ALJPo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2ATdUv{
max-width:1440px !important;
width:1244px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-2AZN5O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2Av65r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2AxGCq{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-repeat:no-repeat !important;
background-color:transparent !important;
}

.phw-g-i-2B655u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2BH1RR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2BIKvT-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-2BQoS9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2BVeGl-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-2BZiba-ds{
}

.phw-g-i-2BhHlk{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--text-dark) !important;
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*4) !important;
}

.phw-g-i-2Bmj7U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2BvMWU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2C6u7s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2C9c3h{
}

.phw-g-i-ITI4ig:hover .phw-g-i-2C9c3h{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-2CAD1x-ds{
border-radius:30px !important;
}

.phw-g-i-2CAKH8-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2CBYrF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2CG54t-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2CGjZa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2CNAgS-ds{
border-radius:30px !important;
}

.phw-g-i-2CQ6jz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2CjUMN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-2CuTfq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2D1giA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2D67RZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2D7PLE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2D9wXO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2DCG04{
}

.phw-g-i-2DEc9b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2DNCEb{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-marketing-1740541388454.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-2DPTjK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2DTgKm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2DUBbD-ds{
border-radius:30px !important;
}

.phw-g-i-2DkCwJ-ds{
border-radius:30px !important;
}

.phw-g-i-2DnEVJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2Dq08n-ds{
}

.phw-g-i-2DzxVJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-2E1H8V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2E3GxB{
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-2E3GxB:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
text-decoration:underline !important;
border:none !important;
}

.phw-g-i-2E4l61{
}

.phw-g-i-2ECrTd-ds{
border-radius:30px !important;
}

.phw-g-i-2EFo37{
color:var(--white) !important;
}

.phw-g-i-2ENp7a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2EUHLE-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-2EdDSS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2EiVmF-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-2ElEcJ{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-2ElEcJ:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-2ElEcJ:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-2ElEcJ:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-2ElEcJ:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-2ElEcJ.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-2ElEcJ:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-2EprHE-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-2Eq6xF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2Eyrm5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2F7Y34-ds{
}

.phw-g-i-2FS4W8{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-2FcLWO-ds{
}

.phw-g-i-2Ff6FR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-2FqlU3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2FtdkA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2FvxAH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2G0zbf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2GBLgv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2GEYaD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2GYwPl-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/Capture-1596712067406.png") !important;
background-size:cover !important;
background-position:50% 50% !important;
}

.phw-g-i-2HeUT3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2HuJP8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2I8aTj{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-2I8kOW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2IFMx1-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-2IQB7W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2IkllT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2JOQTO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2JRSD2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2JicVz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2Jn6qy{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-2JwbJv-ds{
border-radius:30px !important;
}

.phw-g-i-2KFKOJ-ds{
background-image:url("") !important;
background-size:auto !important;
}

.phw-g-i-2KFOF2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2KPGqk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2KPbg1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2KPnaO-ds{
border-radius:30px !important;
}

.phw-g-i-2KPwJD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2KRsQS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2KZDdS-ds{
border-radius:30px !important;
}

.phw-g-i-2KZRTS-ds{
border-radius:30px !important;
}

.phw-g-i-2LAbpK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2LBCTT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2LF9CK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2LeRBS-ds{
border-radius:30px !important;
}

.phw-g-i-2Lgdi0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2Li1ZT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2Lj84T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2Lq3bp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2LqEYX-ds{
border-radius:30px !important;
}

.phw-g-i-2M0z82{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
}

.phw-g-i-2MBFys{
}

.phw-g-i-2MDEOy{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:568px !important;
}

.phw-g-i-2MF7s2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2MJ3fW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2MTot5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2MiBVk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2NBcd7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2NO01m-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2NV3U2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2Nnavr-ds{
border-radius:30px !important;
}

.phw-g-i-2Nq80a-ds{
}

.phw-g-i-2NqdpP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2Nr5JT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2O14a9-ds{
border-radius:30px !important;
}

.phw-g-i-2O65ao-ds{
border-radius:30px !important;
}

.phw-g-i-2O6H73-ds{
background-size:100% 100% !important;
}

.phw-g-i-2O8Pt4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2OHLLs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2OOwwp-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-2OQl4f{
}

.phw-g-i-2OZf0H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2OgNgp-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2OmSOd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2OpF1G-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2OsNln-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2P69Mr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2P7V9f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2P9lor-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2PAQwG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2PB0Yg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2PD9wZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2PGShu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2PJIR5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2PKZrg{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-2PUgjj{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-2Po1Jo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-2PocAb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2PzSbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2QBhoq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2QKsuK-ds{
}

.phw-g-i-2Qk4eM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2Qmpoz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2QrSt4{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
margin-inline-start:calc(var(--mu-space)*3) !important;
}

.phw-g-i-2Qt7YC-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2RIAEz{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-2RMg7j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2RQOIy{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-2RUPcB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2RW96s-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-2RXRSo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2Re60Q-ds{
border-radius:30px !important;
}

.phw-g-i-2Rsmpp-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-2S6hcX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2SCmu2{
font-size:var(--phw-g-input-label-text-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--secondary-text) !important;
max-width:none !important;
max-height:none !important;
min-height:0px !important;
min-width:0px !important;
width:500px !important;
}

.phw-g-i-2SjTNX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2SmbUc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2Sr7es-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2SuPHX-ds{
opacity:0.8 !important;
}

.phw-g-i-2T0BYx-ds{
border-radius:30px !important;
}

.phw-g-i-2TKvXi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2TL8Xd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2TLL42-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2TRf9u-ds{
border-radius:30px !important;
}

.phw-g-i-2Tju13{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-2TmWp4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2TwhvT-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-2TyuOO-ds{
}

.phw-g-i-2U1ivk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2U4Zst-ds{
border-radius:30px !important;
}

.phw-g-i-2ULLoE{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
font-size:0px !important;
line-height:0 !important;
width:350px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
height:364px !important;
}

.phw-g-i-2UMQwd-ds{
border-radius:30px !important;
}

.phw-g-i-2UOY0I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2VOzPr{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-2VU0WP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2VUbhG{
border-color:var(--custom-border-color-ZmlLd-border) !important;
}

.phw-g-i-2VjMcy-ds{
}

.phw-g-i-2VnwKU-ds{
border-radius:30px !important;
}

.phw-g-i-2VsIaZ{
}

.phw-g-i-2VwIUV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2VxP89-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2VzoVi-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-2W4acA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2WAfiy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2WAph7{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--font-size-11) !important;
text-transform:lowercase !important;
text-align:start !important;
width:990px !important;
}

.phw-g-i-2WHk1Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2WMOnm{
}

.phw-g-i-2WOwzr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2WPOm7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2WX8nQ-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-2WYiRM{
}
.phw-g-i-2WYiRM img{
object-fit:cover  !important;
}

.phw-g-i-2WZp1i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2WkJsJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2WmZ3D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2X2IyV-ds{
}

.phw-g-i-2XEK7o{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
height:268px !important;
width:568px !important;
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
}

.phw-g-i-2XSiak-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2XVXzn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2XgsMI-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-2XtL6J{
}

.phw-g-i-2XxUaY-ds{
}

.phw-g-i-2Y8tJQ{
color:var(--black) !important;
}

.phw-g-i-2YDitD{
border-color:var(--phw-custom-border-black000000ff) !important;
color:var(--black) !important;
}

.phw-g-i-2YEUFF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2YI0zo{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-2YI0zo:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-2YI0zo:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-2YI0zo:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-2YI0zo:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-2YI0zo.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-2YI0zo:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-2YRlxv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2YUBQ8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2YcLgI{
}

.phw-g-i-2Yd6iQ-ds{
border-radius:30px !important;
}

.phw-g-i-2YgVIu-ds{
border-radius:30px !important;
}

.phw-g-i-2Z95x5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2ZFcg8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2ZOZVv-ds{
border-radius:30px !important;
}

.phw-g-i-2ZPLq1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2ZXeEj-ds{
border-radius:30px !important;
}

.phw-g-i-2ZZ0GE-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-2Zat2c-ds{
background-size:100% 100% !important;
}

.phw-g-i-2Zbc9E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2Zcr4y-ds{
border-radius:30px !important;
}

.phw-g-i-2ZeLo1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2ZhsyC-ds{
border-radius:30px !important;
}

.phw-g-i-2Zjld2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2Zl1fm{
color:var(--black) !important;
}

.phw-g-i-2ZnUIW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2Zysxp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2a5Xbc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2a7SDZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2a9c8S-ds{
border-radius:30px !important;
}

.phw-g-i-2aAsrJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2aAtZD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2aI4Zd{
}

.phw-g-i-2aIoEu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2aeSw3-ds{
}

.phw-g-i-2ag8K6{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-2anvMH-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-2aoBUm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2aoMDt-ds{
border-radius:30px !important;
}

.phw-g-i-2apvyx-ds{
}

.phw-g-i-2aqNiU{
width:1244px !important;
}

.phw-g-i-2b62Xl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2bUH4w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2bYqBL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2c4eKa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2c97mX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2c99FI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2c9HTe-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2cSZEw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2cWart-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2cjNkZ{
}

.phw-g-i-2cuAuM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2cuPx6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2cxj6j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2d0rOI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2dIuI7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2dMjsk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2dOvlI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2dRMtm-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-2dUnop-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2dgRuV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2dtAEX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2e4Q9C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2eBMtI-ds{
border-radius:30px !important;
}

.phw-g-i-2eKpi8-ds{
opacity:0.8 !important;
}

.phw-g-i-2eOgDN-ds{
border-radius:30px !important;
}

.phw-g-i-2eURcj-ds{
border-radius:30px !important;
}

.phw-g-i-2eVZWQ-ds{
border-radius:30px !important;
}

.phw-g-i-2ekmGQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2epgvQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2f28B4-ds{
}

.phw-g-i-2fG01n-ds{
border-radius:30px !important;
}

.phw-g-i-2fHsHf-ds{
border-radius:30px !important;
}

.phw-g-i-2fMJv8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2fPpYJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2fRWjd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2fRXVM{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
}

.phw-g-i-2fV0uZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2fofdG{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--link-color) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
}

.phw-g-i-2ftvqd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2g95K5-ds{
border-radius:30px !important;
}

.phw-g-i-2gJjDC-ds{
}

.phw-g-i-2gJruY{
}

.phw-g-i-2gKP3s-ds{
}

.phw-g-i-2gOR4V-ds{
}

.phw-g-i-2gQF3R{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
text-transform:capitalize !important;
color:var(--white) !important;
width:100% !important;
}

.phw-g-i-2gaVpk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2geQpK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2grKMh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2gtN7B-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-2h9M4X-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2hCmHH-ds{
border-radius:30px !important;
}

.phw-g-i-2hIRjj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2hLpk8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2hMnLx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2hMrGY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2hP7Gh{
}

.phw-g-i-2hR12c-ds{
border-radius:30px !important;
}

.phw-g-i-2hWjpD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-2htZ68{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
align-items:center !important;
max-height:70px !important;
height:70px !important;
border:none !important;
}

.phw-g-i-2hu9OX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2hyokw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2iIfIc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2iLatx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2iXyDV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2ibXT0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2ii5C8-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-2itQAS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2iy3At-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2jLkFV-ds{
border-radius:30px !important;
}

.phw-g-i-2jRJws{
max-width:100% !important;
width:100% !important;
height:64px !important;
max-height:64px !important;
}

.phw-g-i-2jWORQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2ja1kB{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-2jgk20-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2jirTd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2jrCZZ-ds{
border-radius:30px !important;
}

.phw-g-i-2jrg9g{
}

.phw-g-i-2jvnX4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2jxbxp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2k2j4L-ds{
border-radius:30px !important;
}

.phw-g-i-2kMWBO-ds{
background-image:url("") !important;
}

.phw-g-i-2kO8sc{
}

.phw-g-i-2kW9cy-ds{
}

.phw-g-i-2kh7xk{
padding-inline-start:calc(var(--pu-space)*0.5) !important;
padding-inline-end:calc(var(--pu-space)*0.5) !important;
}

.phw-g-i-2kp1mB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2kqRWK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2l1uHA-ds{
border-radius:30px !important;
}

.phw-g-i-2l5SeA-ds{
border-radius:30px !important;
}

.phw-g-i-2lETot-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2lNWfY-ds{
border-radius:30px !important;
}

.phw-g-i-2lYKHy-ds{
border-radius:30px !important;
}

.phw-g-i-2lgm7j-ds{
border-radius:30px !important;
}

.phw-g-i-2lslPj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2lujJd-ds{
border-radius:30px !important;
}

.phw-g-i-2lv4PH-ds{
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-2m4vNU{
gap:20px !important;
margin-top:calc(var(--mu-space)*0) !important;
padding-top:calc(var(--pu-space)*0) !important;
}

.phw-g-i-2m7c6z{
}

.phw-g-i-2m7pnx{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:16px !important;
height:auto !important;
line-height:1 !important;
font-weight:700 !important;
background-color:var(--phw-custom-backgroundsfff) !important;
padding-left:58px !important;
padding-right:58px !important;
}

.phw-g-i-2m7pnx:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-2m7pnx:focus{
}

.phw-g-i-2mVrHJ{
background-image:none !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-2mWnbJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2mi9GD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2mwo7O-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2nn2xs-ds{
border-radius:30px !important;
}

.phw-g-i-2nyTvg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2nzBks-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2o5sIP{
}

.phw-g-i-2oHLLE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2oQ82F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2oTWrR-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-2oaF4F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2oav0Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2olvXr-ds{
}

.phw-g-i-2osPCC{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-2p4faS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2pbRjZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2pkcLr{
}

.phw-g-i-2pwEA3{
}

.phw-g-i-2px37g-ds{
border-radius:30px !important;
}

.phw-g-i-2pzKIx{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
text-transform:capitalize !important;
color:var(--brand-color-primary) !important;
width:100% !important;
}

.phw-g-i-2q5lTI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2qGOsb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2qGhlm-ds{
border-radius:30px !important;
}

.phw-g-i-2qK952-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2qdU8H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2qwuJ8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2qxxCI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2r0ZQc{
}

.phw-g-i-2r6Eq5-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-2rBOaz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2rGBQT{
background:none !important;
background-image:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-2rGYq4-ds{
border-radius:30px !important;
}

.phw-g-i-2rYh1e-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2rjGKs-ds{
border-radius:30px !important;
}

.phw-g-i-2rnmRx-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-2roXBw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2rpJIW{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
text-decoration:none !important;
}

.phw-g-i-2rreKb{
}

.phw-g-i-2rxrBM-ds{
}

.phw-g-i-2sKnYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2sLTmS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2sglrx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2sqzvs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2sr69Y-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2st5Mu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2stIxz{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-2t4SzD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2tJKOr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2tTdhP{
background-color:transparent !important;
}

.phw-g-i-2tV2k6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2tZjSH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2tz1Y6-ds{
border-radius:30px !important;
}

.phw-g-i-2u8Jz3-ds{
border-radius:30px !important;
}

.phw-g-i-2uElBD-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-2uJHZv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2uUb0j-ds{
border-radius:35px !important;
}

.phw-g-i-2ubwLI-ds{
border-radius:30px !important;
}

.phw-g-i-2ufA2g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2um7nz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2utJWo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2uuNx9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2v9qct-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2vKrBp{
}

.phw-g-i-2vPdrn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2vVS1n-ds{
border-radius:30px !important;
}

.phw-g-i-2vcjqD{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-2vnQLm-ds{
border-radius:30px !important;
}

.phw-g-i-2w9qa3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2wFlvp-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-2wKagh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-2weLD9{
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-2weLD9{
background:none !important;
background-image:none !important;
opacity:100 !important;
}

.phw-g-i-2wgl7E-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-2wrmNb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2wtHhB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2wyRSA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2x5juQ-ds{
border-radius:30px !important;
}

.phw-g-i-2xARPz-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-2xGU7j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2xYKEF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-2xYvLp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2xbAxl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2xklRk-ds{
border-radius:30px !important;
}

.phw-g-i-2xrn9k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2yAoRf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-2yJWwt-ds{
border-radius:17px !important;
}

.phw-g-i-2yNpYz-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-2ySHWt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2yqFoa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2yr0Xt-ds{
border-radius:30px !important;
}

.phw-g-i-2z0VPz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-2z0zXk-ds{
border-radius:30px !important;
}

.phw-g-i-2z1tgs{
text-shadow:none !important;
}

.phw-g-i-2zIW6X-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-2zMTLA-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-2zN2M6-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-2zPwdF{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-2zX8Zv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-30H9aZ{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
text-decoration:none !important;
}

.phw-g-i-30M5yS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-30QDFA-ds{
border-radius:30px !important;
}

.phw-g-i-30W4VN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-30WlqO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-30iHdd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-30ieKF-ds{
}

.phw-g-i-30uaEh-ds{
border-radius:30px !important;
}

.phw-g-i-318HeA-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-318S5j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-31AIlY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-31H8Kf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-31RoCV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-31Rzak-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-31avbX-ds{
width:100% !important;
}

.phw-g-i-31mSum-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-31nKYp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-31qOb1-ds{
border-radius:30px !important;
}

.phw-g-i-31uYeM{
}

.phw-g-i-31urkU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-320BD4-ds{
border-radius:30px !important;
}

.phw-g-i-3230DU{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-32KZlm-ds{
border-radius:30px !important;
}

.phw-g-i-32LEF5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-32NxDD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-32SaQl-ds{
border-radius:30px !important;
}

.phw-g-i-32VulP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-32XGdA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-32gzxR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-32kKiV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-32pXdx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-32sj9s-ds{
border-radius:30px !important;
}

.phw-g-i-338hPw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-33DNWy-ds{
border-radius:30px !important;
}

.phw-g-i-33RvuS-ds{
border-radius:30px !important;
}

.phw-g-i-33eU22-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-33oUcb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-34BPu1-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-34C2Uq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-34D4UD{
}

.phw-g-i-34SWWC{
font-size:var(--body-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
max-height:none !important;
max-width:none !important;
width:500px !important;
min-height:0px !important;
min-width:0px !important;
text-align:start !important;
}

.phw-g-i-34Ut0h-ds{
border-radius:30px !important;
}

.phw-g-i-34YH1L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-34dAXn{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:auto !important;
}

.phw-g-i-34eJc2{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-size:var(--phw-g-small-text-font-size) !important;
font-weight:normal !important;
line-height:28px !important;
padding-left:28px !important;
padding-right:28px !important;
min-height:60px !important;
width:320px !important;
}

.phw-g-i-34eLUa-ds{
border-radius:30px !important;
}

.phw-g-i-34hQEs-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-34nLzP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-35C2ji-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-35ClfJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-35EQ3l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-35XVEy-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-35np8e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-35opk4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-35sIxN-ds{
border-radius:30px !important;
}

.phw-g-i-35tF2b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-35xEv5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-363ioT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-36MotG{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-36MotG:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-36MotG:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-36MotG:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-36MotG:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-36MotG.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-36MotG:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-36QVCl-ds{
background-image:url("") !important;
}

.phw-g-i-36gxpB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-36mnGf{
border-width:0px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-36xlrb{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-373U3h{
color:var(--black) !important;
font-size:14px !important;
}

.phw-g-i-376Gdq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-378Sma-ds{
pointer-events:visible !important;
}

.phw-g-i-37CmAZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-37DINx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-37DQKv-ds{
border-radius:30px !important;
}

.phw-g-i-37EvNp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-37MLZz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-37MSJQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-37O54Y{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--font-size-11) !important;
text-transform:lowercase !important;
width:680px !important;
text-align:center !important;
}

.phw-g-i-37PgYN-ds{
border-radius:30px !important;
}

.phw-g-i-37pMDG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-37sNwj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-38G9em-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-38O9AZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-38SXa0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-38gGlX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-38lMFs{
width:auto !important;
height:auto !important;
}

.phw-g-i-38wcWN-ds{
}

.phw-g-i-390poI-ds{
border-radius:30px !important;
}

.phw-g-i-39E8R1-ds{
border-radius:30px !important;
}

.phw-g-i-39MrqD-ds{
border-radius:30px !important;
}

.phw-g-i-39OKCY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-39P8Pj-ds{
border-radius:30px !important;
}

.phw-g-i-39Qjr0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-39TKlh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-39fZfo-ds{
border-radius:30px !important;
}

.phw-g-i-3A2n47-ds{
}

.phw-g-i-3AQ0jw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3AzEav{
}

.phw-g-i-3BEnpg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3BT4tr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3BcsZs{
}

.phw-g-i-3Bgq0R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Bizmi-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-3BpwX0{
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-3BrJdc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Btrez-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3BvTDY{
color:var(--body-color) !important;
}

.phw-g-i-3BvyKs{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-3BzDas-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3CCX5v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3CWd4l-ds{
background-position:0% 50% !important;
}

.phw-g-i-3CiLft-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Csz9W-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-3D6hGK-ds{
border-radius:30px !important;
}

.phw-g-i-3DBr8J-ds{
cursor:pointer !important;
}

.phw-g-i-3DFG58-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3DJeTd-ds{
border-radius:30px !important;
}

.phw-g-i-3DOTFs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-3DTpHM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3DUZsZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3DaY2z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3DbiSJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-3DpGpi{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-3E0CZC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3E491v-ds{
border-radius:30px !important;
}

.phw-g-i-3E94gY{
}
.phw-g-i-3E94gY img{
object-fit:cover !important;
}

.phw-g-i-3EENUY-ds{
border-radius:31px !important;
}

.phw-g-i-3EHjTg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3ELhWT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3ETuHP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3ExWWc{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-3F2Z0B-ds{
border-radius:30px !important;
}

.phw-g-i-3F50nG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3FCJBd{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-3FDxcP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3FHmvZ{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-3FHmvZ:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-3FHmvZ:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-3FHmvZ:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-3FHmvZ:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-3FHmvZ.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-3FHmvZ:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-3FIWCz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3FLQ6Y-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3FQpQh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3FS3Ev-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3FVgkT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3FeBzJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Fkde9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3FlTzQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-3G2POW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3GPwsF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3Gm4KE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3GolDx-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-3GvoJl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3H5RbO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3HB0R2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3HSZLH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3HVLUj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3HbCUI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Hgmcw-ds{
border-radius:30px !important;
}

.phw-g-i-3Hn79h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3IC3XN-ds{
}

.phw-g-i-3IEANm-ds{
border-radius:30px !important;
}

.phw-g-i-3IMN78-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3IVoKb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3IcfbU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3IdMHt-ds{
border-radius:30px !important;
}

.phw-g-i-3JHJY5-ds{
border-radius:30px !important;
}

.phw-g-i-3JP8Rp{
}

.phw-g-i-3KJhIL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-3Kedw0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3KiOUg-ds{
border-radius:30px !important;
}

.phw-g-i-3KmOoj{
color:var(--white) !important;
}

.phw-g-i-3KsPPv:hover{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-3KsPPv{
}

.phw-g-i-3KtbrY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3Ktrd5{
}

.phw-g-i-3KwZbz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3LFVvk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3LN2Ud-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Ld88Y-ds{
}

.phw-g-i-3LhJli-ds{
border-radius:17px !important;
}

.phw-g-i-3LoS5b-ds{
}

.phw-g-i-3LobqA{
}

.phw-g-i-3M4lia-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3MAddm-ds{
border-radius:30px !important;
}

.phw-g-i-3MIPNf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3MPVep-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3MdEfr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3MdS0R-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3Mefwd-ds{
}

.phw-g-i-3MfnGn{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-3MhPWh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3MjRDF-ds{
border-radius:30px !important;
}

.phw-g-i-3Mni3r-ds{
border-radius:30px !important;
}

.phw-g-i-3Mo23o-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3MuDCt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3N7Dii-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3NF8Cq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3NJRSZ-ds{
text-align:left !important;
}

.phw-g-i-3NKR41-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3NPnMu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3NQaCO-ds{
border-radius:30px !important;
}

.phw-g-i-3NSnb6-ds{
}

.phw-g-i-3NVh07-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3NoP0e-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3O3qk5-ds{
border-radius:30px !important;
}

.phw-g-i-3OUTS9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3OhIPO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3OkTfe-ds{
border-radius:30px !important;
}

.phw-g-i-3OuAHO-ds{
}

.phw-g-i-3PFqep-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-3PVlva{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:auto !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-3PVlva:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
color:var(--black) !important;
}

.phw-g-i-3PVlva:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-3PVlva:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-3PVlva:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-3PVlva.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-3PVlva:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-3PZNoT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Pc8jl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3PeFuG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Ps0JO-ds{
border-radius:30px !important;
}

.phw-g-i-3PyUf6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3Q9PUB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3QWNat-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Qc417-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3QfaQ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3QsYMM-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-3QsYMM-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-3QvnRc-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-3QwbUI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3QzN6d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3R1oST-ds{
border-radius:30px !important;
}

.phw-g-i-3R6sSy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3RBfd0{
font-weight:600 !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:var(--line-height-3) !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-3RWpk0-ds{
border-radius:30px !important;
}

.phw-g-i-3RXvFM-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-3RfQPr-ds{
border-radius:30px !important;
}

.phw-g-i-3Ru2o7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Rybxd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3S8ak0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3SAOJ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3SDF49-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3SHtIQ-ds{
border-radius:30px !important;
}

.phw-g-i-3SNH0y-ds{
border-radius:30px !important;
}

.phw-g-i-3SSMFK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3SXTo6{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-3SYIPa{
}

.phw-g-i-3SbmII-ds{
border-radius:30px !important;
}

.phw-g-i-3ShXda-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-3SoSMw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3SoVkp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3Suc2S-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-3SwoTn{
font-size:var(--body-font-size) !important;
color:var(--black) !important;
font-weight:700 !important;
width:auto !important;
padding-top:calc(var(--pu-space)*2.5) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-3SzlhQ{
}

.phw-g-i-3TLzwL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3ThCFG{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-3TozP0{
color:var(--phw-custom-text-colorsff8000) !important;
font-family:var(--cms-g-jetsansregular) !important;
text-decoration:underline !important;
}

.phw-g-i-3TqN88-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-3TtO4P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3U4r5s-ds{
}

.phw-g-i-3UGDcO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3UNxvq-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-3UcfmZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3UnXwR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3Ut3IX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3VCu12-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3VQHpQ-ds{
border-radius:30px !important;
}

.phw-g-i-3VoLE9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3WKNFF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3WWD4X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3WeEfa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3WjiWF-ds{
}

.phw-g-i-3WnIVr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3WsYIO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3WzAZa-ds{
}

.phw-g-i-3X0vED-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3XDPXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3XG38W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3XIRQK-ds{
border-radius:30px !important;
}

.phw-g-i-3XVrpF-ds{
border-radius:30px !important;
}

.phw-g-i-3XhlDK{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-3XkEMa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3Y1b9q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Y3PQE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3YHcKi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3YMObr-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-3YWBFz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3YWwe9{
}

.phw-g-i-3YyJQH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3Z5ts3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3ZV1rp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3Zg4mf-ds{
border-radius:30px !important;
}

.phw-g-i-3Zlchg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3Zpw86{
}

.phw-g-i-ITI4ig:hover .phw-g-i-3Zpw86{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-3ZvYjL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3a247z{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-3a8GAb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3aDwHE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3aFnel-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3aTkhU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3aZ2XV-ds{
border-radius:30px !important;
}

.phw-g-i-3aerk0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3aeyuC{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--text-dark) !important;
}

.phw-g-i-3b8FGc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3b9MwG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3bEUXg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3bGezQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-3bPN70-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-3bPscy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3bTpoc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3bYHFg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3bZYww-ds{
border-radius:30px !important;
}

.phw-g-i-3bitI3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3bj0wB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3brk30-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3c4Dou-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3c4vdk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3cNyNH-ds{
border-radius:30px !important;
}

.phw-g-i-3cVVCr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3celiG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3cf8H4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3cqpDq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-3cxy21-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3cyBUR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3dGDv8-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-3dPUYO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3dTPfW-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-3dTRDZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3ddd3Z{
}

.phw-g-i-3dlYkG-ds{
border-radius:30px !important;
}

.phw-g-i-3dzObv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3eDRgk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3eXAIJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3eahPO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3eip7q{
text-shadow:none !important;
}

.phw-g-i-3f49pz-ds{
text-align:left !important;
}

.phw-g-i-3fGe5s-ds{
border-radius:30px !important;
}

.phw-g-i-3fIzgi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3fOMMK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3fQrcd-ds{
border-radius:30px !important;
}

.phw-g-i-3fSWEo{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-3fSWEo:hover{
border:none !important;
background-color:transparent !important;
opacity:1 !important;
}

.phw-g-i-bLugty:hover .phw-g-i-3fSWEo{
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
}

.phw-g-i-Iv5c70:hover .phw-g-i-3fSWEo{
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
}

.phw-g-i-3flCxO-ds{
border-radius:30px !important;
}

.phw-g-i-3g7qwL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3gRwsd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3gWqSK-ds{
border-radius:30px !important;
}

.phw-g-i-3glooR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3h0XZM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3hOoMz-ds{
border-radius:30px !important;
}

.phw-g-i-3hPSaQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3haW51-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3hfjp0-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-3hozYS-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3hrKjx-ds{
border-radius:30px !important;
}

.phw-g-i-3hu8nD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3hv4JM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3hxfnl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3hyIeg-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3hymwG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3i1zJO-ds{
}

.phw-g-i-3i3Tty-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-3i6DDW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3i89ss-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3iI8n9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3iN2a8-ds{
border-radius:30px !important;
}

.phw-g-i-3iS0WY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3iYLsZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3iav9Q{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-3idnRp-ds{
}

.phw-g-i-3if7eG{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-3ihZxc-ds{
border-radius:30px !important;
}

.phw-g-i-3ioHB7-ds{
border-radius:30px !important;
}

.phw-g-i-3ipkJP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3j63t1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3jBBW0-ds{
}

.phw-g-i-3jL7wr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3jQeMt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3jZbnq-ds{
border-radius:30px !important;
}

.phw-g-i-3jaicL-ds{
border-radius:35px !important;
}

.phw-g-i-3jm8MG-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-3jpoiz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3jzBbD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3k4E0a-ds{
border-radius:30px !important;
}

.phw-g-i-3kGKbw-ds{
border-radius:30px !important;
}

.phw-g-i-3kHfRx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3kL0of-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-3kMVjC-ds{
border-radius:30px !important;
}

.phw-g-i-3kSyJz-ds{
border-radius:30px !important;
}

.phw-g-i-3kfJBZ-ds{
}

.phw-g-i-3kiq3o-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3kjvqS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3kl9w6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3kmw7k{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-3ko7Qe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3l4h7k-ds{
border-radius:30px !important;
}

.phw-g-i-3l747H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3lM0np-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3llv8D{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-3lnMu3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3lv7j8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3m38ag-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3m4LWW{
}

.phw-g-i-3mNJis-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NhxXMc:hover .phw-g-i-3mPPMA{
color:var(--black) !important;
}

.phw-g-i-3mPPMA{
}

.phw-g-i-3mQ0EP-ds{
border-radius:17px !important;
}

.phw-g-i-3mrTla-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3n2fCR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3n4dKw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3n8mjW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3nApIX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3nQzzE-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-3nS4U9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3nWE6W{
background-color:var(--phw-custom-footer-backgroundefedeaff);
}

.phw-g-i-3nZaoe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3nf0Lq{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
}

.phw-g-i-3njUtG-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-3nu7NX{
}
.phw-g-i-3nu7NX img{
object-fit:cover  !important;
}

.phw-g-i-3nxrsF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3o0MFr-ds{
}

.phw-g-i-3o7KKj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3o88eg-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-3oLx3p-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3oOsb7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3oRF63-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3oZTl4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3ogy2i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3oi2fI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3oqzRs-ds{
border-radius:30px !important;
}

.phw-g-i-3p3ClL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3p5gju-ds{
border-radius:30px !important;
}

.phw-g-i-3pJF54-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3pNwND-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3poHor-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3q3Isp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3qWB4z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3qaeOt-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-3r1UZJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3rGkrt{
background:none !important;
background-image:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
border:none !important;
text-decoration:underline !important;
}

#_PCM .phw-g-i-3rM1US{
}

.phw-g-i-3rWIRb{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-3rhZjh{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-3riiVT{
}

.phw-g-i-3sC9IQ-ds{
}

.phw-g-i-3sIuf5{
color:var(--white) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-3sMuzp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3sTNlr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3saLwV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3se4Tr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3sffly-ds{
border-radius:30px !important;
}

.phw-g-i-3sje3O-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-3soXz1-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-3tMSGR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3tQgD3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3tYbFO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3thUGQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3tq3Vz-ds{
border-radius:30px !important;
}

.phw-g-i-3ttiJc-ds{
border-radius:30px !important;
}

.phw-g-i-3u2IeH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3u6heO{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-3u9A2o-ds{
border-radius:30px !important;
}

.phw-g-i-3uBdxT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3uGTcf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3uMIhh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3uQvtQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3ueIfY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3vBqJf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3vUO8Z-ds{
border-radius:30px !important;
}

.phw-g-i-3vXU0J-ds{
border-radius:30px !important;
}

.phw-g-i-3vcIwF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3vjHnz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3vlGKP-ds{
}

.phw-g-i-3vqKSa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3w5dnE-ds{
}

.phw-g-i-3wJoXP-ds{
border-radius:30px !important;
}

.phw-g-i-3wLMox-ds{
border-radius:30px !important;
}

.phw-g-i-3wguLp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3wmcLE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3wns0T{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-3wtC2K{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
min-height:0px !important;
}

.phw-g-i-3wwHc2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3xPob5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3xaLvx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3xepJb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3xmZ0P-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-3xz7s9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-3y9gNo{
}

.phw-g-i-3yJiq3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3yLwzA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3ymha8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3ywXVe{
color:var(--white) !important;
}

.phw-g-i-3yyIjv-ds{
border-radius:17px !important;
}

.phw-g-i-3z1yO4{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-3zby9W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3zozjJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-3zs2oA-ds{
border-radius:30px !important;
}

.phw-g-i-3ztUzE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3zugEp-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-3zyFCb{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-400iCt-ds{
border-radius:30px !important;
}

.phw-g-i-403Pum-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-409B5s{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-40QcGK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-40SmEb-ds{
border-radius:30px !important;
}

.phw-g-i-40WB8f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-40kaOA-ds{
border-radius:30px !important;
}

.phw-g-i-40zkPP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-41G0WV{
align-items:center !important;
}

.phw-g-i-41GdOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-41UIli-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-41nkfT-ds{
border-radius:30px !important;
}

.phw-g-i-42D08t-ds{
}

.phw-g-i-42GPQg-ds{
border-radius:30px !important;
}

.phw-g-i-42ak7k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-42pIGE{
}

.phw-g-i-43DswT-ds{
border-radius:30px !important;
}

.phw-g-i-43PtK3-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-43RzGF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-43SxUZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-43TtPY-ds{
border-radius:31px !important;
}

.phw-g-i-43WtI1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-43XPPN-ds{
border-radius:30px !important;
}

.phw-g-i-43YDl4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-43bpd5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-43nWW1-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-43p8FT-ds{
border-radius:30px !important;
}

.phw-g-i-43tSz1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-44BnLO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-44TNhH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-44XyNI-ds{
border-radius:30px !important;
}

.phw-g-i-44ctxf-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-44mOSo-ds{
border-radius:30px !important;
}

.phw-g-i-44true-ds{
background-position:0% 50% !important;
}

.phw-g-i-456Lbg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-456N18-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-457rbD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-459q8G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-45AqP8{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
width:350px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-45AqP8:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-45AqP8:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-45AqP8:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-45AqP8:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-45AqP8.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-45AqP8:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-45CYLH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-45IL7h-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-45IWNV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-45Iq1h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-45J4t7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-45OyhG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-45Ruep-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-45Y6Ch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-45jafC{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-45kqZc-ds{
border-radius:30px !important;
}

.phw-g-i-45vgVj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4606Ct-ds{
border-radius:30px !important;
}

.phw-g-i-46G4tD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-46ROWP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-46SiKN{
background:none !important;
background-image:none !important;
}

.phw-g-i-46SiKN:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-46Yz0K-ds{
border-radius:30px !important;
}

.phw-g-i-46ZZeQ{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
}

.phw-g-i-46bEAn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-46gXhe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-46j61M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-46lFze-ds{
border-radius:30px !important;
}

.phw-g-i-470QXi-ds{
border-radius:30px !important;
}

.phw-g-i-4725uR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-475ejk-ds{
border-radius:30px !important;
}

.phw-g-i-476P5j-ds{
border-radius:30px !important;
}

.phw-g-i-47K0vm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-47M7ls{
}

.phw-g-i-47PnKD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-47QEUy{
}

.phw-g-i-47TDOF-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-47Umj3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-47XuIo-ds{
border-radius:30px !important;
}

.phw-g-i-47aVNF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-47cl82-ds{
border-radius:30px !important;
}

.phw-g-i-47dz5o-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-480nm5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4895le-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-48H3WT-ds{
}

.phw-g-i-48HRFb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-48U6Tr-ds{
}

.phw-g-i-48ipjd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-496ofH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-49AEtO-ds{
border-radius:30px !important;
}

.phw-g-i-49NMhB-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-49ShDk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-49jUkl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-49rEdL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4A5NUD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4A8Kin-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4AE2PP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4AK7Ir-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4AWMoJ-ds{
border-radius:30px !important;
}

.phw-g-i-4Aj53q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4Aj5pf-ds{
border-radius:30px !important;
}

.phw-g-i-4Ao36G-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4AwNsB{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-4B1aMu{
}

.phw-g-i-4B2RyP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4B9fwF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4BVWNx-ds{
border-radius:30px !important;
}

.phw-g-i-4Bb9Y9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4Ben2T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4BoBxN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4BswSa{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
box-shadow:none !important;
}

.phw-g-i-4CGjHx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4CSrRt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4Cd4iH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4Cfo2R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4CkyWM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4Co5D2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4CpbdR-ds{
border-radius:30px !important;
}

.phw-g-i-4CpgQY-ds{
border-radius:30px !important;
}

.phw-g-i-4Cv4wu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4CvSn8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4CxH3e{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}

.phw-g-i-4D5bVl-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-4D5nx5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-4DheS3-ds{
border-radius:30px !important;
}

.phw-g-i-4Duiu7{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}

.phw-g-i-4Dxlw2-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-4EATdS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4EIdeJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4EbSF2-ds{
}

.phw-g-i-4EgggX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4Ehdz5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4ExDfz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4F3c6i{
}

.phw-g-i-4FSIQt-ds{
}

.phw-g-i-4FVux5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4FW5uk-ds{
border-radius:30px !important;
}

.phw-g-i-4FWT20{
color:var(--black) !important;
}

.phw-g-i-4FYhcC-ds{
border-radius:30px !important;
}

.phw-g-i-4FYzqe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4FohkN{
font-weight:inherit !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-4G88Hs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4GEIno-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4GF9zN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4GY3qx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4GgPzs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4GqpPU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4Gsrb3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4Gx8LM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4H2Jrp{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-4HADh1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4HEvea-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4HS7ex-ds{
}

.phw-g-i-4I4RYZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4I9d3r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4IAyUi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4IuAMN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4IvWdR-ds{
border-radius:30px !important;
}

.phw-g-i-4IyiZV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4IzAPv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4JKj6e-ds{
border-radius:30px !important;
}

.phw-g-i-4JUBTA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4JaH4f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4JmshC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4JmucC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4JnnHG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4Jrfd7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4JscH6-ds{
border-radius:30px !important;
}

.phw-g-i-4JuRAr-ds{
}

.phw-g-i-4K312l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4KL5pw-ds{
border-radius:30px !important;
}

.phw-g-i-4KcRLM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4KcRRz-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-4KdAGN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-4L3bXc{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:16px !important;
font-weight:400 !important;
}

.phw-g-i-4LKEwF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4LORCb-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-4LQgGR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4LWmfi{
color:var(--brand-color-secondary) !important;
}

.phw-g-i-4LkApt-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-4LkApt-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-4LpMaC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4LyE7e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4M1noh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4M4oNN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4M60Hj-ds{
border-radius:30px !important;
}

.phw-g-i-4MYSZS-ds{
border-radius:30px !important;
}

.phw-g-i-4N1UKb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4N8Gvv{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-4N8h9M{
}

.phw-g-i-4NJmOh-ds{
border-radius:30px !important;
}

.phw-g-i-4NNrqH-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-4NVF5w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4NVgAw-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-4NhEHF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4Nin2f-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-4NpdIq-ds{
border-radius:30px !important;
}

.phw-g-i-4NrD9X-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-4O0oad-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-4O9iyl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4OCneN-ds{
border-radius:30px !important;
}

.phw-g-i-4OF6uU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4OFyKL-ds{
border-radius:30px !important;
}

.phw-g-i-4OKUIm{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
height:auto !important;
min-height:44px !important;
width:auto !important;
background-color:var(--phw-custom-backgroundsfff) !important;
font-weight:700 !important;
}

.phw-g-i-4OKUIm:active{
border-color:var(--phw-custom-border-black000000ff) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-4OKUIm:hover{
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-4ONXwT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-4OeXON{
}

.phw-g-i-4OhJcd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4OjHNz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4OmZuW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4Opg7T-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-4OzkGb-ds{
border-radius:30px !important;
}

.phw-g-i-4P0D3z-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4P44DV-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-4P4loQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4P9dUC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4PA7In-ds{
border-radius:30px !important;
}

.phw-g-i-4PI3xx-ds{
border-radius:30px !important;
}

.phw-g-i-4PIhjE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4PJFah-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4PKEr1-ds{
border-radius:30px !important;
}

.phw-g-i-4POjTz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-4PXUsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4PZWvD-ds{
background-image:url("") !important;
}

.phw-g-i-4Pkl2o{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-4Q3syY{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-4Q5WHa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4QJJ4Y-ds{
border-radius:30px !important;
}

.phw-g-i-4QVho1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4QcS5i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4Qpbkn-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-4QryAv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4RA9ez-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4RCLOC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4RROVT{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--body-color) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-decoration:overline !important;
text-transform:lowercase !important;
border-color:var(--custom-border-color-1Buie-border) !important;
}

.phw-g-i-4RSTnn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-4RaB44-ds{
border-radius:30px !important;
}

.phw-g-i-4RdR9U-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-4Rh7JA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4S3Tzt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4S3lpo{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-4SDEJC{
}

.phw-g-i-4SHQZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4SQsjU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4STXDd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4STbpG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4SataX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4SbGeU-ds{
border-radius:30px !important;
}

.phw-g-i-4SlgRp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4SnStA-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-4SwUD7-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-4Swnx8-ds{
border-radius:30px !important;
}

.phw-g-i-4T9dZx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4TM3iF-ds{
border-radius:30px !important;
}

.phw-g-i-4TZimz{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-4ThMYW-ds{
border-radius:30px !important;
}

.phw-g-i-4TjBnd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4TlHC6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4TlaXp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4TmoLH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-4Toh5O-ds{
border-radius:30px !important;
}

.phw-g-i-4Tq6RI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4TqOKp-ds{
border-radius:30px !important;
}

.phw-g-i-4UA3IL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4UFT4V-ds{
opacity:0.8 !important;
}

.phw-g-i-4UKLVu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4ULUZv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-4UMQzm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4UXlSX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4V00O5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4V2BG1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4V4XuF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4V5ZBG{
}

.phw-g-i-4V5q3D-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-4VATc3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4VHtFV-ds{
border-radius:30px !important;
}

.phw-g-i-4VIvfG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4VPqYi-ds{
text-align:left !important;
}

.phw-g-i-4VapDv-ds{
border-radius:30px !important;
}

.phw-g-i-4VyZRP{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-4W3nhZ{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-4W8HaM-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4WACBJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4WBsOO-ds{
border-radius:30px !important;
}

.phw-g-i-4WEe3V-ds{
border-radius:30px !important;
}

.phw-g-i-4WH53W{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-4WV60n-ds{
}

.phw-g-i-4WVBOd-ds{
border-radius:30px !important;
}

.phw-g-i-4WydEs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4X4zSM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4X6YBc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4XB67l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4XIpBE-ds{
border-radius:30px !important;
}

.phw-g-i-4XTJ6v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4XXl6x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4XeEc6-ds{
color:#00adee !important;
}

.phw-g-i-4XfDQc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4XjxU3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4XkX4a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4XunWU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4Y3lip-ds{
display:none !important;
}

.phw-g-i-4Y3pmE-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-4Y7nSB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4Y8frz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4YBNxg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4YCYoj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4YFXuC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4YQsva-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-4Yfefb-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-4YrOfe{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-4Yz0Oe{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:auto !important;
}

.phw-g-i-4Yz0Oe:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-4Yz0Oe:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-4Yz0Oe:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-4Yz0Oe:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-4Yz0Oe.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-4Yz0Oe:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-4Z019g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4Z6wLn-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-4Z8o68-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4ZBbSt-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-4ZDiFq-ds{
}

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

.phw-g-i-4Zkn2q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4ZlF9K{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
text-decoration:none !important;
}

.phw-g-i-4ZreJK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4aJV5M-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4aKOHH-ds{
border-radius:17px !important;
}

.phw-g-i-4aLB1Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4aLXCl{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--body-font-size) !important;
font-weight:700 !important;
}

.phw-g-i-4aS6RW-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-4aWhgx-ds{
text-align:left !important;
}

.phw-g-i-4ajpFC{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-4axAxg{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-4axLru-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-4b2FvV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4bFrkq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4bFzLd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-4bbGEE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4bbSTd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4blaDR-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4br8Vz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4bx36u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4c5vg8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4c6E4D{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-4c6E4D:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-4c6E4D:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-4c6E4D:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-4c6E4D:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-4c6E4D.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-4c6E4D:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-4c97Fd-ds{
border-radius:30px !important;
}

.phw-g-i-4cK2hZ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-4cLGoz-ds{
border-radius:30px !important;
}

.phw-g-i-4cUg3f{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-4cagMZ-ds{
border-radius:30px !important;
}

.phw-g-i-4cdO9o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4ctWCU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4cthXf-ds{
background-position:0% 50% !important;
}

.phw-g-i-4cyOBH-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-4d7AZ4-ds{
border-radius:30px !important;
}

.phw-g-i-4dgEnr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4dp8C0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4dxw84{
}
.phw-g-i-4dxw84 img{
}

.phw-g-i-4e6E4w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4eByFP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4eDg54{
background:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:54px !important;
box-shadow:none !important;
width:340px !important;
}

.phw-g-i-4eDg54:hover{
background:none !important;
border-color:var(--custom-border-color-1Buie-border) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
color:var(--black) !important;
}

.phw-g-i-4eDg54:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-4eDg54:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-4eDg54:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-4eDg54.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}
.phw-g-i-4eDg54:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}

.phw-g-i-4eEVIs-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4eYVXC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4eepXR-ds{
border-radius:30px !important;
}

.phw-g-i-4ekvJu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-4f4tGV-ds{
}

.phw-g-i-4f7GYt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4fAEzt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4fAh90-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-4fQ6jk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4fRL5N-ds{
border-radius:30px !important;
}

.phw-g-i-4fXPMl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4fbix0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4ftdY3-ds{
border-radius:30px !important;
}

.phw-g-i-4fuZdT-ds{
border-radius:30px !important;
}

.phw-g-i-4g2kLO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4gCW59-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4gMpEu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4gRE2z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4gS2oH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4gYxEY-ds{
border-radius:30px !important;
}

.phw-g-i-4gZjD4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-4geKHV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4gecss-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4glqZX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4gmyhL{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4gwavM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4h4k94-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4h5R7N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4h6UFo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-4hJAx1-ds{
border-radius:30px !important;
}

.phw-g-i-4huelr-ds{
border-radius:30px !important;
}

.phw-g-i-4iXy10-ds{
border-radius:30px !important;
}

.phw-g-i-4idCYM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4ixkM5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-4j7WYp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4jGaIW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4jOefV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4jS6ZQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4jbLK0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4jpCfo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4kK720-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4kYEIo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4l7elG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-4lDujO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4lFwxm-ds{
border-radius:30px !important;
}

.phw-g-i-4lHAx8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4lJack{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
}

.phw-g-i-4lXchA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4lYVwz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4lZDm5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4lfr8c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4loXLe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4louIA{
height:auto !important;
width:auto !important;
}
.phw-g-i-4louIA img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}

.phw-g-i-4lrOC5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-4m1Qft-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4m5jPt-ds{
border-radius:30px !important;
}

.phw-g-i-4m7bYQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4m8ZVB-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-4mIoQ1{
}

.phw-g-i-4mJt3w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4mReH8-ds{
border-radius:30px !important;
}

.phw-g-i-4mcXBs-ds{
border-radius:30px !important;
}

.phw-g-i-4mtwP6-ds{
border-radius:30px !important;
}

.phw-g-i-4n46EH-ds{
}

.phw-g-i-4nA0GO-ds{
border-radius:30px !important;
}

.phw-g-i-4nH5Q0-ds{
border-radius:30px !important;
}

.phw-g-i-4nK5NT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4nwqk3-ds{
border-radius:30px !important;
}

.phw-g-i-4o1BGb-ds{
border-radius:30px !important;
}

.phw-g-i-4o1q3G-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4o7k4f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4o7kij{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4oMzyB{
box-shadow:none !important;
color:rgb(255, 128, 0) !important;
font-family:TakeawaySans-Bold !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}

.phw-g-i-4oMzyB:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-4oMzyB:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-4oMzyB:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-4oMzyB:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-4oMzyB.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-4oMzyB:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-4oP9TQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4oRbtA-ds{
border-radius:30px !important;
}

.phw-g-i-4oVMvi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4omqgv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4oreHy{
color:var(--black) !important;
font-size:18px !important;
width:1000px !important;
text-align:start !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-4osksO-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-4otnc2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4pA1RB{
}

.phw-g-i-4pINnT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4pPN3T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4pc89Y-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4pjtXV-ds{
border-radius:30px !important;
}

.phw-g-i-4psRD7-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-4pyXJB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4pzVag-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4q3mjW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4qUYid{
border-top-width:0px !important;
border-color:var(--custom-border-color-ycYPJ-border) !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-4qUYid img{
object-fit:cover !important;
}

.phw-g-i-4qpdUX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4qyTkp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4r2YHM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4rGZbk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4rPhQx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4rdknb-ds{
border-radius:30px !important;
}

.phw-g-i-4rjgag-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4rjkU8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4rp1l2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4rsCUh-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-4s3RMm{
border-top-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-color:transparent !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-4s3RMm img{
object-fit:cover !important;
}

.phw-g-i-4sHRK9-ds{
}

.phw-g-i-4sHeS3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4sJdfQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4sZXAN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4sidCH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-4sl7fn{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:240px !important;
background-color:var(--brand-color-secondary) !important;
margin-inline-start:calc(var(--mu-space)*2) !important;
}

.phw-g-i-4sl7fn:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
color:var(--black) !important;
}

.phw-g-i-4sl7fn:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-4sl7fn:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-4sl7fn:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-4sl7fn.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-4sl7fn:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-4t7New-ds{
border-radius:30px !important;
}

.phw-g-i-4t8wul-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4uQJ4i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4uVK8P-ds{
border-radius:30px !important;
}

.phw-g-i-4uef1o{
}

.phw-g-i-4ulRAA{
max-width:250px !important;
max-height:55px !important;
}

.phw-g-i-4uowzW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4up7kB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4uqIjR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4v140V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4v1pPv-ds{
border-radius:30px !important;
}

.phw-g-i-4vERdA{
}

.phw-g-i-4vIRGH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4vNdb2-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-4vVVD9-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-4vbcSi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4vppWO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4w6ArW{
}

.phw-g-i-4w8EYo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-4wAGzu-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-4wAVOb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4wDiB9-ds{
border-radius:30px !important;
}

.phw-g-i-4wLrjj{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--white) !important;
}

.phw-g-i-4wUZWI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4wZAbn-ds{
border-radius:30px !important;
}

.phw-g-i-4wbW0K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4whxlH-ds{
}

.phw-g-i-4wqBR8{
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-4wuNOV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4wyclE-ds{
border-radius:17px !important;
}

.phw-g-i-4xDU5Z{
}

.phw-g-i-4xRZd8{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-4xkFUE-ds{
border-width:0px !important;
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-4xwUWr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4y0fUS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4yq4u7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4yv8G5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-4yydFZ{
}

.phw-g-i-4zFhRp-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4zSJv3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-4zbR0l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4zhSDI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4zjHfw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-4zoFpy-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-4zuBzk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-506Kpa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-50WUe5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-50dC8B-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-50pbd2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-51BwEd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-51OR9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-51Rs2j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-51UAwg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-51WuRU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-51efkV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-51fgyY-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-51maUU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-529K33-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-52DikR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-52F1wj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-52KyDo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-52MzXz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-52pcnM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-52xwbW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5391ba-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-53Trov-ds{
border-radius:30px !important;
}

.phw-g-i-53g7VB-ds{
border-radius:17px !important;
}

.phw-g-i-53jfs7-ds{
border-radius:30px !important;
}

.phw-g-i-53xZO8{
}

.phw-g-i-53zPqF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-54Ejzh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-54TySb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-54VFRR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-54ZRSr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-54cP83-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-559LlK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-55Ec6l-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-55UzeV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-55ZfD6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-55tVoi{
border-style:none !important;
}

.phw-g-i-56Kf51-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-56PusW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-56YZSD{
text-transform:none !important;
color:var(--black) !important;
width:1000px !important;
font-size:var(--font-size-11) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:start !important;
}

.phw-g-i-56bwTt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-56hfrC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-56ueQ4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-56zqCE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-573U5l-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-57FaFD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-57KtCy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-57X8yv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-57ftov-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-58954L{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-58V0HL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-58hS6Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-58inYG-ds{
border-radius:30px !important;
}

.phw-g-i-58mfUh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-58zOci-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-591HJm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-595nvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-59DOdG{
}

.phw-g-i-59GXOQ-ds{
border-radius:30px !important;
}

.phw-g-i-59hZbw-ds{
border-radius:30px !important;
}

.phw-g-i-59kLXM-ds{
border-radius:30px !important;
}

.phw-g-i-59q8RN{
}

.phw-g-i-5ABqG1-ds{
}

.phw-g-i-5AFU3c-ds{
border-radius:30px !important;
}

.phw-g-i-5ALd4W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5AaozX{
padding:0 !important;
color:var(--white) !important;
font-weight:400 !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
border-color:transparent !important;
min-height:auto !important;
background-color:transparent !important;
box-shadow:none !important;
border-width:0 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}

.phw-g-i-5AbY82-ds{
}

.phw-g-i-5AmJmB-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-5AqxyM-ds{
border-radius:30px !important;
}

.phw-g-i-5ArRBa-ds{
border-radius:30px !important;
}

.phw-g-i-5AuQUJ-ds{
}

.phw-g-i-5B6T90-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5BCjV1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-5BRa6s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5BZt4w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5BbKVn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-5Bu3Su{
padding-inline-start:calc(var(--pu-space)*1.5) !important;
}

.phw-g-i-5CCZZw{
text-align:justify !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-5COcZZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5CQemy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5CTVGk-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-5CW2ZU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5ClLrW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5CxUQU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5DBUHo-ds{
border-radius:30px !important;
}

.phw-g-i-5DHgi5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5DyOcV-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-5E0zLP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5E8IME-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5E8hrY{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-5ELf1p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5EOQ3R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5Edzxh-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop_mozzarella-1629430259614.png") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-5F5q1F-ds{
border-radius:30px !important;
}

.phw-g-i-5FE7eE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5FNd94-ds{
border-radius:30px !important;
}

.phw-g-i-5FQkxC-ds{
border-radius:30px !important;
}

.phw-g-i-5FYO0z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5FoUbf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5FsKIw{
}

.phw-g-i-5G1OVW{
}
.phw-g-i-5G1OVW img{
}

.phw-g-i-5GIFfH{
}

.phw-g-i-5GVhtg{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-5GVhtg:hover{
border:none !important;
}

.phw-g-i-5GVhtg:active{
border:none !important;
}

.phw-g-i-5GlLKt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5Gp7Gh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5GvxDy-ds{
border-radius:30px !important;
}

.phw-g-i-5H1Bfi-ds{
background-size:100% 100% !important;
}

.phw-g-i-5HBKkb{
}

.phw-g-i-5HU2NH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5HWeOD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5HYfSF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5HZSa1{
text-transform:lowercase !important;
color:var(--black) !important;
font-weight:inherit !important;
font-size:52px !important;
line-height:1.4 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-5HkECr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5Hlf0U-ds{
border-radius:30px !important;
}

.phw-g-i-5Hq2FD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5HsJx2{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-5HtzAw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5Hugmr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5IFlLi{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-5INYjS{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:56px !important;
}

.phw-g-i-5IQsqc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5IWfMO-ds{
border-radius:30px !important;
}

.phw-g-i-5IZD5h-ds{
border-radius:30px !important;
}

.phw-g-i-5Ih6VQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5IjhiC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5Ijnle-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5InMo7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5It9Sr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5J2xM0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5JCHQN-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-5JR0aX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5JWJVr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5JhaYa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5JnYQE{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-5JnYQE:hover{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-5JvfxX-ds{
border-radius:30px !important;
}

.phw-g-i-5K2G4g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-5KFfJA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5KHiDw{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-5KObm7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5Kr8VY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5KvPwI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5L3guC-ds{
border-radius:30px !important;
}

.phw-g-i-5LBANp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5LdCzN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-5LdKsj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5LeOko-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5LkLKw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5LwExQ-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-5MFi32-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5MLRAM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5MQJca-ds{
border-radius:30px !important;
}

.phw-g-i-5MayYs-ds{
}

.phw-g-i-5MgBlI{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-5MrUUL-ds{
display:none !important;
}

.phw-g-i-5N3s0i-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5NBsrq{
}

.phw-g-i-5NEdWz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5NIP5h{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
height:96px !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
padding-top:calc(var(--pu-space)*2) !important;
padding-inline-end:calc(var(--pu-space)*2) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}

.phw-g-i-5NIeIF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5NiHS5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5NtmHo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5O6d1A-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5OW2m3{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
aspect-ratio:16/9 !important;
object-fit:cover !important;
}

.phw-g-i-5OjPWR{
background:none;
background-image:none;
color:var(--black);
font-weight:700;
font-size:var(--cms-g-small-font);
font-family:var(--cms-g-takeawaysansbold);
}

.phw-g-i-5OjPWR:hover{
color:var(--phw-custom-text-colorsff8000);
}

.phw-g-i-5OmfAO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5Opezc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5Oq7mA-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-5Orkj2-ds{
border-radius:30px !important;
}

.phw-g-i-5OuJm1-ds{
border-radius:30px !important;
}

.phw-g-i-5PKbaA-ds{
border-radius:30px !important;
}

.phw-g-i-5POYQd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5PYmx3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5PjJxe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5Pm2rL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5Pn0Qi-ds{
border-radius:30px !important;
}

.phw-g-i-5PqiE7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5PrYOm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5Pz1QN{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
border:none !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-5Q2Lx5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5QVy26-ds{
border-radius:30px !important;
}

.phw-g-i-5QZECe{
height:64px !important;
width:64px !important;
}

.phw-g-i-5QnMlI-ds{
border-radius:30px !important;
}

.phw-g-i-5R2uzA-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5R5jyH-ds{
border-radius:30px !important;
}

.phw-g-i-5R6E8A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5R9JoS{
font-family:var(--cms-g-jetsansregular) !important;
text-decoration:underline !important;
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-5RAPaj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5REXlG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5RFR9D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5RMsbc{
}

.phw-g-i-5S1SAC-ds{
border-radius:30px !important;
}

.phw-g-i-5S5o7P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5SB43I{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-5SK7bW-ds{
border-radius:30px !important;
}

.phw-g-i-5SNBkJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5SPGW8-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-5SZRqE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5SjqwH-ds{
border-radius:30px !important;
}

.phw-g-i-5SvYSf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5T4NFT{
color:var(--black) !important;
}

.phw-g-i-5T7mS9-ds{
border-radius:30px !important;
}

.phw-g-i-5TDFEv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5TEo36{
}
.phw-g-i-5TEo36 img{
object-fit:cover  !important;
}

.phw-g-i-5TbdLp-ds{
border-radius:30px !important;
}

.phw-g-i-5TouJd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5TpDTS-ds{
border-radius:30px !important;
}

.phw-g-i-5Ts05X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5TzRoE-ds{
border-radius:30px !important;
}

.phw-g-i-5U0ruC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5UJOnM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5UTB29-ds{
}

.phw-g-i-5UamlN{
}

#_PCM .phw-g-i-5UfwlX{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
color:var(--text-dark) !important;
background-color:var(--widget-bg-white-color) !important;
}

.phw-g-i-5Uh6nh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5Uj594-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5UkShr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5Uqkbl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5UredF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5V48cV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5V9z1D-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5VA8EV{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
}

.phw-g-i-5VIrCq-ds{
}

.phw-g-i-5VMJA6{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-5VRJ0i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5VZ2J5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5VdG0Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5VeUmC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5VgXh4-ds{
}

.phw-g-i-5VnJbv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5Vo94B-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5VpQea-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5Vt1Zz-ds{
}

.phw-g-i-5WKHO8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5WSqc7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5WrFpP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5Wwh1X-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5WxhZL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-5WzrDY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5XKiAv{
}

.phw-g-i-5XbqNV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5XdyEy-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-5XnB86-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5XqwDF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5XzPfv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5Y8nC1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5YBhbz-ds{
}

.phw-g-i-5YDP0i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5YGuCR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5YKOJl{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-5Yf7jI-ds{
border-radius:30px !important;
}

.phw-g-i-5ZSXT9-ds{
display:none !important;
}

.phw-g-i-5ZUgjf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5ZjXhz-ds{
border-radius:30px !important;
}

.phw-g-i-5a7QRw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5aSywX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5aVRvd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5ac2bq-ds{
border-radius:30px !important;
}

.phw-g-i-5agaVq-ds{
border-radius:30px !important;
}

.phw-g-i-5ap2xB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5b2icS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5b464m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5b4Wp8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-5b9v2l-ds{
border-radius:30px !important;
}

.phw-g-i-5bDNwn-ds{
}

.phw-g-i-5bOIGH{
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
text-decoration:none solid rgb(255, 255, 255) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-5bOIGH:hover{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-5bPxwE-ds{
border-radius:30px !important;
}

.phw-g-i-5bV96F-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5baN6D-ds{
border-radius:30px !important;
}

.phw-g-i-5balH2-ds{
}

.phw-g-i-5bliBB-ds{
}

.phw-g-i-5c9WrH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5cC59N-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5cCmQG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5cEa9c{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5cHGkP-ds{
border-radius:30px !important;
}

.phw-g-i-5cHIvv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5cUlId-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5cjc9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5czzYG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5d2lFL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5dUSyZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5dVD6S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5dYEm0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5djtTW{
padding-inline-end:calc(var(--pu-space)*0) !important;
}

.phw-g-i-5dl7ds-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5dlNA1{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-5dt2dm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5e4bQA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5e5zHG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5e9NkH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5eL34v-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5eVcEp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5eXdiE-ds{
border-radius:30px !important;
}

.phw-g-i-5ehk4w-ds{
}

.phw-g-i-5erWNc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5erotm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5evtpR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5f1N8i-ds{
border-radius:30px !important;
}

.phw-g-i-5f7ZZC-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5f8xby-ds{
border-radius:30px !important;
}

.phw-g-i-5fBJRk{
}

.phw-g-i-5fCZKl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5fGDo4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5fSNz8-ds{
border-radius:30px !important;
}

.phw-g-i-5fZhti-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5fpM9a{
}

.phw-g-i-5fw6Fn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5gD2nJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5gHWxl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5gJckJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5gL44F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5gn04S{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}

.phw-g-i-5gsOhs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5guCRx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5gz6CD-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5hF2Nl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5hHAx1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5hSiIr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5hYwwB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5hv2HM-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-5i0YtV-ds{
border-radius:30px !important;
}

.phw-g-i-5iBGUr-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5iKWVg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5iSsab-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5iUdRS{
}

.phw-g-i-5irq5X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5j37cN-ds{
border-radius:30px !important;
}

.phw-g-i-5j72cE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5jAn2L{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-5jCH0s-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5jJC4e-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5jMxUe-ds{
border-radius:30px !important;
}

.phw-g-i-5jNMFt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5jVaxT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5jwi5E-ds{
border-radius:31px !important;
}

.phw-g-i-5k3t2Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5k55mj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5k6Kif-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5kERR6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5kfZqh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5ki6Fe{
}

.phw-g-i-5kmufO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5kn5dS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5kplJA{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738737172356.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
background-color:none !important;
}

.phw-g-i-5kySNh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5l2tNe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5l51e7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5l7Y8U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5lEHlr-ds{
border-radius:30px !important;
}

.phw-g-i-5lGPlI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5lOAlq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5lPG90-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lRgRgp:hover .phw-g-i-5lRdQH{
background-color:transparent !important;
}

.phw-g-i-5lRdQH{
}

.phw-g-i-5lUgOd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5lXaiI-ds{
border-radius:30px !important;
}

.phw-g-i-5lq1yU-ds{
border-radius:30px !important;
}

.phw-g-i-5lzQsU{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
}

.phw-g-i-5m3ZQV{
}

.phw-g-i-5m6Akt-ds{
border-radius:30px !important;
}

.phw-g-i-5mR5tH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5meOvF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5mg3Za-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5n7OOl{
color:var(--black) !important;
}

.phw-g-i-5nGc9H{
}

.phw-g-i-5nZIeb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5naDW0{
}

.phw-g-i-5nd5TW-ds{
border-radius:30px !important;
}

.phw-g-i-5nv1Qp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5oEOyt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-5oUFz7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5ojcS4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5olVcp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5oqPnm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5oqnnE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5pYHR1{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-5pYHR1:hover{
background:none !important;
background-image:none !important;
opacity:50 !important;
}

.phw-g-i-5plrES{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
}

.phw-g-i-5pw7jj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5q0k8c{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-5qDf4t-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-5qFalK{
}

.phw-g-i-5qHFnN{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:transparent !important;
}

.phw-g-i-5qNYTz-ds{
border-radius:30px !important;
}

.phw-g-i-5qS69y-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5qYCYo-ds{
border-radius:30px !important;
}

.phw-g-i-5qfDVf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5qkYYV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5qmfzH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5qpE3p-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5qricV{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
}

.phw-g-i-5qsO15-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5qslP5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5qxoDj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5qztxT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5r0Lwa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5rDntp-ds{
border-radius:30px !important;
}

.phw-g-i-5rQ4aD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5rSX9W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5rjcUb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5rljKa-ds{
border-radius:30px !important;
}

.phw-g-i-5rvF7q-ds{
}

.phw-g-i-5rvNcp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5s2Wre-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5s3rvw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5sFRdQ{
}

.phw-g-i-5sIm8e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5sQBJB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5sQjaB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5sijo6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5smmEY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5tHwJy-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-5tK9uq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5tTfBL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5tY7QN-ds{
text-align:left !important;
}

.phw-g-i-5te7By-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5tej2Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5tnsPC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5tsAmg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5tzxgl-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5u0XGw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5u0meK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5u4j8D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5u8kcS-ds{
border-radius:30px !important;
}

.phw-g-i-5uEwrG-ds{
pointer-events:visible !important;
}

.phw-g-i-5uIQk4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5uIrJ4-ds{
}

.phw-g-i-5uTp7A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5ucx1S-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5ur30c-ds{
border-radius:30px !important;
}

.phw-g-i-5usMQ6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5vG0Eb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5vMD37{
color:rgb(255, 128, 0) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-hero-title-font-size) !important;
line-height:60px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-5vQdTb-ds{
border-radius:35px !important;
}

.phw-g-i-5vT4Wv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-5vaJYg{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-5vhwvV-ds{
border-radius:30px !important;
}

.phw-g-i-5vn95I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5w0peS{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-5wCaEy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5wCywV-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-5wKU4C-ds{
border-radius:30px !important;
}

.phw-g-i-5wktcg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5wpZbS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-5wtrgP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5x42KC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5x6Wpt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5xA2Tf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5xMe27-ds{
width:100% !important;
}

.phw-g-i-5yEqdD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5yJsUQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-5yNS2m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5yTnC0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5yU14D{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-5yyWMv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5z32hQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5z3wdX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-5z4nmU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5zBUNI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5zDlx7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5zYKkr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-5zr2PZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-606PBz-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-60Ci54-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-60LS4V-ds{
border-radius:30px !important;
}

.phw-g-i-60LUTD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-60StOy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-60VpMf-ds{
}

.phw-g-i-60m0bo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-60msNC-ds{
border-radius:30px !important;
}

.phw-g-i-613BHG-ds{
}

.phw-g-i-61M3PE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-61bnJh{
text-decoration:none !important;
background-color:transparent !important;
}

.phw-g-i-61rqFb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-623uXv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-624T20{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:72px !important;
color:var(--black) !important;
}

.phw-g-i-626EE2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-62HPHj-ds{
border-radius:30px !important;
}

.phw-g-i-62IrmK-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-62VT8x-ds{
border-radius:30px !important;
}

.phw-g-i-62YjSD{
}
.phw-g-i-62YjSD img{
}

.phw-g-i-62axrx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-62ej2q-ds{
}

.phw-g-i-62lxl2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-62nEn8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-62uppb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-632DQv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-63B637-ds{
border-radius:30px !important;
}

.phw-g-i-63EjIZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-63Nuzl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-63ZO4b{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-63dQnk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-63jZj8{
}

.phw-g-i-641IRq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-645gN0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-64Hojh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-64Ls9z-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-64Vzrl-ds{
background-image:url("") !important;
background-size:auto !important;
}

.phw-g-i-64ZO5k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-64aa4e-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-64fkjp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-64juSf-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-64oKDE-ds{
border-radius:29px !important;
}

.phw-g-i-64yBnl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-65a2wm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-65aKjb-ds{
opacity:0.8 !important;
}

.phw-g-i-65datx-ds{
border-radius:30px !important;
}

.phw-g-i-65nyJV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-65o3ma-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-65uWtM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-65yiEG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-661yYB{
}

.phw-g-i-668wqM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-66WSLW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-66XKqz{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-66luaR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-66tPjO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-66uyWG-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-66vxzb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6703Gb{
}

.phw-g-i-671iYE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-677ldc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-67BKYb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-67HAh9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-67RIvu-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-67ULfO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-67cI2E-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-67gKuA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-67l2F0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-682JMR-ds{
border-radius:30px !important;
}

.phw-g-i-685ryv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-68E1i9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-68P4oW{
}

.phw-g-i-68YLD4{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
}

.phw-g-i-6940NX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6941n1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-69EJ1s-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-69J23j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-69MyF9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-69OII1-ds{
}

.phw-g-i-6AEfo1-ds{
border-radius:30px !important;
}

.phw-g-i-6AGz2N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6AJxKl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6ALPKw{
color:var(--black) !important;
}

.phw-g-i-6AO9kG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6AbtUE{
}
.phw-g-i-6AbtUE img{
object-fit:cover !important;
}

.phw-g-i-6Ajj6b-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-6AlXi6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6AlzH7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Am9F0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6An2OJ{
}
.phw-g-i-6An2OJ img{
object-fit:cover  !important;
}

.phw-g-i-6AnPsS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6AqIsc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6AwjXK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6B3sbF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6B4vW0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6BANnk-ds{
border-radius:30px !important;
}

.phw-g-i-6BBVMI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6BEFQX{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
text-decoration:none !important;
}

.phw-g-i-6BXSrZ-ds{
border-radius:17px !important;
}

.phw-g-i-6BZ5HL-ds{
border-radius:30px !important;
}

.phw-g-i-6BcJmh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6BfH5q-ds{
border-radius:30px !important;
}

.phw-g-i-6BhCVh{
padding-top:calc(var(--pu-space)*12.5) !important;
}

.phw-g-i-6BnJ3p-ds{
}

.phw-g-i-6C18Yo-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-6C2ZHB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6CIvF6-ds{
border-radius:30px !important;
}

.phw-g-i-6CJ0hg-ds{
}

.phw-g-i-6CYndi{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
aspect-ratio:9/16 !important;
object-fit:cover !important;
}

.phw-g-i-6CcTDz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6CkTUD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Cp5Py-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Crlbz-ds{
border-radius:30px !important;
}

.phw-g-i-6D7pKS{
padding-inline-end:calc(var(--pu-space)*0.5) !important;
color:var(--white) !important;
padding-inline-start:calc(var(--pu-space)*0.5) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-6DEiqS-ds{
}

.phw-g-i-6DQMoD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6DVtl2{
}

.phw-g-i-6DXaRU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6E9pxh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6ECwHu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6EZ2pQ-ds{
border-radius:30px !important;
}

.phw-g-i-6EcIN9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6EnA5t-ds{
border-radius:30px !important;
}

.phw-g-i-6EsNcY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6EyeeS-ds{
border-radius:30px !important;
}

.phw-g-i-6FDpNR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6Ff1yi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6FpyG4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6FqXm7-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-6FqvZU-ds{
border-radius:17px !important;
}

#_PCM .phw-g-i-6FwCtZ{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-6FwMIW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Fwtpi-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-6FzCy1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6GRVeT{
text-transform:none !important;
color:var(--black) !important;
width:1000px !important;
font-size:var(--font-size-12) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-6GdXci-ds{
border-radius:30px !important;
}

.phw-g-i-6GlBTy-ds{
border-radius:30px !important;
}

.phw-g-i-6GqqX2-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-6GulL9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6GyvfL-ds{
background-image:url("") !important;
}

.phw-g-i-6H0P9P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6H4sTI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6HCM4i{
color:var(--black) !important;
}

.phw-g-i-6HLlLZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6HV3qS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6HYisf{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:var(--box-shadow-style-3) !important;
}

.phw-g-i-6HbF79-ds{
border-radius:30px !important;
}

.phw-g-i-6HvMk2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6IIEqw-ds{
border-radius:30px !important;
}

.phw-g-i-6IgT0K-ds{
border-radius:30px !important;
}

.phw-g-i-6IqUi8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6IwcKS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6IzPel-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6J62Mc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-6J7XIO{
background-color:var(--brand-color-secondary) !important;
width:auto !important;
max-height:72px !important;
height:72px !important;
}

.phw-g-i-6J96BO-ds{
border-radius:30px !important;
}

.phw-g-i-6JC6U5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6JWS5q{
}

.phw-g-i-6JglqU-ds{
border-radius:30px !important;
}

.phw-g-i-6JjaiW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6JsLAk-ds{
border-radius:17px !important;
}

.phw-g-i-6Jt9Hh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6KNdCc-ds{
}

.phw-g-i-6KZ9G0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Kgyku-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6KoCIl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6L75bl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6L8QU9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6LBGLU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6LFVPZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6LILre-ds{
border-radius:30px !important;
}

.phw-g-i-6LJpJd{
color:var(--black) !important;
}

.phw-g-i-6LM9a6-ds{
border-radius:30px !important;
}

.phw-g-i-6LPFkx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6LW1GE-ds{
border-radius:30px !important;
}

.phw-g-i-6LZrUs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6LawTS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Lc1qU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6LjQiG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Lvg19-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6M8h1g{
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--font-size-11) !important;
text-transform:lowercase !important;
width:680px !important;
text-align:center !important;
}

.phw-g-i-6MBZjP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6MEcBe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6MPMGR-ds{
}

.phw-g-i-6MSMxF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6N30aT{
}

.phw-g-i-6N3B0I-ds{
border-radius:30px !important;
}

.phw-g-i-6NIeGR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6NJSTt-ds{
border-radius:30px !important;
}

.phw-g-i-6NZE5T-ds{
border-radius:30px !important;
}

.phw-g-i-6NZaCY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6NguXA-ds{
display:none !important;
}

.phw-g-i-6Ns7Th-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Nxsxl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6OCYjk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6ODeiu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6OFueB-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-6OJZQ0-ds{
border-radius:30px !important;
}

.phw-g-i-6OJnYk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6OKEkb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6OwXCc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6P9SrY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6PBALZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6PMwQ4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6PQxFZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6PXrpA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Pb9HF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Pnbxn-ds{
background-image:url("") !important;
}

.phw-g-i-6PpFxL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Pt9xx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6Ptemv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Q5cPk{
font-size:17px !important;
}

.phw-g-i-6Q6RZl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6QAGcz{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-6QCpUL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6QCsxh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6QFiL4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6QXJcb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6QfUMN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6QjDva-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Qtecy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6QvhCY-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-6R59rU-ds{
border-radius:30px !important;
}

.phw-g-i-6R7mOs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6RAKta-ds{
border-radius:30px !important;
}

.phw-g-i-6RCmAw-ds{
}

.phw-g-i-6RJ7nq-ds{
border-radius:30px !important;
}

.phw-g-i-6RWuff{
}

.phw-g-i-6RamIj{
}

.phw-g-i-6RkEJs-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6RwvSf-ds{
opacity:0.8 !important;
}

.phw-g-i-6S4ERq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6SA1CC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6SAUmb-ds{
border-radius:30px !important;
}

.phw-g-i-6SLBhF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6SWc8y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6SaUYr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6SvMJM-ds{
border-radius:30px !important;
}

.phw-g-i-6SwgBE-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6T1nBe-ds{
text-align:left !important;
}

.phw-g-i-6TJGHB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6TJU7Z-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6TQaJD{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-6TmOCc{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
box-shadow:none !important;
}

.phw-g-i-6Tql9C-ds{
border-radius:30px !important;
}

.phw-g-i-6Trylk{
}

.phw-g-i-6TtApl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6TtBMn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6U0MeD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6U1Mgb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6UBgHI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6UIFMW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6UIaab-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6UPcRA-ds{
display:none !important;
}

.phw-g-i-6UUtwE{
}

.phw-g-i-6Ud69Y-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-6UgQ6W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-6UluEQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6UpGNI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6UzXPx-ds{
border-radius:30px !important;
}

.phw-g-i-6VLvz7{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image3-1738736481182.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-6Vgb9a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Vr2H0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6VvFqJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6VzEdV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6W14LU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6W2Jez-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6WBKtw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-6WQmus-ds{
border-radius:30px !important;
}

.phw-g-i-6WeGUa:hover{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-6WeGUa{
}

.phw-g-i-6Wn7mt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6X3xM1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6XEajM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6XXvUn-ds{
border-radius:30px !important;
}

.phw-g-i-6Xjof3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6Xk5YY-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-6XmaB2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Y7ZBK-ds{
border-radius:30px !important;
}

.phw-g-i-6Y9LLu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6YHnSJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6YW5k8-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6YXzbp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6YlyWP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6YttzJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6YwiOO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6Z4Xj6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-6ZC1iB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6ZaHSF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6ZqwNX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6Zr9Hh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6agxq8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6amwd6-ds{
border-radius:30px !important;
}

.phw-g-i-6anByg-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6awkNh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6bK2pM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6bOift-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6bk1WY-ds{
border-radius:30px !important;
}

.phw-g-i-6bxZUW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6c66dR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6cDA02-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6cHvMu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6cJEuL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6cVVn4-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6cXMd0{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-6cb3ko-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6cjz38-ds{
}

.phw-g-i-6cufE2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6cuyuQ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-6dGZjz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6dNLRe{
color:var(--white) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}

.phw-g-i-6dU7Om-ds{
border-radius:30px !important;
}

.phw-g-i-6dXTet-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-6ddvjA-ds{
border-radius:29px !important;
}

.phw-g-i-6dklTt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6dmTpb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6dnF1H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6dwoyi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6e7B93-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6eGyVc-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6eKGtl{
}

.phw-g-i-6eKO84-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6eNKGZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6eRZVy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6eThf1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6edhLA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6eecOl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6eiVfU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6erMPt-ds{
border-radius:30px !important;
}

.phw-g-i-6evtoo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6fBtEl{
}

.phw-g-i-6fCh7Z-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6fDIy3-ds{
border-radius:30px !important;
}

.phw-g-i-6fPgQI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6fkvRf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6gFh3q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6gMBmh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6gQQ9c-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6gTngS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6gTyAN-ds{
border-radius:30px !important;
}

.phw-g-i-6gduS2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6gqQVv-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-6gy6rk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6gysh7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6hBCYh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6hKQle{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
}

.phw-g-i-6hLS5s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6hMFGS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6hP7Ad{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:auto !important;
}

.phw-g-i-6hP7Ad:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
color:var(--black) !important;
}

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

.phw-g-i-6hP7Ad:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-6hP7Ad:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-6hP7Ad.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-6hP7Ad:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-6hPwmH-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6he1Am-ds{
border-radius:30px !important;
}

.phw-g-i-6hevKy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6hmb3U-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-6i00iK-ds{
border-radius:35px !important;
}

.phw-g-i-6i9Nhz-ds{
border-radius:30px !important;
}

.phw-g-i-6iMJtX{
}

.phw-g-i-6iO4AH-ds{
border-radius:30px !important;
}

.phw-g-i-6iVaNB-ds{
border-radius:30px !important;
}

.phw-g-i-6iVqkX-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-6iWB05-ds{
border-radius:30px !important;
}

.phw-g-i-6iaJV5-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-6ibOB4-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6iidDu{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-6iopHM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6j2NHn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6j5hPS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6jP6B5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6jQ5F6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6jSADz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6jWawK-ds{
border-radius:30px !important;
}

.phw-g-i-6jppvw{
}
.phw-g-i-6jppvw img{
object-fit:cover  !important;
}

.phw-g-i-6jvwy8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6k19vv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6k6kzS-ds{
border-radius:30px !important;
}

.phw-g-i-6kCJkg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6kGZCk-ds{
border-radius:9px !important;
}

.phw-g-i-6kLbYS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6kLiHO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6kz0IL-ds{
border-radius:30px !important;
}

.phw-g-i-6l7lqn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6lFO5P-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6lG2oK-ds{
border-radius:30px !important;
}

.phw-g-i-6layTX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6lsCR5-ds{
border-radius:30px !important;
}

.phw-g-i-6lwzxs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6mE1Dl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6mGb4g-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6mKZUJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-6mTnr7{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-weight:700 !important;
}

.phw-g-i-6mWm0B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6mZSci-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6nAcWS-ds{
border-radius:29px !important;
}

.phw-g-i-6nB4CE{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-6nJt5b-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6nRZZN{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-6nShBU{
}

.phw-g-i-6nbJnO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6nfJK4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6noryN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6nsQ6k{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
height:150px !important;
line-height:1.2 !important;
}

.phw-g-i-6o3hYI{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
width:350px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-6o3hYI:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

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

.phw-g-i-6o3hYI:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-6o3hYI:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-6o3hYI.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-6o3hYI:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-6oGkNV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6oHpIA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6oMhgm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6oPE6f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6oTbQr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6oag1J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6omFNg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6otOYd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6p4KYL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6p8eao-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6p98bL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6pMNiN-ds{
border-radius:30px !important;
}

.phw-g-i-6pS530-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6pSj6k{
}

.phw-g-i-6peZ10-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6qFtkM-ds{
border-radius:30px !important;
}

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

.phw-g-i-6qN3Zm{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-6qQubc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6ql0gO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6qmBwL-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-6qpmaR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6r0ad9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6rEp6T-ds{
border-radius:29px !important;
}

.phw-g-i-6rIUFo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6rOMjB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6raUKM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6rh7Xh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6rqi0d{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
}

.phw-g-i-6rsOG7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6s43CA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6sCFQt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6sE55G-ds{
border-radius:30px !important;
}

.phw-g-i-6sGITc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6sGcCD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6sVroD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6sc2tZ-ds{
border-radius:30px !important;
}

.phw-g-i-6sfEmN-ds{
border-radius:30px !important;
}

.phw-g-i-6shOc0-ds{
border-radius:30px !important;
}

.phw-g-i-6t8gcb{
color:var(--black) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-6tCy5W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6tLgHY-ds{
border-radius:30px !important;
}

.phw-g-i-6tOGM3-ds{
border-radius:30px !important;
}

.phw-g-i-6tQn47-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6tjouD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6towcX-ds{
}

.phw-g-i-6tpqlc-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-6tps6g{
color:var(--text-dark) !important;
display:inline-flex !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-6u83Hk-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-6uCZC7-ds{
background-image:url("") !important;
}

.phw-g-i-6uGKea-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6uZtxS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6udp74-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6ujKuy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6umASF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6vHbHa-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-6vczx2{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-6vesUb-ds{
border-radius:30px !important;
}

.phw-g-i-6w4BeI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6wCmbl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6wKzdN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6wNrxr-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-6wRDAp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6wcHDA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6wdTiP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-6wdXCk-ds{
}

.phw-g-i-6wiPqV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6wituw-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-6wprzR-ds{
border-radius:29px !important;
}

.phw-g-i-6wyxKw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6x6TT2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6xFUKd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-6xG4N6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6xJhCc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6xUt7j-ds{
border-radius:30px !important;
}

.phw-g-i-6xYlLL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6xaXNo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6xbTJY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6xjIJq-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-6xpNFR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6xuTgg-ds{
border-radius:30px !important;
}

.phw-g-i-6y3u2Y-ds{
border-radius:30px !important;
}

.phw-g-i-6y7uLo{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:transparent !important;
}

.phw-g-i-6y8Egz{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-6yDx2D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6yS7lN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-6yTORP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6yWMHg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6ykYaI{
font-size:var(--cms-g-small-font) !important;
min-height:38px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--white) !important;
border-style:none !important;
}

.phw-g-i-6yv3sv{
font-size:var(--cms-g-small-font) !important;
min-height:38px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--white) !important;
border-style:none !important;
}

.phw-g-i-6ywuzH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6yx4Dk-ds{
border-radius:30px !important;
}

.phw-g-i-6yyei5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6zMeLz-ds{
border-radius:30px !important;
}

.phw-g-i-6ziD9z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6zijL0-ds{
border-radius:30px !important;
}

.phw-g-i-6zlEpw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6zmajk-ds{
border-radius:30px !important;
}

.phw-g-i-6zvrW2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-704SEz-ds{
}

.phw-g-i-70Idwa-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-70UJFu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-70WiQz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-70bXt6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-70wi4t{
}

.phw-g-i-713NWj-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-71GKlE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-71HlIF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-71INCX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-71Kv9y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-71OHU2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-71QYqZ-ds{
text-align:left !important;
}

.phw-g-i-71RQSM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-71iC5L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-71l8t9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-71qeGE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-71uzFl-ds{
border-radius:30px !important;
}

.phw-g-i-71y1YQ{
}

.phw-g-i-723tAz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-72LxU9-ds{
border-radius:30px !important;
}

.phw-g-i-72RqnF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-72Urno-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-72y08k-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-73HHcw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-73KTvL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-73XdBO-ds{
border-radius:31px !important;
}

.phw-g-i-73hnPr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-73m3Eo{
color:var(--custom-color-m0h0i) !important;
display:inline-flex !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
}

.phw-g-i-73piaE{
color:var(--black) !important;
}

.phw-g-i-73yIhW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-743OqF-ds{
background-image:url("") !important;
}

.phw-g-i-74Cnu0{
color:var(--black) !important;
}

.phw-g-i-74UG8H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-74UdZE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-74Ur5N-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-74WMUn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-74XAIe-ds{
border-radius:30px !important;
}

.phw-g-i-74hAwR-ds{
}

.phw-g-i-74lT2K-ds{
border-radius:30px !important;
}

.phw-g-i-74sLWN-ds{
border-radius:30px !important;
}

.phw-g-i-74tJ2l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-752kKM-ds{
border-radius:30px !important;
}

.phw-g-i-7588oP{
}

.phw-g-i-759Bl3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-75BTdU-ds{
}

.phw-g-i-75Hmp7{
}

.phw-g-i-75JKAK{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-75JKAK:hover{
opacity:25 !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-75MPNk{
}

.phw-g-i-75xeeT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-75yNpt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-76FjGZ{
color:var(--black) !important;
}

.phw-g-i-76K4BD-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-76l6dn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-77E9Rm-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-77HhfX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-77IZAi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-77IbvO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-77Tq0y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-77UdET-ds{
display:none !important;
}

.phw-g-i-77UkcS-ds{
border-radius:30px !important;
}

.phw-g-i-77bgLj{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-77d6Ho-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-77iE6R{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
}

.phw-g-i-77n9oK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-77nKgb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-784fP5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-788iiU{
max-height:none !important;
color:var(--black) !important;
max-width:none !important;
width:500px !important;
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
min-height:0px !important;
min-width:0px !important;
text-align:start !important;
}

.phw-g-i-78BOPG{
}

.phw-g-i-78IvY2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-78VB1Z-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-78ZyHu-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-78aiT4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-78b2Sb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-78hCOb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-78t7Na-ds{
}

.phw-g-i-78uMOR{
font-family:var(--cms-g-jetsansregular) !important;
color:var(--black) !important;
}

.phw-g-i-78v51n-ds{
}

.phw-g-i-78zsAG{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:200px !important;
}

.phw-g-i-7946kj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-79H1Rb{
}

.phw-g-i-79QMZP{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
color:var(--black) !important;
}

.phw-g-i-79aium-ds{
border-radius:30px !important;
}

.phw-g-i-79efrQ-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-79tGw1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-79tpkK-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-7A1Nb8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7A4I7D-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-7A9ylB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7ADNbs-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-7AN9fF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7AQpPl{
}

.phw-g-i-7AVtoV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7AYMdQ{
}

.phw-g-i-7Apa4K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7AsmQp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7AxYhP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7AyTLR-ds{
border-radius:30px !important;
}

.phw-g-i-7BSu09-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-7BbISX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7BcP0h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Bf5tk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Bz8Hw-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-7CDP2p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7CK0HE-ds{
border-radius:30px !important;
}

.phw-g-i-7CL5gi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7CMBMI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7CPIUF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7CU3Z4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7CXBfg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7Cbt5k-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-7CsEXz{
}

.phw-g-i-7Cxo6D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7D0fGt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7D3nh4-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-7D7B7w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7D7OCA-ds{
position:relative !important;
display:block !important;
}

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

.phw-g-i-7DCGcw:hover{
border:none !important;
}

.phw-g-i-7DCGcw:active{
border:none !important;
}

.phw-g-i-7DCGcw:focus{
border:none !important;
}

.phw-g-i-7DFYBU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7DIOeX-ds{
border-radius:30px !important;
}

.phw-g-i-7DRY1R-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-7DT8MF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Dbipy-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-7DiN9u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7DnOlx-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7DslK4{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
text-align:start !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-7Dthje-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-7DywnH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7E0D77-ds{
border-radius:30px !important;
}

.phw-g-i-7E2Tnh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7E9Edu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7EBu5K-ds{
border-radius:30px !important;
}

.phw-g-i-7EEH9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7EXHO9{
}

.phw-g-i-7EZRGc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7Eia1w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7EsRRp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-7EtrWp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7F29y4-ds{
border-style:none !important;
}

.phw-g-i-7FPrLj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7FXhNv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7Fk91s{
background:none !important;
background-image:none !important;
border:none !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-7Fk91s:hover{
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-7Fk91s:focus{
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-7G14xj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7G1JpX-ds{
border-radius:30px !important;
}

.phw-g-i-7GqmFI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7H6PVL{
}

.phw-g-i-7HCiWU{
}

.phw-g-i-7HNfJT{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:transparent !important;
}

.phw-g-i-7HXt1O-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7HYC2W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7HgKEd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Hkqgy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7HneYd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7HwgUM-ds{
border-radius:30px !important;
}

.phw-g-i-7I01Fg-ds{
border-radius:30px !important;
}

.phw-g-i-7I5kxc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7IXSjw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7Ih4UH-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-7InieI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Ir1HI{
}

.phw-g-i-7J0G1C-ds{
}

.phw-g-i-7JAAbA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7JEOlc{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:350px !important;
text-align:center !important;
}

.phw-g-i-7JSgNp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7JzzSj-ds{
border-radius:29px !important;
}

.phw-g-i-7K2jbT-ds{
}

.phw-g-i-7KD7cj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7KKn0C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7KRzSu-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-7Kq1FZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Kqg0C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7L0EyQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7LSxnf{
}

.phw-g-i-7LVrKp{
}

.phw-g-i-7LWsGQ{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:40px !important;
line-height:56px !important;
}

.phw-g-i-7LeQRn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7LgQyn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7LpH7t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7LqpeG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7LsZuc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7M3E6Y-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7M6zse-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7M7fLm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7MG1XD{
color:var(--custom-color-ZmlLd) !important;
font-family:TakeawaySans-Bold !important;
font-size:22px !important;
line-height:40px !important;
}

.phw-g-i-7MHFgD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7McukJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-7Me36K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Mmzrk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7MoB3A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7N0ubM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7N9tMD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7NS7Tn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7NUTBe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Nay4S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7NcZh4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7NoYno{
color:var(--black) !important;
font-size:var(--body-font-size) !important;
}

.phw-g-i-7O8PX7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7OZ4Qd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7OaXXv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7OkYMB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Ol9dr-ds{
text-align:left !important;
}

.phw-g-i-7P30uT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7P4UeO{
color:var(--text-dark) !important;
}

.phw-g-i-7PHNtZ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7PLU1s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7PMMmZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7PVMm8-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-7PYE4Z{
background-image:none !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
}

.phw-g-i-7PZNz2-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-7PdUWr{
}

.phw-g-i-7PeP7e-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Pklxt{
}

.phw-g-i-7PquJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7Q4Gpc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7Q9pPd-ds{
border-radius:17px !important;
}

.phw-g-i-7QBZ8Y-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-7QPNGx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7QVDvo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7QWUQg{
color:var(--black) !important;
}

.phw-g-i-7QluLP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Qp3GY{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--text-dark) !important;
}

.phw-g-i-7R9WO2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7RA36F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7RECoR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7RLQF1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7RVjYi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7RY7tM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7RcJRb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7Rh9NX{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-7Roja9{
color:var(--white) !important;
}

.phw-g-i-7Rp0Vb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7S7Fwn-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-7S9Q8m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7SMnsq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7So3z1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7T2DBz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7T9tJr-ds{
border-radius:30px !important;
}

.phw-g-i-7TBlUa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7TDr9D-ds{
}

.phw-g-i-7TGse1-ds{
border-radius:30px !important;
}

.phw-g-i-7TMWOi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7Tb3n6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7Tg8Fv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7TmSss-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7U62Zs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7UCpvb{
}

.phw-g-i-7UDTek-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7UMluR-ds{
}

.phw-g-i-7UQn4x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7UXHZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7Uc0sl-ds{
border-radius:30px !important;
}

.phw-g-i-7UdXF0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-7UhWl3-ds{
border-radius:30px !important;
}

.phw-g-i-7UqGzs-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7Uz4wt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7VRmHb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7VYcTL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7VaIFM-ds{
pointer-events:visible !important;
}

.phw-g-i-7VjknQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-7VjrSZ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-7VmEpz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7Vn4Q9-ds{
border-radius:30px !important;
}

.phw-g-i-7Vqjnb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7VwCZ3-ds{
border-radius:30px !important;
}

.phw-g-i-7VyBPc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7W2Q4z-ds{
border-radius:30px !important;
}

.phw-g-i-7W7VwG-ds{
border-radius:30px !important;
}

.phw-g-i-7WCCK9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7WF766-ds{
}

.phw-g-i-7WLI3J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7WLth6{
}

.phw-g-i-7WMD12-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-7WMlw9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7WNKFs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7WPBcA{
}

.phw-g-i-7X4EIj-ds{
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-7X4aXE{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-7XDfdL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7XNnlf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7XOb2z-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-7XP1wK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7XR5G8{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-7XTqeE-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7XUfOx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7XjLQm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7Xl6WO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7XrI7X-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7XrQOF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7Xus7k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7YBR3E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7YDecj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7YHUap-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7YP296-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7YWjw0-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7YbNsO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7Yigr6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7YoKMz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7YrdOn{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image4-1739968286776.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-7Z3JLf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7ZFvfX-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7ZKyiQ-ds{
border-radius:30px !important;
}

.phw-g-i-7ZMDsq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7ZMI32{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-7Zh7jB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7ZkMps-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7ZmLMG{
}

.phw-g-i-7ZxJTJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7a9WIn-ds{
border-radius:30px !important;
}

.phw-g-i-7aCLCa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7adpVB{
font-size:var(--phw-g-regular-text-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-7alUCd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7az0I9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7b3hY9{
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
color:var(--white) !important;
text-decoration:none solid rgb(255, 255, 255) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-7b3hY9:hover{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-7b5u5T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7b8lPI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7bE7pP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7bNBeF-ds{
border-radius:30px !important;
}

.phw-g-i-7bra1D-ds{
border-radius:30px !important;
}

.phw-g-i-7bu1sr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7cPcaK-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-7cXuug-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7cloGv{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-7dB2NP-ds{
border-radius:30px !important;
}

.phw-g-i-7dIBHm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7dOcW5{
}

.phw-g-i-7dOcW5:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-7dOe9u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7dX5VQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7dku8T{
color:var(--white) !important;
}

.phw-g-i-7dt2vy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7e5fOo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7eCfAX-ds{
}

.phw-g-i-7eHCGi-ds{
border-radius:17px !important;
}

.phw-g-i-7enZlp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7eytYI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7fIIiA-ds{
background-image:url("") !important;
}

.phw-g-i-7fXAqn{
border-style:none !important;
color:var(--white) !important;
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-7fcUZs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7ffCz5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7fjqlU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7fmI3o{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-nav-items) !important;
line-height:var(--paragraph-line-height-2) !important;
border-width:0px !important;
border-style:none !important;
}

.phw-g-i-7fmI3o:focus{
border-width:0px !important;
border-color:transparent !important;
border-style:none !important;
}

.phw-g-i-7fp1pq-ds{
}

.phw-g-i-7fvtpr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7fxqBX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7g8xgK{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-weight:normal !important;
padding-left:28px !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:28px !important;
min-height:60px !important;
padding-right:28px !important;
}

.phw-g-i-7gLPlA{
color:var(--black) !important;
}

.phw-g-i-eWvUwU:hover .phw-g-i-7gLPlA{
}

.phw-g-i-7gMwRT-ds{
border-radius:17px !important;
}

.phw-g-i-7gNPWW-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-7glZh1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7h8t95-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7hX46X-ds{
border-radius:30px !important;
}

.phw-g-i-7hXFAa{
}

.phw-g-i-7hcZGJ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-7hf1Nc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7hoSVs-ds{
border-radius:30px !important;
}

.phw-g-i-7i4CbC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7i9xW4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7iCiHg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7ib2oK-ds{
}

.phw-g-i-7icc0q{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-7if1oD-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-7igeak-ds{
border-radius:30px !important;
}

.phw-g-i-7ij5xY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7is5PO-ds{
}

.phw-g-i-7iwdnX-ds{
border-radius:30px !important;
}

.phw-g-i-7j1OAv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7j9bZz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7jDAu8{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-7juVd4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-7jxPsH-ds{
}

.phw-g-i-7k8XYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7kJAhd{
}
.phw-g-i-7kJAhd img{
object-fit:cover !important;
}

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

.phw-g-i-7kPjBT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7kZ3bP-ds{
border-radius:30px !important;
}

.phw-g-i-7kaLQl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7kinE6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7kkWGM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7kpLxO-ds{
border-radius:30px !important;
}

.phw-g-i-7kxfFg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7l1Idq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7l63FV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7lDDLz{
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
}

.phw-g-i-7lGRt7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7lZmqr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7lbwKo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7lpE7B-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-7mI4fe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7mK4ed-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-7mZuu3-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-7mfLkC{
}

.phw-g-i-7muBJJ-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-7mw4SA-ds{
border-radius:30px !important;
}

.phw-g-i-7nBOX0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7nFhMA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7nIcLt-ds{
border-radius:30px !important;
}

.phw-g-i-7nYOxr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7nwSj1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7nwbgN-ds{
border-radius:30px !important;
}

.phw-g-i-7oHVWq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7oR75O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7odNI1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7omQQQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7oma1Z-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7oyh3a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7p0m9d-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-7pDZVI-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7pH5az-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7pR5lK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7pUiWd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7pbOrC-ds{
}

.phw-g-i-7pbqoE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7pnmSC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7pr6Om-ds{
border-radius:30px !important;
}

.phw-g-i-7psxpn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7q4Mqv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7q5anG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7qEtqH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7qOWsp-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-7qRgaS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7qlh7Z-ds{
border-radius:30px !important;
}

.phw-g-i-7qu9Mg-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-7qyBZj-ds{
border-radius:30px !important;
}

.phw-g-i-7r1RVZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7r3iCk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7r65py-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7rEQdt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7rG6tj-ds{
border-radius:30px !important;
}

.phw-g-i-7rHFVW{
}

.phw-g-i-7rdBcj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7rj6iG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7roTSj{
color:var(--black) !important;
}

.phw-g-i-7rsfg3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7s16xK-ds{
opacity:0.8 !important;
}

.phw-g-i-7s2wMO-ds{
width:100% !important;
}

.phw-g-i-7s5XnU{
}

.phw-g-i-7s5suZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7s8pjg{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
width:598px !important;
height:268px !important;
}

.phw-g-i-7sFZKU{
}

.phw-g-i-7sH0TA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7sJ3Ws-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7sJTet-ds{
}

.phw-g-i-7sKb55-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7sN2Xb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7sOefj{
}

.phw-g-i-7se3qo-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-7sqa13{
}

.phw-g-i-7ss1Xk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7suYT4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7sxBZQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7syEqq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7t4W1n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7t7cmC-ds{
border-radius:30px !important;
}

.phw-g-i-7tJnkn{
font-size:50px !important;
color:var(--custom-color-ZmlLd) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
width:50% !important;
margin-inline-start:auto !important;
margin-inline-end:auto !important;
}

.phw-g-i-7tLKA5-ds{
}

.phw-g-i-7tQkXx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7tVzfy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7tWt8g-ds{
}

.phw-g-i-7tdUIa-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-7tihoB{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
width:598px !important;
height:268px !important;
}

.phw-g-i-7togUs-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-7tvETP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7uBdky{
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:18px !important;
font-weight:700 !important;
}

.phw-g-i-7uCFNv{
color:var(--black) !important;
}

.phw-g-i-7uU6zq-ds{
border-radius:30px !important;
}

.phw-g-i-7uWXZZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7ubERF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7ukTXm{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-7ulPy9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7uotb1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7vAbMt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7vU4wU-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-7vb9YW{
max-width:1440px !important;
width:1244px !important;
background-color:transparent !important;
}

.phw-g-i-7viyGX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7vlrvc-ds{
border-radius:30px !important;
}

.phw-g-i-7vqnvX{
}

.phw-g-i-7w0mkm{
color:var(--black) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
}

.phw-g-i-7w0mkm:hover{
color:var(--black) !important;
}

.phw-g-i-7w4ktY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7wJP9M{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
text-decoration:none !important;
}

.phw-g-i-7wRbpd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7wUnho-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7wgb5l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7wmUWZ-ds{
border-radius:30px !important;
}

.phw-g-i-7wmgpn-ds{
border-radius:30px !important;
}

.phw-g-i-7wr9dJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7x2hIr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7x2tER-ds{
}

.phw-g-i-7x7f6D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7x8wkW-ds{
border-radius:30px !important;
}

.phw-g-i-7xCCRC{
border-width:1px !important;
border-color:var(--stroke-gray-lighter) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-7xQhpI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7xQtav-ds{
border-radius:30px !important;
}

.phw-g-i-7xfxeQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7xu3QX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7xvKho-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-7yPYX0{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-7ya80h-ds{
border-radius:30px !important;
}

.phw-g-i-7yfzqs{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-7ywZgj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7yzDrZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-7zN7NC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7zcrxs{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-7zfPkE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-7zoLle-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-6WeGUa:hover .phw-g-i-804Baf{
background-color:transparent !important;
}

.phw-g-i-804Baf{
}

.phw-g-i-80E3Pn-ds{
}

.phw-g-i-80OLry-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-80ch5a-ds{
border-radius:30px !important;
}

.phw-g-i-80fJj4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-80fpOi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-80kfMi-ds{
border-radius:30px !important;
}

.phw-g-i-80lquw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-80r6dF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-80xb1t-ds{
opacity:0.8 !important;
}

.phw-g-i-810jOk-ds{
border-radius:30px !important;
}

.phw-g-i-810wPI-ds{
border-radius:30px !important;
}

.phw-g-i-814iIU{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:96px !important;
height:96px !important;
}

.phw-g-i-81TV7H-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-81bYPT-ds{
border-radius:30px !important;
}

.phw-g-i-81cfX6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-81hQEp-ds{
border-radius:30px !important;
}

.phw-g-i-81o3OM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-81rvn3{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-8204Vu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-82BpmW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-82CIib-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-82NVCE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-82TL8e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-82TmUX-ds{
border-radius:30px !important;
}

.phw-g-i-82UgFJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-82hXjD-ds{
border-radius:30px !important;
}

.phw-g-i-82uCQ6-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-82ue4C-ds{
}

.phw-g-i-82uxd9{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-82zQcm-ds{
border-radius:30px !important;
}

.phw-g-i-83Cbtd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-83DjZ4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-83UdAf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-849Moh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-84A9Eq-ds{
}

.phw-g-i-84CmeY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-84Fxoj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-84Kj5D-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-84beDB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-84c4Dj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-84nxwq-ds{
}

.phw-g-i-84u2K2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-85CE8o-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-85DOlk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-85LK6h-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-85Mbp1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-85aD7J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-85eScQ-ds{
border-radius:30px !important;
}

.phw-g-i-85f8ti-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-85jrIl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-85kARJ-ds{
}

.phw-g-i-85s7fs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-861h4M-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-86B9qA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-86Frg9-ds{
border-radius:30px !important;
}

.phw-g-i-86LlrK{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-86ZJp0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-86mqno-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-86uc2D{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-878rG5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-879Qxe-ds{
border-radius:30px !important;
}

.phw-g-i-87E6YC{
background:none !important;
border-color:var(--brand-color-secondary) !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:#fff !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansregular) !important;
line-height:28px !important;
text-align:start !important;
padding-left:38px !important;
padding-right:38px !important;
box-shadow:none !important;
min-height:24px !important;
}

.phw-g-i-87E6YC:hover{
background:none !important;
border-color:#242e30 !important;
background-color:#fff !important;
box-shadow:none !important;
color:#242e30 !important;
}

.phw-g-i-87E6YC:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-87E6YC:focus{
border-color:var(--phw-custom-border-black000000ff) !important;
color:var(--black) !important;
background-color:transparent !important;
}

.phw-g-i-87E6YC:active{
border-color:var(--white) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
}

.phw-g-i-87E6YC.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-87E6YC:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-87Msc2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-87TATn-ds{
border-radius:30px !important;
}

.phw-g-i-87TyK3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-87bVB4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-87cmbX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-87ghhF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-87jnrX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-87vEcl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-88CVZ5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-88OtfN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-88RIV2-ds{
}

.phw-g-i-88USoC{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}

.phw-g-i-88bI1L-ds{
border-radius:30px !important;
}

.phw-g-i-88jlD3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-88lUp8{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-88rcyY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-88sBKB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-88tEF9{
border-color:var(--brand-color-primary) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
color:var(--white) !important;
font-weight:var(--btn-font-weight) !important;
font-size:14px !important;
min-height:48px !important;
line-height:24px !important;
background-color:var(--brand-color-secondary) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-88tEF9:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-88tEF9:focus{
background:none !important;
background-image:none !important;
border-color:var(--phw-custom-border-black000000ff) !important;
background-color:var(--brand-color-primary) !important;
color:var(--black) !important;
}

.phw-g-i-88tEF9:active{
border-color:var(--phw-custom-border-black000000ff) !important;
background-color:var(--white) !important;
color:var(--black) !important;
}

.phw-g-i-88tEF9:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-88tEF9.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-88tEF9:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-89GRYK-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-89Y8XW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-89q5Vg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-89r9Nv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8ALYO2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8AZKVi-ds{
border-radius:30px !important;
}

.phw-g-i-8AZrQl{
}

.phw-g-i-8AhqqE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8ApBmZ-ds{
border-radius:31px !important;
}

.phw-g-i-8AxFLp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8AyR3H-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8B4GMk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8BEx11-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8BIW0L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8BsIMP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8CAyio-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8CIYh6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8Cw3gy-ds{
background-position:0% 50% !important;
}

.phw-g-i-8DAuWY-ds{
border-radius:30px !important;
}

.phw-g-i-8DJglm-ds{
}

.phw-g-i-8DYrXC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8DevEA{
padding-bottom:calc(var(--pu-space)*1.5) !important;
width:263px !important;
}

.phw-g-i-8DlCg5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8DlJ9p{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-8DrKvu-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-8DuHMB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8E58nE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8EK0aR-ds{
border-radius:30px !important;
}

.phw-g-i-8EMeYa-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-8ETfow-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8EcAYC-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-8Ecovt-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-8EehJQ{
}

.phw-g-i-8EhFvk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8EhRIH{
}

.phw-g-i-8ElljA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8EloEW{
}

.phw-g-i-8Eo4Qk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8F26Fu{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-8F2m2l-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-8FF4ZC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8FFwAe{
text-align:justify !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-8FTITQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8FYcf0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8Fb575{
}
.phw-g-i-8Fb575 img{
}

.phw-g-i-8FjJhr-ds{
border-radius:30px !important;
}

.phw-g-i-8FuCgz-ds{
border-radius:30px !important;
}

.phw-g-i-8GCWAO-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8GGxqK-ds{
border-radius:30px !important;
}

.phw-g-i-8GN3Ef-ds{
border-radius:30px !important;
}

.phw-g-i-8Gb89z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8Gcy26-ds{
}

.phw-g-i-8GeP18-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8Gpcfi-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-8GxEfM{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-8H21dU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8HA4Ck{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-8HC1ik-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8HLjW1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8HNZbZ{
}

.phw-g-i-8HUjY3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8Hm1YC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8HztB2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8I09Eq-ds{
border-radius:30px !important;
}

.phw-g-i-8I37d8-ds{
border-radius:31px !important;
}

.phw-g-i-8IAWwd-ds{
}

.phw-g-i-8IBlFd{
}

.phw-g-i-8IipjW-ds{
background-position:0% 50% !important;
}

.phw-g-i-8IsWMc-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8IseVw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8IuEWx-ds{
border-radius:30px !important;
}

.phw-g-i-8J2oMT{
}

.phw-g-i-8JCSgf{
background:none !important;
background-image:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-8JDTzG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8JXaTG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8JZMl7{
}

.phw-g-i-8JaLsx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8JyxDq-ds{
border-radius:30px !important;
}

.phw-g-i-8JzHp2-ds{
border-radius:30px !important;
}

.phw-g-i-8JzJZc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8JzU6Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8KA5ji-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8KAYi4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8KPHNC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8KPv2N-ds{
border-radius:30px !important;
}

.phw-g-i-8KPx2S-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-8KWBwz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8KWNNT{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-8Kdxy8{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
box-shadow:none !important;
}

.phw-g-i-8LD09V-ds{
display:none !important;
}

.phw-g-i-8LEtWt-ds{
border-radius:30px !important;
}

.phw-g-i-8LGkT8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8LIjNH-ds{
}

.phw-g-i-8LYQnJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8Lbv6Q-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-8LcfU1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8Ldg3w-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8LeiC2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8Lf8l2-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-8LiymJ{
}

.phw-g-i-8M2bKA-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8M42gs{
}

.phw-g-i-8MYjKg{
margin-inline-start:calc(var(--mu-space)*11.25) !important;
}

.phw-g-i-8MdQ7A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8MgbSx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8MoyD3-ds{
border-radius:30px !important;
}

.phw-g-i-8MuA5l{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-8NJumy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8NNVdG-ds{
border-radius:30px !important;
}

.phw-g-i-8NfGIS-ds{
border-radius:30px !important;
}

.phw-g-i-8NfN6k-ds{
border-radius:30px !important;
}

.phw-g-i-8O1Eie-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8O4Uis-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8O5MH1-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8O5Tjq-ds{
border-radius:30px !important;
}

.phw-g-i-8O8sbO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8OEjeP-ds{
}

.phw-g-i-8OEz4n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8OLpGs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8OOLG9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8Oc15k-ds{
border-radius:30px !important;
}

.phw-g-i-8P3ITb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8PNgOS{
border-width:1px !important;
border-style:solid !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-8PNgOS:hover{
border-width:1px !important;
border-style:solid !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

#_PCM .phw-g-i-8PO5Ga{
}

.phw-g-i-8PTXmE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8PelBm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8Pq23c-ds{
border-radius:30px !important;
}

.phw-g-i-8PwGn2-ds{
border-radius:30px !important;
}

.phw-g-i-8Q1cuN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8QX078-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8Qh0Pq-ds{
opacity:0.8 !important;
}

.phw-g-i-8Qjrzz-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-8Qq3q8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8QtiT1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8R0gKu-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-8R1TqH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8R4jcw{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}

.phw-g-i-8RCVTG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8RJbb7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8RUP2U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8RUVKv{
}

.phw-g-i-8RaJah-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8ResLy-ds{
border-radius:30px !important;
}

.phw-g-i-8RhD8R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8RjoOb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8RkgJB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8Rr916-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8RyHnV-ds{
border-radius:30px !important;
}

.phw-g-i-8SWarw-ds{
}

.phw-g-i-8SmLZd-ds{
background-size:100% 100% !important;
border-radius:30px !important;
}

.phw-g-i-8T0h72-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8T1enA-ds{
background-position:0% 50% !important;
}

.phw-g-i-8T9TnJ{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-8TAJEN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8TAZy3-ds{
border-radius:30px !important;
}

.phw-g-i-8THEjv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8TSADP-ds{
border-radius:30px !important;
}

.phw-g-i-8TV9nb-ds{
border-radius:30px !important;
}

.phw-g-i-8Tatxk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8Tcv8F-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8TuTKS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8TyCNG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8U2WES-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8U3t4P{
}

.phw-g-i-8U4NSv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8UFdvP-ds{
border-radius:30px !important;
}

.phw-g-i-8UGcRZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8ULxZk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8UMS4f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8UPT2e-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-8UUbgx{
color:var(--black) !important;
}

.phw-g-i-8Uefvk{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-8Ug2xZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8UqSf1-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-8Uy7F4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8Uziuy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8V4i0H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8V66cz-ds{
border-radius:30px !important;
}

.phw-g-i-8V6mRD-ds{
border-radius:30px !important;
}

.phw-g-i-8VCXHq-ds{
border-radius:30px !important;
}

.phw-g-i-8VOKii-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8VQWZB-ds{
background-size:100% 100% !important;
}

.phw-g-i-8VVSC4-ds{
border-radius:30px !important;
}

.phw-g-i-8VX2vm-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-8Vd6AB{
font-weight:700 !important;
color:var(--black) !important;
padding-inline-end:calc(var(--pu-space)*3) !important;
font-family:var(--cms-g-jetsansregular) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
font-size:18px !important;
line-height:1.3 !important;
}

.phw-g-i-8VnjHh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8Vtf5a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8VurxJ-ds{
border-radius:30px !important;
}

.phw-g-i-8VxPFu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8W1KwR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8W4mba-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8WKHWw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8WSsbK{
}

.phw-g-i-8WdKUO{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
width:598px !important;
height:268px !important;
}

.phw-g-i-8WiJdg{
}

.phw-g-i-8WsATr-ds{
border-radius:30px !important;
}

.phw-g-i-8WwV2F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8XjSbu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8Xk7SP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8Xm2qc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8Xoqfx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8Y016x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8YHmmu-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-8YTlAD-ds{
border-radius:30px !important;
}

.phw-g-i-8YcynZ-ds{
background-position:50% 50% !important;
}

.phw-g-i-8YxiLb-ds{
border-radius:30px !important;
}

.phw-g-i-8Yxt9G-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8YyMpO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8YzLMw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8Z8Ukx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8ZI0hd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8ZN5ze{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-8ZUb1J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8ZyL7q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8ZzH1s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8ZzdoK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8aEEQ7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8aR2tF-ds{
}

.phw-g-i-8aTSiS{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-8aUiM5{
padding:0 !important;
color:var(--white) !important;
font-weight:400 !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
border-color:transparent !important;
min-height:auto !important;
background-color:transparent !important;
box-shadow:none !important;
border-width:0 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}

.phw-g-i-8aiWad-ds{
text-align:left !important;
}

.phw-g-i-8apIHQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8arOWX-ds{
border-radius:30px !important;
}

.phw-g-i-8as7H8-ds{
}

.phw-g-i-8avdeG-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-8b54aa{
}

.phw-g-i-8bEquh-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8bG1dp-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-8bIif6{
}

.phw-g-i-8baNpX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8bd99M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8bfumQ{
}

.phw-g-i-8bt7Jx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8bvwvt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-8bxqyB{
color:var(--white) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-8c5xPc-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-8c6zVd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8c84nN{
}

.phw-g-i-8cDVmN-ds{
border-radius:30px !important;
}

.phw-g-i-8cILy5-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-8cTCwg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8cbuUF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8ccz6n{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-8ckUPB{
background:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:54px !important;
box-shadow:none !important;
width:198px !important;
}

.phw-g-i-8ckUPB:hover{
background:none !important;
border-color:var(--custom-border-color-1Buie-border) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
color:var(--black) !important;
}

.phw-g-i-8ckUPB:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-8ckUPB:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-8ckUPB:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-8ckUPB.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}
.phw-g-i-8ckUPB:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}

.phw-g-i-8ctbEH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8d4HEJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8d4etn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8d627c{
}

.phw-g-i-eWvUwU:hover .phw-g-i-8d627c{
color:var(--black) !important;
}

.phw-g-i-8d8hnS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-8dEALP{
margin-top:calc(var(--mu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
background-color:var(--phw-custom-footer-backgroundefedeaff) !important;
}

.phw-g-i-8dKONA-ds{
border-radius:30px !important;
}

.phw-g-i-8dQawP{
color:var(--white) !important;
border-style:none !important;
}

.phw-g-i-8dRERZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8dSjOs{
width:340px !important;
}

.phw-g-i-8dbo4M-ds{
}

.phw-g-i-8deldi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8dmSIZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8dmcnE-ds{
border-radius:30px !important;
}

.phw-g-i-8dsvPl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8e2N3R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-8e96Ua-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8eAaye-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8eV7uo{
}

.phw-g-i-8ebRh4{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-8ebRh4{
}

.phw-g-i-8eeqdE{
margin-inline-start:calc(var(--mu-space)*10) !important;
}

.phw-g-i-8ehkoE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8emnOS-ds{
border-radius:30px !important;
}

.phw-g-i-8eurpw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8euvO9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8fOFXz{
}

.phw-g-i-8fr0FY-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-8fw8Ed-ds{
}

.phw-g-i-8fxKh9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8gASlM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8gBqnA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8gHqMA-ds{
border-radius:30px !important;
}

.phw-g-i-8gSFfz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8gasFZ-ds{
border-radius:30px !important;
}

.phw-g-i-8gjU3v-ds{
border-radius:30px !important;
}

.phw-g-i-8gkbGJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8gluPc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8gsute-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8h1ytA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8h81qc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8hB0jD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8hBHlU{
border-width:0px !important;
border-color:transparent !important;
color:var(--white) !important;
font-size:14px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-8hBHlU:hover{
background:none !important;
background-image:none !important;
color:var(--white) !important;
background-color:transparent !important;
text-decoration:var(--link-hover-decoration) !important;
}

.phw-g-i-8hBHlU:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
outline-offset:var(--accessibility-outline-offset) !important;
}

.phw-g-i-8hBHlU:active{
border-color:transparent !important;
text-decoration:var(--link-hover-decoration) !important;
}

.phw-g-i-8hBHlU.disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}
.phw-g-i-8hBHlU:disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}

.phw-g-i-8hCasG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8hDHfu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8hJl6U-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-8hLDaK{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-8hUCAs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8hUFlJ-ds{
border-radius:30px !important;
}

.phw-g-i-8hhOW9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8hkDFe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8hkqcA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8hm4rH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8htewp-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-8i171b{
}

.phw-g-i-8iDpLU{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--widget-bg-white-color) !important;
}

.phw-g-i-8ickzc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8isQP0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8ixebH-ds{
opacity:0.8 !important;
}

.phw-g-i-8izxIJ{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-8j5n1e-ds{
border-radius:30px !important;
}

.phw-g-i-8jHAxZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8jZm4w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8jaJCz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8jbMeP{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-8jcVBi{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-8jdaDd{
color:var(--black) !important;
}

.phw-g-i-8jgp5V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8jmLFM-ds{
border-radius:30px !important;
}

.phw-g-i-8jyPR6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8kDYi9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8kPo9r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8kQya9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8kTOun-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-8kYFip-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8kjQGa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8kkOGI{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-8l64Pz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8l89hm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8lMVr8-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8lQBYN{
}

.phw-g-i-8lS62x{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:72px !important;
}

.phw-g-i-8lTjOp-ds{
border-radius:30px !important;
}

.phw-g-i-8lchEr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8lwgHs-ds{
border-radius:31px !important;
}

.phw-g-i-8m3UlA-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-8m4BJO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8m6upC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8mASSN-ds{
border-radius:30px !important;
}

.phw-g-i-8mCe7Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8mMNJQ{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-8mbeFV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8mqwZ8-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8mxcse-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8n2Q4x-ds{
border-radius:30px !important;
}

.phw-g-i-8n6SHf{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-8nHUv7-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-8nkgPv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8nvBBG{
}

.phw-g-i-8nwhCF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8o8638-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8o8iNf{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-8oFwoT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8oKMMl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8oLlOB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8oQ0YY-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-8p0pHa-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-8p2Uks-ds{
border-radius:30px !important;
}

.phw-g-i-8p5QEq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8pFJtJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8pOGnv{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-8pZ0fs-ds{
}

.phw-g-i-8pa7at{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
}

.phw-g-i-8pq5kB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8q4O3M-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8qGMdW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8qH1sk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8qiCFd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8qmgnt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8r5eR3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8r8eEF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8rAqJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8rE4YL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8raZLJ-ds{
border-radius:30px !important;
}

.phw-g-i-8rcYUq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8rfv8C{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-8riwSD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8rjFYo-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop-01-1671719399040.png") !important;
background-position:50% 50% !important;
background-size:cover !important;
background-color:rgb(255, 255, 255) !important;
}

.phw-g-i-8rnTPz-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8rqjUo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8ryNa7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8s2j2K-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8s5I3Q-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8sFMM1-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8sHFDh{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-8sTr6d{
color:var(--black) !important;
}

.phw-g-i-8sVb6N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8sWvA2-ds{
border-radius:30px !important;
}

.phw-g-i-8sa6v7-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-8sdsxK-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8swiqk-ds{
}

.phw-g-i-8swpNB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8szDon{
border-width:0px !important;
border-top-width:0px !important;
border-style:double !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-8szDon img{
object-fit:cover !important;
}

.phw-g-i-8t3eYg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8t5EzE-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-8t6cjQ-ds{
border-radius:31px !important;
}

.phw-g-i-8tD2xb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8tPwo6-ds{
border-radius:30px !important;
}

.phw-g-i-8tRale-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8thLVb-ds{
border-radius:30px !important;
}

.phw-g-i-8tj3Pd{
font-size:var(--font-size-11) !important;
}

.phw-g-i-8tlhZ3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8tpwIN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8u9UT9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-8uBowp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8uMUs6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8uSrn3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8uf7Oo-ds{
border-radius:30px !important;
}

.phw-g-i-8ugmig-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8uiGYV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8ujsFa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8urDQ8-ds{
border-radius:30px !important;
}

.phw-g-i-8vB9mz-ds{
border-radius:30px !important;
}

.phw-g-i-8vBsbq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8vSzxS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8vXAra-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8vt72w{
}

.phw-g-i-8w0ajj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8w0ohu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8wFlUx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8wIJUT{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
}

.phw-g-i-8wcXmJ-ds{
border-radius:30px !important;
}

.phw-g-i-8wgPfz{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-8wnxMx-ds{
text-align:left !important;
}

.phw-g-i-8x3fqA-ds{
border-radius:30px !important;
}

.phw-g-i-8x6CAs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8xKJnN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8xLXjj-ds{
}

.phw-g-i-8xkdE6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-8xr1bC{
height:24px !important;
width:24px !important;
}

.phw-g-i-8xvnsi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8y7bEz{
border-width:5px !important;
border-color:var(--phw-custom-border-colorsff8000) !important;
border-style:solid !important;
}

.phw-g-i-8yDVbD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8yF6zV-ds{
border-radius:30px !important;
}

.phw-g-i-8yM8ma-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8yXK6V{
}

.phw-g-i-8yaMS5{
color:var(--white) !important;
}

.phw-g-i-8ycbOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8yhTL3{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
}

.phw-g-i-8yhTL3:focus{
border-width:0px !important;
}

.phw-g-i-8yhgdg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-8yyLtJ{
color:var(--white) !important;
}

.phw-g-i-8z5vMK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8zBJMJ-ds{
border-radius:30px !important;
}

.phw-g-i-8zBmbq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8zEcwV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8zIicN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-8zXRBc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-8zXjLz{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-8zYTLC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-8zgQnO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-8zktCG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-8zldQk-ds{
border-radius:30px !important;
}

.phw-g-i-8zsg6z-ds{
border-radius:30px !important;
}

.phw-g-i-8zwGGO{
}

.phw-g-i-900Jqh-ds{
}

.phw-g-i-903hps-ds{
}

.phw-g-i-908jdX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-90CHUA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-90QrGK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-90sKYK-ds{
border-radius:30px !important;
}

.phw-g-i-90yyp3-ds{
border-radius:30px !important;
}

.phw-g-i-9115zp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-91e3Fo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-91g3cB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-91gzlx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-91kS9x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-91uutn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-927IgM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-92AjHt-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-92G5Ki-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-92KRCJ-ds{
border-radius:30px !important;
}

.phw-g-i-92LtLy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-92cd8Y-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-92eRpY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-93DvcJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-93LkeC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-93OBFb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-93SrRM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-93Wgdd{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-c7qMAS:hover .phw-g-i-93Wgdd{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-93bsdr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-93r3Az-ds{
}

.phw-g-i-93v6id-ds{
border-radius:30px !important;
}

.phw-g-i-93vXaX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-93zX6C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-941Xux-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-942yg6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-946eE3-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-94P39x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-94Pitu-ds{
border-radius:30px !important;
}

.phw-g-i-94QrwZ-ds{
border-radius:30px !important;
}

.phw-g-i-94RyZ9{
color:var(--black) !important;
}

.phw-g-i-94mXiY{
}

.phw-g-i-95BnD3-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-95E4SC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-95HP9S-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-95nsLQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-96Odeq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-96T87k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-96TWRm-ds{
border-radius:30px !important;
}

.phw-g-i-96Ta90-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-96VUMr{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--body-color) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-96YUyo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-96dv7a-ds{
}

.phw-g-i-96ea9a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-96iPtF-ds{
background-image:url("") !important;
background-size:cover !important;
border-style:solid !important;
border-width:9px !important;
}

.phw-g-i-96ksNS-ds{
border-radius:30px !important;
}

.phw-g-i-96zBKM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-971acu-ds{
border-radius:30px !important;
}

.phw-g-i-976gkv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-978Ctz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-97Lx8S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-97byeM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-97cmuc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-97oJFV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-97q1Hf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-97s9x9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-97w4vc{
}

.phw-g-i-980F0G-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9880Lz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-988utd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-98FOpU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-98KCLb-ds{
border-radius:30px !important;
}

.phw-g-i-98SVxG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-98dPbd-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-98m784-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-98pjy6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-98ssWD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-98utC4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-98wlpH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-98wo9Q{
text-shadow:none !important;
}

.phw-g-i-995zB3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-996FiW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-998riz-ds{
border-radius:30px !important;
}

.phw-g-i-999j9Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-99DL96-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-99HRF4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-99R6or-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-99R8hg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9A4FSZ-ds{
border-radius:47px !important;
}

.phw-g-i-9A8lbq-ds{
}

.phw-g-i-9ABCcX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9AF2ru-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9AGFgL-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9ANtkc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9APtUW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9AQSRJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9AS8ba-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9AYBZj-ds{
}

.phw-g-i-9Af4KN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9Aib9l-ds{
}

.phw-g-i-9Alg8X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9AnpQO-ds{
border-radius:30px !important;
}

.phw-g-i-9Av6sb{
}

.phw-g-i-9B3Hm6-ds{
border-radius:30px !important;
}

.phw-g-i-9BDItG-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-9BJDen-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-9BMVDe-ds{
border-radius:30px !important;
}

.phw-g-i-9Bbmme-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9BdRAj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9BgCVE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9BhB1P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9Bnkzn-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-9BtBzc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9Bvw5D{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-9CQMzH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9CV3sC-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-9Cb5bE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9ChMyT{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-9CpPQE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9CtDhO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9CywBk{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:var(--body-font-size) !important;
line-height:1.5 !important;
font-weight:400 !important;
}

.phw-g-i-9D4OPj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9D6xef-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9D7Z0H-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9DAw3d-ds{
border-radius:30px !important;
}

.phw-g-i-9DZr6Z-ds{
border-radius:30px !important;
}

.phw-g-i-9DxsVj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9DyGbg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9E3qHy:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-9E3qHy{
}

.phw-g-i-9EIktJ-ds{
color:#00adee !important;
}

.phw-g-i-9EeQVS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9Efe2t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9EwuIM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9EyTbO-ds{
border-radius:30px !important;
}

.phw-g-i-9F2e5O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9FF1CL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9FIKig-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9FMzLW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9FNN7q{
padding-bottom:calc(var(--pu-space)*1.5) !important;
}

.phw-g-i-9Fg8RP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9FzzDN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9GEgaf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9GGcMS-ds{
}

.phw-g-i-9GMOZX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9Gt6RP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9HZ0my-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9HdmF7{
}

.phw-g-i-9HphKD{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--white) !important;
}

.phw-g-i-9I2K4j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9I6eWN-ds{
border-radius:30px !important;
}

.phw-g-i-9IFUWr{
}

.phw-g-i-9IFhlr{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-9IGr6L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9IQBvm{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-weight:normal !important;
padding-left:28px !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:28px !important;
min-height:60px !important;
padding-right:28px !important;
}

.phw-g-i-9IZnBZ-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-9Ihjnq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9Io8Dh-ds{
border-radius:30px !important;
}

.phw-g-i-9IpQG7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9IwgWS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9JSoqs-ds{
border-radius:30px !important;
}

.phw-g-i-9JWSNe{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-9JaH6Z-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-9Jj8RN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9Jjbdm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9KWVZR-ds{
border-radius:30px !important;
}

.phw-g-i-9KWde0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9KajW6{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
margin-inline-start:calc(var(--mu-space)*2) !important;
}

.phw-g-i-9KjGb7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9KrAsy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9L3CIJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9LCgUS-ds{
border-radius:30px !important;
}

.phw-g-i-9LHst5-ds{
border-radius:30px !important;
}

.phw-g-i-9LI8Pl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9LKUgP{
}

.phw-g-i-9LLyln{
}

.phw-g-i-9LsMao-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9M61Nn-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9MCdl8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9MIDqK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9MZj2w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9MbRqj-ds{
border-radius:30px !important;
}

.phw-g-i-eWvUwU:hover .phw-g-i-9Mbinj{
color:var(--black) !important;
}

.phw-g-i-9Mbinj{
}

.phw-g-i-9MsI0R-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-9N0dAy-ds{
border-radius:30px !important;
}

.phw-g-i-9NF8M1-ds{
border-radius:30px !important;
}

.phw-g-i-9NKItw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9NLygQ{
color:var(--black) !important;
}

.phw-g-i-9NMeNt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9Na5Qh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9NaqN7{
margin-inline-end:calc(var(--mu-space)*2.5) !important;
}

.phw-g-i-9Nb9px-ds{
}

.phw-g-i-9Nojjf-ds{
border-radius:30px !important;
}

.phw-g-i-9Npias-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9O8Ka2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9OANGN-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-9OV40E-ds{
border-radius:30px !important;
}

.phw-g-i-9OYL8N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9OdSB5{
color:var(--white) !important;
}

.phw-g-i-9OeVSQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9Ov5tX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9PCBVI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9PDeOi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9PMFKp-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-9PcuvN{
}

.phw-g-i-9PiZhZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-9PnOSq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9PoreS{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-9PozQh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9PtrSY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9PvsSJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-9QHsLz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9Qqb1g-ds{
border-radius:30px !important;
}

.phw-g-i-9Qvvra-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9RINSU-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-9RNYMk-ds{
border-radius:30px !important;
}

.phw-g-i-9RZsLH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9RsyPh-ds{
border-radius:30px !important;
}

.phw-g-i-9SBdCa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9SJ9NJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9SegXh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9SnVzb-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-9T8ofH-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-9T8ofH-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-9THOlZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9TSRsj{
font-weight:700 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-9TevEF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9TuvVU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9TzPK7-ds{
border-radius:30px !important;
}

.phw-g-i-9U0oZ5-ds{
border-radius:30px !important;
}

.phw-g-i-9U9NDz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9ULAVE-ds{
display:none !important;
}

.phw-g-i-9UNjvE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9UTzsE-ds{
}

.phw-g-i-9UYMda-ds{
border-radius:30px !important;
}

.phw-g-i-9Ua0k4-ds{
}

.phw-g-i-9UkW0R-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9Uq2AG-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-9UyhBr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9V4VTf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9VotpC{
color:var(--black) !important;
}

.phw-g-i-9Vspzg-ds{
border-radius:30px !important;
}

.phw-g-i-9VyOQb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-9W8sKE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9WGIug-ds{
border-radius:30px !important;
}

.phw-g-i-9WJdNj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9WLRon-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-9Wj0Jn:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-9Wj0Jn{
background:none !important;
background-image:none !important;
}

.phw-g-i-9WtH8W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9X41AR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9XJTeR-ds{
border-radius:30px !important;
}

.phw-g-i-9XLY7p-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9XLuUq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9XNLLl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9XcQy7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9XfTjj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9XvQ4I-ds{
border-radius:30px !important;
}

.phw-g-i-9XwlOW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9Y405R-ds{
border-radius:30px !important;
}

.phw-g-i-9Y54It-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9YDsE8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9YF5Cy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9YFrUF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9YN5Rg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9YO4Gr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9YPWRB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9YRmY6{
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:18px !important;
font-weight:700 !important;
}

.phw-g-i-9YYQOl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9Yi9JG{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-9YjFBa-ds{
border-radius:30px !important;
}

.phw-g-i-9Yn3VV-ds{
border-radius:30px !important;
}

.phw-g-i-9YvfBA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9Z2RyN-ds{
border-radius:30px !important;
}

.phw-g-i-9Z2Tp9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9ZA9ib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9ZDKCA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9ZHb8j-ds{
border-radius:30px !important;
}

.phw-g-i-9ZKuJA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-9ZXcXm-ds{
border-radius:30px !important;
}

.phw-g-i-9ZanGQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9Zee0P-ds{
border-radius:30px !important;
}

.phw-g-i-9ZfF27-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9ZjoYB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9Zn2tw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9a1fJt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9a1xwv-ds{
border-radius:29px !important;
}

.phw-g-i-9aH5pZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9ahbRD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9atFLu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9axijw-ds{
}

.phw-g-i-9b3NMX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9b6TiE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9bCTjO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9bJ35h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9bS4rX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9bcyDp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9bgA38-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9bkLiM{
}

.phw-g-i-9bsKXf{
}

.phw-g-i-9btW1P-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9c0LX6{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--font-size-11) !important;
text-transform:lowercase !important;
width:680px !important;
text-align:center !important;
}

.phw-g-i-9c8Tv3-ds{
border-radius:30px !important;
}

.phw-g-i-9cEV2O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9cNX7e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9cWQbq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9cZ8ZK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9ceP93-ds{
border-radius:30px !important;
}

.phw-g-i-9cfZqM{
}

.phw-g-i-9cwBVY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9d196T{
}

.phw-g-i-9d4E7Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9d7NSF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9d9PXl-ds{
}

.phw-g-i-9dCrsj-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-9dIUEX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9dJsXv{
font-size:var(--font-size-8) !important;
}

.phw-g-i-9dKHZv{
color:var(--black) !important;
}

.phw-g-i-9dSTgO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9dTQc6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9dVp3f{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-9diYsm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9dmddk-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9e55Ma-ds{
border-radius:30px !important;
}

.phw-g-i-9e7DtE-ds{
border-radius:30px !important;
}

.phw-g-i-9e9Pqv-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-9eId5A-ds{
border-radius:30px !important;
}

.phw-g-i-9eJau6-ds{
border-radius:30px !important;
}

.phw-g-i-9eOXNP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9eWd9O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9eZtKv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9eeisF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9eoo0Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9exTCP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9f06jP-ds{
}

.phw-g-i-9f7A0y{
}

.phw-g-i-9f7C3R-ds{
}

.phw-g-i-9f9hda-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9foYJR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9g1zuA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9g5j4f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9gEdzk-ds{
border-radius:30px !important;
}

.phw-g-i-9gN6HC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9gXUE0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9gZVXM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9guLVg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9hL7D0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9hU83H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9hUF6T-ds{
display:none !important;
}

.phw-g-i-9hZCK3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9hhIJz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9houbt{
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-9hu7m8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9i6ZUP-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-9iDhD4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-9iPfux-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9iQPq9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9iQvUh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9iSYRg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9iSzur-ds{
border-radius:30px !important;
}

.phw-g-i-9iUJTZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-9ihhfb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9ioblw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9irAsN{
}

.phw-g-i-9irXK2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9itRrO-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-9itRrO-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-9j9KeP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-9jBCVJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9jQqNT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9jRpeu-ds{
border-radius:30px !important;
}

.phw-g-i-9jaxc0-ds{
opacity:0.8 !important;
}

.phw-g-i-9jgKHc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9jlVhe-ds{
border-radius:30px !important;
}

.phw-g-i-9jmvbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9kBpTZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9kH5YX-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-9kP9D7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9kT6AC-ds{
border-radius:30px !important;
}

.phw-g-i-9lEMIh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9lFcai-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9lI2u5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9lfgVd-ds{
border-radius:17px !important;
}

.phw-g-i-9m1VEY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9m3xXO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9m6Lo1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9mTUj7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9mXC2e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9mkRSq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9mm76V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9mxv6u{
}

.phw-g-i-9nD81D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9nFfgy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9nGewc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-9nHxJO{
}

.phw-g-i-9nN4wU-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-9nN6vt-ds{
border-radius:30px !important;
}

.phw-g-i-9nRRGU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9ncXHa{
text-align:justify !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-9neDnl-ds{
border-radius:30px !important;
}

.phw-g-i-9nemjw{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
width:350px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-9nemjw:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-9nemjw:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-9nemjw:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-9nemjw:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-9nemjw.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-9nemjw:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-9nfR5w-ds{
border-radius:30px !important;
}

.phw-g-i-9nmKdC-ds{
border-radius:30px !important;
}

.phw-g-i-9nsite-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9o2Jk4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9o363t-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9oS4LE-ds{
}

.phw-g-i-9oqWiO{
}

.phw-g-i-9ovAxd-ds{
border-radius:30px !important;
}

.phw-g-i-9p5LgH{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-NhxXMc:hover .phw-g-i-9p5LgH{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-9p5lvk-ds{
border-radius:30px !important;
}

.phw-g-i-9p66nP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9pIxKo-ds{
border-radius:30px !important;
}

.phw-g-i-9pb2qn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9pmQBX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9ptuSZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9q42Xp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9qHInv-ds{
border-radius:30px !important;
}

.phw-g-i-9qOMw9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9qWJfU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-9qc1Dc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9qfnGH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9qmnYB-ds{
border-radius:30px !important;
}

.phw-g-i-9qnnyg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9qqGXb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9qtoMd-ds{
}

.phw-g-i-9qwo7V-ds{
border-radius:30px !important;
}

.phw-g-i-9qySD9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9r7Foo{
font-size:var(--phw-g-regular-text-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-9rAR07-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9rCGIJ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-9rKXYq-ds{
background-size:100% 100% !important;
}

.phw-g-i-9rauvM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9rbXaJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9rclpW-ds{
border-radius:30px !important;
}

.phw-g-i-9rjDks-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9sFGzj{
color:var(--white) !important;
border-style:none !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-9sKCt9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9sLxLa-ds{
}

.phw-g-i-9sbmh0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9sp9jl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9t8BFh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9tBcDW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9tFqwm-ds{
border-radius:30px !important;
}

.phw-g-i-9tOlu5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9tYGXp{
}

.phw-g-i-zo9wag:hover .phw-g-i-9tYGXp{
background-color:transparent !important;
}

.phw-g-i-9tfRNn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9tiVkJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9uRVKM{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-9uTcrR-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-9uU3mE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9uZyv5{
min-height:38px !important;
color:var(--white) !important;
}

.phw-g-i-9upcY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9uzOQ1{
color:var(--white) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-9vGeek-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9vTVfc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9veXsw-ds{
border-radius:30px !important;
}

.phw-g-i-9vkkml-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9vpL15-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-9vtIjX-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-9vxeZi{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-9wErO3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-9wLCZO-ds{
border-radius:30px !important;
}

.phw-g-i-9wLZFR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9wN6Tu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9wYzAz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9wZV9d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9waIq7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9wf3tw-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9x5ADd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9xMb2o-ds{
border-radius:30px !important;
}

.phw-g-i-9xPhSi-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-9xRT6e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9xRhse-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9xivO2-ds{
text-align:left !important;
}

.phw-g-i-9y6P1e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9y8Uy5-ds{
border-radius:30px !important;
}

.phw-g-i-9yDoaK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9yEsY9-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-9yLwxb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9yM6Hy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-9yVDCT-ds{
border-radius:30px !important;
}

.phw-g-i-9yW8LC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9yWbCk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-9yYIA6{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-9ybTdS-ds{
}

.phw-g-i-9ydazr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9yeha0-ds{
border-radius:30px !important;
}

.phw-g-i-9yyO1w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9zLdT2-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-9zLvkX-ds{
}

.phw-g-i-9zUg2f-ds{
border-radius:30px !important;
}

.phw-g-i-9zZCJf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-9zcMsl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-9zqIV1{
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-9zt1up{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-9zwOt4{
}

.phw-g-i-A02pXn{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
}

.phw-g-i-A08ezh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A0CGQk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A0cTL1-ds{
border-radius:30px !important;
}

.phw-g-i-A0gGwT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A0nOTR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A0nqhl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A0tPXr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-A0zp0C{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-datajobs-1740367447963.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-A137sQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A1GtBa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A1KSbq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A1KSva-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A1O2zk{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-A1P6UY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A1Q1RT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-A1WFu6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A1f4OW-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-A1wvKN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-A1zXNT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A23HIW{
}

.phw-g-i-A26diV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A2CRIL-ds{
border-radius:30px !important;
}

.phw-g-i-A2VIXz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A2W9hv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-A2WHZZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A2YMkR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A2ZY7C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A2bc7Z-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-A2kvAp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A2q11T-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-A2qJOd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A3CDMK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A3EazX-ds{
background-image:url("") !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}

.phw-g-i-A3Iyov-ds{
border-radius:30px !important;
}

.phw-g-i-A3TmQU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-A3Y5FP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A3ggpW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A3gjZg{
margin-inline-end:calc(var(--mu-space)*0) !important;
}

.phw-g-i-A4CeHO-ds{
border-radius:30px !important;
}

.phw-g-i-A53bO6-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-A59xTa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A5ERRP{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-A5Hqfh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A5QYyg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-A5W1yI-ds{
border-radius:30px !important;
}

.phw-g-i-A5i92e-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-A5lSPj{
}

.phw-g-i-A5r9y8-ds{
border-radius:30px !important;
}

.phw-g-i-A6JTNR-ds{
}

.phw-g-i-A6u4Fc-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-A781BE-ds{
border-radius:30px !important;
}

.phw-g-i-A7Q4hN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A7XBOm{
color:var(--black) !important;
font-size:72px !important;
}

.phw-g-i-A7j9pc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A7kLDL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-A7qDMJ-ds{
border-radius:30px !important;
}

.phw-g-i-A7qttN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-A8K5Yh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A8My8q-ds{
border-radius:30px !important;
}

.phw-g-i-A8a3KS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A8jIbw{
}

.phw-g-i-A8ukLU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-A8z3Rl{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-A99IYp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A9A3wf-ds{
border-radius:30px !important;
}

.phw-g-i-A9JOnK-ds{
border-radius:30px !important;
}

.phw-g-i-A9LUH9{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-A9NCjd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-A9NTNG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A9PaQl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-A9Pla5-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-A9SwXh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-A9eO7M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-A9iZ3z-ds{
}

.phw-g-i-A9ouuN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-AA1D4B-ds{
border-radius:30px !important;
}

.phw-g-i-AA2DjJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AA5dhL{
}

.phw-g-i-AAJB1z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AATP04-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AAlm5u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AAoEAM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ABAy7d-ds{
border-radius:30px !important;
}

.phw-g-i-ABE2A4{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-ABTHJZ{
}

.phw-g-i-ABdXse-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ABiGli-ds{
border-radius:30px !important;
}

.phw-g-i-ABkzIf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ABuCsG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ABuTMa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ABuVKV-ds{
}

.phw-g-i-ABx6sz{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-ACHqEA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ACJPNE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ACQpQf-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ACTiPl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ACaE2I{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-ACcBZ6-ds{
border-radius:30px !important;
}

.phw-g-i-ACeT2C-ds{
border-radius:30px !important;
}

.phw-g-i-AClMcs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ACrzlR-ds{
}

.phw-g-i-ACzvs2-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-AD7uZq-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-ADFenw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ADOi2t-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ADPTjf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ADb6rU{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ADg9f2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ADoihM{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
}

.phw-g-i-AE1THY-ds{
border-radius:30px !important;
}

.phw-g-i-AE7mmu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-AEHFqU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AEQfWM{
}

.phw-g-i-AERJDM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AEe7IG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AEgvqB{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-AEyDst-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AFAWqd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AFPadM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-AFnKUx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AFpAYs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AG5T5T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AG7AgP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AGTXw7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AGfQ7l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-AGhWSC{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image4-1739968286776.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
text-align:start !important;
padding-inline-start:calc(var(--pu-space)*11.25) !important;
}

.phw-g-i-AGpcqp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-AGxuZK-ds{
border-radius:30px !important;
}

.phw-g-i-AGzmls-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AHLyFX{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-AHOuoR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AHWhbn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AHlvwn{
}

.phw-g-i-NhxXMc:hover .phw-g-i-AHlvwn{
color:var(--black) !important;
}

.phw-g-i-6y7uLo:hover .phw-g-i-AHlvwn{
color:var(--black) !important;
}

.phw-g-i-c7qMAS:hover .phw-g-i-AHlvwn{
color:var(--black) !important;
}

.phw-g-i-xA4bmg:hover .phw-g-i-AHlvwn{
color:var(--black) !important;
}

.phw-g-i-OE91bG:hover .phw-g-i-AHlvwn{
color:var(--black) !important;
}

.phw-g-i-Hn7dsG:hover .phw-g-i-AHlvwn{
color:var(--black) !important;
}

.phw-g-i-5qHFnN:hover .phw-g-i-AHlvwn{
color:var(--black) !important;
}

.phw-g-i-7HNfJT:hover .phw-g-i-AHlvwn{
color:var(--black) !important;
}

.phw-g-i-qj27lR:hover .phw-g-i-AHlvwn{
color:var(--black) !important;
}

.phw-g-i-AHn4l2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AHymjx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-AIHW4A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AIS9FR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AIXW6g-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-AIZ04I{
padding-inline-end:calc(var(--pu-space)*4) !important;
padding-inline-start:calc(var(--pu-space)*4) !important;
}

.phw-g-i-AIpfFy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AIvNIw-ds{
border-radius:30px !important;
}

.phw-g-i-AJ3Wia-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AJXFuS{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-AJfn8f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AJj7ed-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AJjVxJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AJmnPT-ds{
border-radius:30px !important;
}

.phw-g-i-AJtRWs-ds{
border-radius:30px !important;
}

.phw-g-i-AJwpiD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AK8o9u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AKEKLu-ds{
border-radius:30px !important;
}

.phw-g-i-AKGclS-ds{
border-radius:30px !important;
}

.phw-g-i-AKGfqZ-ds{
border-radius:30px !important;
}

.phw-g-i-AKMoct-ds{
border-radius:30px !important;
}

.phw-g-i-AKRpIe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-AKaygV-ds{
border-radius:31px !important;
}

.phw-g-i-AKexh8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AL80M9-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ALD43k-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-ALQvhz-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-ALd86A-ds{
border-radius:30px !important;
}

.phw-g-i-ALjubz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ALmyAa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ALqA4k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AMNy4j{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-AMZbkI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AN3pxy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AN5BwA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ANSCw4-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ANTN9I-ds{
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ANZgz3-ds{
border-radius:30px !important;
}

.phw-g-i-ANel9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ANlBbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ANpNoR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ANxNnf{
height:64px !important;
width:64px !important;
}

.phw-g-i-AO1gvz-ds{
display:none !important;
}

.phw-g-i-AO3jWn-ds{
border-radius:30px !important;
}

.phw-g-i-AO6p8C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AP8GGS-ds{
border-radius:30px !important;
}

.phw-g-i-APRyo2{
text-shadow:none !important;
}

.phw-g-i-APSe9M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-APpYLZ{
}

.phw-g-i-AQ4JP7-ds{
}

.phw-g-i-AQ7DpJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AQ9lE0-ds{
border-radius:30px !important;
}

.phw-g-i-AQBBL6-ds{
border-radius:30px !important;
}

.phw-g-i-AQFpTv{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
}

.phw-g-i-AQPcgs{
}

.phw-g-i-AQUy1x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AQXFCX-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-AQZceT-ds{
}

.phw-g-i-AQmlLU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AQoZiF-ds{
border-radius:30px !important;
}

.phw-g-i-AQp7Rp-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AQwfxD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ARNPbv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ARNToo-ds{
border-radius:30px !important;
}

.phw-g-i-AReZmk-ds{
border-radius:30px !important;
}

.phw-g-i-ARigHX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ARs83n-ds{
border-radius:30px !important;
}

.phw-g-i-ARy2vH{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-ARzMt3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AS3VpG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ASBepG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ASUSNK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ASXxNk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ASfFmv-ds{
border-radius:30px !important;
}

.phw-g-i-ASkhyj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ASlfdd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ASlgpS-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ASpjc7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ATBeFB{
background-color:transparent !important;
}

.phw-g-i-ATG9S4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ATQqNX-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ATTM3M-ds{
border-radius:30px !important;
}

.phw-g-i-ATWXnR{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-ATYzEA-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ATeVak-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ATfxry-ds{
}

.phw-g-i-ATnAG3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ATzQNe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AU8cqx{
color:var(--black) !important;
font-size:16px !important;
line-height:1.5 !important;
text-decoration:underline !important;
}

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

.phw-g-i-AUID1l-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AUZH3p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AUhecs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AUzh0W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AV1Ov6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-AV2Uox-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-AV5Jr0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AVAZgn{
}
.phw-g-i-AVAZgn img{
object-fit:cover  !important;
}

.phw-g-i-AVG9dC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AVLPQk-ds{
}

.phw-g-i-AVbSLw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AVlK41-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-AVlaHY{
}
.phw-g-i-AVlaHY img{
object-fit:cover !important;
}

.phw-g-i-AVtYpN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AW7Q6n-ds{
border-radius:30px !important;
}

.phw-g-i-AWEBS9-ds{
display:none !important;
}

.phw-g-i-AWLO4r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AWPftu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AWl9wQ{
}

.phw-g-i-AWwlAU{
color:var(--white) !important;
}

.phw-g-i-AX8F28-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AX9Tvo{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-AXGTAP-ds{
border-radius:30px !important;
}

.phw-g-i-AXGYoh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-AXe028-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AXeror-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-AXitHh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AXpRHf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AXvSvj-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-AY1IzY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AYBDOU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AYKtZ7{
}

.phw-g-i-AYN0Q0-ds{
border-radius:30px !important;
}

.phw-g-i-AYR2Dx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AYUlvN-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-AYYsl3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AYakVr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AYebZU{
height:24px !important;
width:24px !important;
}

.phw-g-i-AYrZk8-ds{
}

.phw-g-i-AZ1Hso-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AZ7k7q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AZOrfZ-ds{
border-radius:30px !important;
}

.phw-g-i-AZiCsH-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-AZjQsd-ds{
border-radius:30px !important;
}

.phw-g-i-AZnBio-ds{
border-radius:30px !important;
}

.phw-g-i-AZz10l-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Aa1jAy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Aa7cMh{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
max-width:1440px !important;
width:298.656px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-Aa7gNT-ds{
border-radius:30px !important;
}

.phw-g-i-Aa884N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AaFc3P-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-AaL3Tg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AaV033-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AaVBBC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AaWz25-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Aaqfyf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AavRn6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Aavqev{
}

.phw-g-i-AaxyO6-ds{
}

.phw-g-i-Ab5jlH-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-AbBMXe{
}

.phw-g-i-AbIBi0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-AbTdCB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-AbY4Nt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Abd4q7-ds{
}

.phw-g-i-AbnKxt-ds{
}

.phw-g-i-AbnVfb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Abt07J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AbuJCb-ds{
border-radius:30px !important;
}

.phw-g-i-AcNfB7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AcVmyY{
}

.phw-g-i-Acg0BZ{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
}

.phw-g-i-AcwOUY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Acyk8u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ad1UXy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AdPf2X-ds{
border-radius:30px !important;
}

.phw-g-i-AdcdyP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-AdjSdX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-AdrcEl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ads8yF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ae0jSm-ds{
border-radius:30px !important;
}

.phw-g-i-Ae7BNY-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-AeYeJF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AejDLT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AemVo2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AenCzg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Aexp0I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Af1vSv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Af5Rz0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Af6ZlD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AfAEEW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AfI2np-ds{
border-radius:30px !important;
}

.phw-g-i-AfJRPL-ds{
border-radius:30px !important;
}

.phw-g-i-AfLbve-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AfMT8Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AfT35N{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image3-1739966913467.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

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

.phw-g-i-Afm8by-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ag2UXc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AgNuaF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AgPThE-ds{
border-radius:30px !important;
}

.phw-g-i-AgSq3i-ds{
border-radius:30px !important;
}

.phw-g-i-AgsaIT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AgyoMw-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Ah4ZSn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AhI0Oq-ds{
border-radius:30px !important;
}

.phw-g-i-AhLtnB-ds{
border-radius:30px !important;
}

.phw-g-i-AhOv0c{
}

.phw-g-i-AhcSAF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-AhkNJY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-Ahp73Z-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-AhtENn{
font-size:50px !important;
line-height:1.10 !important;
}

.phw-g-i-Ahtj1L-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Ai9R9x-ds{
border-radius:30px !important;
}

.phw-g-i-AiCpIE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AiMAVY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AiRUAM-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-AiUQcc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AiZV4D{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-AifaoI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-AinTh8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Aio72s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AioYOe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Aiubqg-ds{
border-radius:30px !important;
}

.phw-g-i-Aiw0dA-ds{
border-radius:30px !important;
}

.phw-g-i-AiwPkH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Aj3edg-ds{
border-radius:30px !important;
}

.phw-g-i-AjG68i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AjJzcQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AjPVDJ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-AjgK8r{
}

.phw-g-i-AjggZG-ds{
z-index:2 !important;
pointer-events:none !important;
}

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

.phw-g-i-Ajho1v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AjlfGv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ajqx9s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AkBMo6-ds{
}

.phw-g-i-AkDC3M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AkHR3k-ds{
border-radius:30px !important;
}

.phw-g-i-AkHt5F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AkTDpY-ds{
border-radius:30px !important;
}

.phw-g-i-AkWyb1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AkePZ4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AkiHH8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AlDzcV{
color:var(--white) !important;
width:240px !important;
}

.phw-g-i-AlaM43-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-AlaQ9K{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-Ale0qp-ds{
border-radius:30px !important;
}

.phw-g-i-AljJDy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AlxIV5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AmHyU1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AmJ7pn-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-AmSy2H-ds{
border-radius:30px !important;
}

.phw-g-i-Ame5j4{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--text-dark) !important;
}

.phw-g-i-AmyRP0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-An4IT1-ds{
border-radius:30px !important;
}

.phw-g-i-AnAc4y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AnJxOn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AnNBGJ-ds{
border-radius:30px !important;
}

.phw-g-i-AnXYFO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AnYVGR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AnaVX1{
}

.phw-g-i-Anqovg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ans1HM-ds{
border-radius:30px !important;
}

.phw-g-i-AnzYap-ds{
border-radius:30px !important;
}

.phw-g-i-Ao2Sar-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ao8wJB-ds{
}

.phw-g-i-AoRrLw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AoSGPx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-AoTa7M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AoZ9ZW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AoyLiY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AoyMIB{
}

.phw-g-i-Ap4uIW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ap80W2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ApEjaN-ds{
border-radius:30px !important;
}

.phw-g-i-ApYaMT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Apeq6V-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AplKPK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Aplooz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ApugrQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Aq2cJL-ds{
border-radius:30px !important;
}

.phw-g-i-AqJFiU{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-AqRNDj-ds{
display:none !important;
}

.phw-g-i-AqU1So-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AqU8Vz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AqUXG7-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-AqWRHe-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

#_PCM .phw-g-i-Aqk4H8{
border-width:1px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
color:var(--black) !important;
background-color:transparent !important;
width:320px !important;
}

.phw-g-i-AqnjFh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-AqqX5F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AqrDpz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Aqvb0R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ar8yxz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ArDhZP-ds{
background-size:100% 100% !important;
}

.phw-g-i-ArHmeF{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-ArHmeF:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-ArHmeF:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-ArHmeF:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-ArHmeF:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-ArHmeF.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-ArHmeF:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

#_PCM .phw-g-i-ArLs0i{
background:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:28px !important;
min-height:54px !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
width:198px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

#_PCM .phw-g-i-ArLs0i:hover{
background:none !important;
border-width:0px !important;
border-color:var(--custom-border-color-1Buie-border) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
color:var(--black) !important;
}

#_PCM .phw-g-i-ArLs0i:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

#_PCM .phw-g-i-ArLs0i:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

#_PCM .phw-g-i-ArLs0i:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

#_PCM .phw-g-i-ArLs0i.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}
#_PCM .phw-g-i-ArLs0i:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}

.phw-g-i-ArZRci-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ArcYij-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ary32B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-As8UkG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AsCSbs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AsDirH-ds{
border-radius:30px !important;
}

.phw-g-i-AsIn1u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AsQqua-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-AshC2S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AsnLOV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AsoORP-ds{
border-radius:30px !important;
}

.phw-g-i-Asp10g-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Asr4UH-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-AsvLen-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Asx4xP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-At21yT{
font-weight:inherit !important;
font-size:64px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-AtLjGK{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-AtPlYV{
}

.phw-g-i-AtSiTV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AtWhfW-ds{
border-radius:17px !important;
}

.phw-g-i-AtsDNn{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
}

.phw-g-i-Au9FGJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-AuEvbI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AuWZwm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Aug07l{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:350px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
height:400px !important;
}

.phw-g-i-AukAIG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Aus3NL{
}

.phw-g-i-AvUHl7-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-AwD0xW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AwDQGO{
}

.phw-g-i-AwIPOF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AwWvb8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ax6cSi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ax6u71-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AxMg4Z-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-AxQeXv-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Axh9Rc{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-AxpP97-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-AxybOU{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-Ay2rpF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AyGH7Y{
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-AyIvYT-ds{
}

.phw-g-i-AyZdF5-ds{
border-radius:30px !important;
}

.phw-g-i-Ayb7bm-ds{
border-width:0px !important;
border-style:solid !important;
border-radius:30px !important;
}

.phw-g-i-AyoGWD-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Az5cYu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-AzWeK0-ds{
border-radius:30px !important;
}

.phw-g-i-AzXAZJ-ds{
border-radius:30px !important;
}

.phw-g-i-AzklbD-ds{
border-radius:30px !important;
}

.phw-g-i-AzxLXj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B03Q3Z-ds{
border-radius:30px !important;
}

.phw-g-i-B04A1A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B08j3Y{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-B08j3Y{
background:none !important;
background-image:none !important;
}

.phw-g-i-B08lbw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B0CgHw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B10rwL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B16bav-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B18MEJ{
}

.phw-g-i-B18XXz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B1FTvq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B1IzFQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B1OI1A-ds{
border-radius:30px !important;
}

.phw-g-i-B1UdWb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B1a5dw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B1iGHN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-B1oxUc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B1pOj6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B215oa{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
border:none !important;
}

.phw-g-i-B2HihD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B2RDID{
color:var(--black) !important;
}

.phw-g-i-B2VjP1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B2rnFA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-B2wCPu-ds{
border-radius:30px !important;
}

.phw-g-i-B34TQY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-B38yRD-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-B39iK2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-B3Ojb5-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-B3X274{
}

.phw-g-i-B3nOxe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B43SOe{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
}

.phw-g-i-B44lvc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B4LoXo-ds{
border-radius:30px !important;
}

.phw-g-i-B4LwLF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-B4Pag0-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-B4oAhT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-B56NoW-ds{
border-radius:31px !important;
}

.phw-g-i-B57UKJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B57YX7-ds{
border-radius:30px !important;
}

.phw-g-i-B5Chm0{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-B5NtO5-ds{
border-radius:30px !important;
}

.phw-g-i-B5QNSI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-B5RDE7-ds{
}

.phw-g-i-B5RM7T-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-B5S1N1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B5n3CY-ds{
border-radius:30px !important;
}

.phw-g-i-B5usdO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-B5z5yF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B66T4a{
margin-inline-end:calc(var(--mu-space)*0) !important;
}

.phw-g-i-B6DDHK{
color:var(--black) !important;
}

.phw-g-i-B6F4Kb-ds{
border-radius:30px !important;
}

.phw-g-i-B6SXTF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B6ZspY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B6b2Vo-ds{
border-radius:30px !important;
}

.phw-g-i-B6id51-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B6pDNM{
color:var(--white) !important;
}

.phw-g-i-B6sQih-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-B7ACMV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-B7PMGg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B7UREc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B7WSuB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B7aff8-ds{
}

.phw-g-i-B7dryx-ds{
color:#00adee !important;
}

.phw-g-i-B7h2YU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B7kVpW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B80No2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-B825q8-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B8Nyr4-ds{
border-radius:30px !important;
}

.phw-g-i-B8XwIm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B8Ydvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B8q4Oc{
}

.phw-g-i-B93Tyj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B9Dfrp-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-B9ERrx-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B9apcl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-B9cbwj-ds{
}

.phw-g-i-B9dDa9{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-B9gaMi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B9m7xM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-B9mY7R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B9qRKM-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-B9rtXo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-B9xy3L-ds{
border-radius:30px !important;
}

.phw-g-i-BA4MhX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BA4ZZP{
}

.phw-g-i-BASRWu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BAVQ1e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BAdE2r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BAqHIf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BAvquh{
border-width:0px !important;
border-top-width:0px !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-BAvquh img{
object-fit:cover !important;
}

.phw-g-i-BB1qfL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BBD7tj-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-BBDew0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BBT1DD{
padding:0 !important;
color:var(--white) !important;
font-weight:400 !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
border-color:transparent !important;
min-height:auto !important;
background-color:transparent !important;
box-shadow:none !important;
border-width:0 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}

.phw-g-i-BBUdqC{
font-weight:inherit !important;
font-size:var(--phw-g-hero-title-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
}

.phw-g-i-BBUsTy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BBXBuV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BBnyPw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BBy296-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-BCEhoJ{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:center !important;
}

.phw-g-i-BCIiqk-ds{
border-radius:30px !important;
}

.phw-g-i-BCJpyb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BCXFm0-ds{
}

.phw-g-i-BCaLl6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BCn20H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-BD9CSK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BDWW4x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BDbIIM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BEIYo9-ds{
border-radius:30px !important;
}

.phw-g-i-BERlL2-ds{
border-radius:30px !important;
}

.phw-g-i-BEZmNa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BEe16v-ds{
}

.phw-g-i-BEeFgy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BEftAq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BEhbuL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BEzNGs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BF8VAQ{
padding-inline-end:calc(var(--pu-space)*4) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-BFCvXe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BFOXe5{
}

.phw-g-i-BFRk4g-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BFSxTT{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
line-height:1 !important;
font-weight:400 !important;
}

.phw-g-i-BFj3RD{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-BFkEY4-ds{
border-radius:30px !important;
}

.phw-g-i-BG52n8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BG5chR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BGM1Yw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BGR5PA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BGcCfJ-ds{
display:none !important;
}

.phw-g-i-BGcU0l{
height:160px !important;
}

.phw-g-i-BGdnuP-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-BGjJm1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BGtNtn{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
}

.phw-g-i-BGyQBO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BHCuJJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BHIZof-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BHV42U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BHeBs7{
}

.phw-g-i-BHiXm5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BHiZYP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BHwPzW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BI54UN-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BI6Urr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BIGrkS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BIIe1e-ds{
border-radius:30px !important;
}

.phw-g-i-BIKCm1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BILY41-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BIeq6V-ds{
border-radius:30px !important;
}

.phw-g-i-BIsOq2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BJ9XEK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BJGU7n{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-BJH9wA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BJNi6N-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-BJP5Gb{
background-color:transparent !important;
}

.phw-g-i-BJP6de-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BJS5gK-ds{
}

.phw-g-i-BJTUdD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BJTm8o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BJU8Nt-ds{
}

.phw-g-i-BJa5eO-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BJcj7k-ds{
border-radius:30px !important;
}

.phw-g-i-BJhXrs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BJxOHn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BJzqfC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BKBdOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BKIBkf-ds{
border-radius:30px !important;
}

.phw-g-i-BKP9BD-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-BKR0Ms-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BKzx9R-ds{
border-radius:30px !important;
}

.phw-g-i-BL4361-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-BL9ZiQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BLGEUy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BLNG8F-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-BLwERH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BLx7Pq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BLxQ8z-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-BLxorO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BLzMFW-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-BM6I2Q-ds{
}

.phw-g-i-BM8JyF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BMDS9W-ds{
}

.phw-g-i-BMH5oP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BMJC5e-ds{
border-radius:30px !important;
}

.phw-g-i-BMlR9k-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-BMtZUq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BN0Kb7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BN9XdA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BNAgJ7-ds{
border-radius:30px !important;
}

.phw-g-i-BNDzot-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BNM5KQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BNPKU2{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:598px !important;
}

.phw-g-i-BNTAMY-ds{
border-radius:30px !important;
}

.phw-g-i-BNTxuB-ds{
border-radius:30px !important;
}

.phw-g-i-BNV4Fj{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:350px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
height:364px !important;
}

.phw-g-i-BNqTHB{
color:var(--white) !important;
}

.phw-g-i-BNt7PY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BNvc4S-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BNwxC6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BO2UUY-ds{
border-radius:30px !important;
}

.phw-g-i-BOFUbw-ds{
border-radius:30px !important;
}

.phw-g-i-BOIivU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BOL2cG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BOLCSe-ds{
text-align:left !important;
}

.phw-g-i-BOMOol-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BON4pA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BOUNT7{
}

.phw-g-i-BOX3Lo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BOmFZC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BOqGEb-ds{
border-radius:30px !important;
}

.phw-g-i-BOwGYe-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BP4I1P{
}

.phw-g-i-BP8zMV-ds{
}

.phw-g-i-BPDals-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BPFhqp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BPFzPn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BPKft7{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
width:auto !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-BPKft7:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
}

.phw-g-i-BPKft7:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-BPKft7:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-BPKft7:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-BPKft7.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-BPKft7:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-BPMdo8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BPUGx1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BPZm3v-ds{
background-image:url("") !important;
background-size:auto !important;
}

.phw-g-i-BPpYhN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BPsQir-ds{
background-color:#3a3a3a !important;
}

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

.phw-g-i-BQ3S7c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BQOFXX{
}

.phw-g-i-BQqJJr{
border:none !important;
}

.phw-g-i-BRKZW3-ds{
border-radius:30px !important;
}

.phw-g-i-BRO4kj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BRjpcz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BRygUG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BSCC3i-ds{
border-radius:17px !important;
}

.phw-g-i-BSRDcE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BShyjk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BSlM2z-ds{
border-radius:30px !important;
}

.phw-g-i-BSly4A-ds{
display:none !important;
}

.phw-g-i-BTJ4m8{
}

.phw-g-i-BTMEsc-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BTNQmw-ds{
border-radius:30px !important;
}

.phw-g-i-BTNnro{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-BTr7sE-ds{
border-radius:30px !important;
}

.phw-g-i-BU2G0G-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BU4b9k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BUBkft-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BUE38U{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--text-dark) !important;
}

.phw-g-i-BUEWH1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BUQ0mg-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-BUZMFM-ds{
border-radius:30px !important;
}

.phw-g-i-BUhjDQ-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-BUz4GZ-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-BV08Rv-ds{
border-radius:30px !important;
}

.phw-g-i-BV8Ba9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BV8KUU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BV8dmi-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BV9VY4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BVCEAM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BVGUjx-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-BVLuR3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BVbvEw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BVjhuJ-ds{
border-radius:30px !important;
}

.phw-g-i-BVpzoZ-ds{
border-radius:30px !important;
}

.phw-g-i-BVqPST-ds{
border-radius:30px !important;
}

.phw-g-i-BVyBFs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BW0mRV-ds{
border-radius:30px !important;
}

.phw-g-i-BW6Cln-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BWQXHL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BWfC5u{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--link-color) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
}

.phw-g-i-BWsoik-ds{
border-radius:30px !important;
}

.phw-g-i-BWtNUk-ds{
border-radius:30px !important;
}

.phw-g-i-BX5qI7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BXT89P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BXuCar{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-BYA7hb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BYVP10-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-BZ4y3W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BZ5zRx-ds{
border-radius:30px !important;
}

.phw-g-i-BZ9K99{
background:none !important;
background-image:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-BZCzEf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BZNJu2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BZOqrh-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-BZP8VN-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BZaVaT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BZaqqW{
border-width:0px !important;
border-bottom-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-bottom-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-bottom-style:solid !important;
padding-top:calc(var(--pu-space)*3) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
}

.phw-g-i-BZiaDv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BZsX59-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BZyCYT{
}

.phw-g-i-BZyGkG-ds{
border-radius:30px !important;
}

.phw-g-i-Ba42fZ{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-Ba8dr7{
color:var(--black) !important;
}

.phw-g-i-BaDiAX-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-BaREVX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BaWco2-ds{
border-radius:30px !important;
}

.phw-g-i-BahwNp{
}

.phw-g-i-Baquv3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bb5XMr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BbDGVa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BbDPO6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BbL8oO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BbNGa5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BbOZ62-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BbQynn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BbS0QS{
}

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

.phw-g-i-BbhWmP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BblKiL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bc895t-ds{
text-align:left !important;
}

.phw-g-i-BcFaQW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BcMHgX-ds{
}

.phw-g-i-BcNagq-ds{
border-radius:30px !important;
}

.phw-g-i-BcVbGa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BcZ00m-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Bch3Ew{
}

.phw-g-i-BcnfLt{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-BctLc0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BczOpM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Bcza3k-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BcziMf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Bd0MOp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BdGIGQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BdI0Q2{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
padding-left:35px !important;
padding-right:35px !important;
margin-top:calc(var(--mu-space)*0.625) !important;
margin-inline-start:calc(var(--mu-space)*1.25) !important;
}

.phw-g-i-BdI0Q2:hover{
background:none !important;
background-image:none !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
border:none !important;
}

.phw-g-i-BdI0Q2:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-BdI0Q2:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-BdI0Q2:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-BdI0Q2.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-BdI0Q2:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-BdKLAE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BdOL54-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BdOnfw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BdfQg2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BdgH8j-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Bdk0aZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-BdovKt-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-Bdt179-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Be5fne-ds{
border-radius:30px !important;
}

.phw-g-i-BeFmAJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BeRQ3H-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BeWLOM-ds{
border-radius:30px !important;
}

.phw-g-i-BeYdLo-ds{
border-radius:17px !important;
}

.phw-g-i-Beljzs-ds{
border-radius:30px !important;
}

.phw-g-i-Bencmy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Bew72B-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Bf0l6f-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-BfNKmh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BfYPWc-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BfaCZV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BfhLG8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bfkqzb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Bg3NFf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BgGVcp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BgKzQf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BgfSlN-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Bgh5iE-ds{
border-radius:30px !important;
}

.phw-g-i-Bgppw1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BhGWgq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BhK8QD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BhhVV4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bhsyoz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bht6jx{
}

.phw-g-i-Bhx5jC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BiBm8d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BiCUbo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BiGvJd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BiKml3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BiVNtO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BieYkZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BiixOK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BikEV3-ds{
border-radius:17px !important;
}

.phw-g-i-Bj5MKj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BjLPXl-ds{
border-radius:30px !important;
}

.phw-g-i-BjSmjf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BjZRSB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BjfB4y-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BjfXBZ{
text-decoration:none !important;
background-color:transparent !important;
}

.phw-g-i-BjijN1{
color:var(--black) !important;
}

.phw-g-i-Bk36Mj{
}

.phw-g-i-BkAoHk-ds{
border-radius:30px !important;
}

.phw-g-i-BkCkcv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BkZtjI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BkeqlI-ds{
border-radius:30px !important;
}

.phw-g-i-Bl9vgb-ds{
border-radius:30px !important;
}

.phw-g-i-BlFGr2-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-BlQQmf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BlXCaS-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-BlXSt6-ds{
border-radius:30px !important;
}

.phw-g-i-Bleh0Q-ds{
border-radius:30px !important;
}

.phw-g-i-BljpV8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bls9h7{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-BlwaR6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Bm5W82-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Bm76tK{
border-width:0px !important;
border-style:none !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
min-height:34px !important;
padding-left:0px !important;
padding-right:0px !important;
}

.phw-g-i-Bm76tK:hover{
background:none !important;
background-image:none !important;
}

.phw-g-i-Bm8c19-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BmSnz4-ds{
border-radius:30px !important;
}

.phw-g-i-BmmmLb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bn7MVd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BnDsXd-ds{
border-radius:30px !important;
}

.phw-g-i-BnFsSk{
border-width:0px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-BnJQ5r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BnJy3B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BnQrx3{
color:var(--black) !important;
}

.phw-g-i-BnYV6U-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Bnauys-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BnmJMI-ds{
border-radius:30px !important;
}

.phw-g-i-BnsoAk-ds{
}

.phw-g-i-Bo1b1r-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BoABBI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BoBJVe-ds{
border-radius:30px !important;
}

.phw-g-i-BoHcXB-ds{
border-radius:30px !important;
}

.phw-g-i-BoIqie-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BoPBE0{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-BoPXsl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Bp0wcX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Bp5n7a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BpPijH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BpUXV3{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738737172356.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-BpdDIn{
height:64px !important;
width:64px !important;
}

.phw-g-i-BpjF1m-ds{
border-radius:30px !important;
}

.phw-g-i-Bpk1Ec-ds{
}

.phw-g-i-Bpkmir-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bpx1P2-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-BpzVWD-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BqBiZp{
color:var(--black) !important;
}

.phw-g-i-BqCIS7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BqMCHo-ds{
}

.phw-g-i-BqO0Ck-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BqRO9J{
}

.phw-g-i-BqTbfk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BqXHok-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BqXtMF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bqk7V3-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-BrW0G4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BrWPHc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Brp6GI-ds{
border-radius:30px !important;
}

.phw-g-i-Brw2TX-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Bs8QX6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BsJJgF{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-BsLtSn-ds{
border-radius:31px !important;
}

.phw-g-i-BsP3ux-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BsR9Nd-ds{
border-radius:17px !important;
}

.phw-g-i-BsW2V8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BsoYCn-ds{
border-radius:30px !important;
}

.phw-g-i-BssOVB-ds{
}

.phw-g-i-BtWiGK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BtbI0R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bteeqr-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-Btjn9h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bu2oMs-ds{
}

.phw-g-i-BuB3j8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BuOGnv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BuQAVv-ds{
border-radius:30px !important;
}

.phw-g-i-BuRI4I{
background-image:none !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-BuRx9u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BuUsKw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BuVMwh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BubaW9-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Budckd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bugo7Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Buhc60-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bv2uP4{
}

.phw-g-i-Bv6Jmd-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-BvBTHg-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-BvJ7ai-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BvT4L2-ds{
border-radius:30px !important;
}

.phw-g-i-BvgA9O-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BvtzWN-ds{
}

.phw-g-i-Bvuv3l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BvyfJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bw8M4Z-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BwKsGZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BwNmb7-ds{
}

.phw-g-i-BwRIWD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-BwVFCc{
}

.phw-g-i-Bwf4sJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Bwkstw-ds{
border-radius:30px !important;
}

.phw-g-i-Bwvyik-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BwwXWs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-BxC4ZH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-BxKxMn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BxQ4lM-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-BxWwSw{
color:var(--white) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}

.phw-g-i-BxiHMb-ds{
border-radius:30px !important;
}

.phw-g-i-Bxkm1R-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Bxmll2-ds{
border-radius:30px !important;
}

.phw-g-i-Bxq88W-ds{
border-radius:30px !important;
}

.phw-g-i-Bxr0fm{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-BxsaBl-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BxuxDv-ds{
border-radius:17px !important;
}

.phw-g-i-By7h9I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Byhsw9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ByjjFQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Byrrco-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ByvrfH-ds{
border-radius:30px !important;
}

.phw-g-i-Bz5VjK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BzH4P2-ds{
}

.phw-g-i-BzKh9Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-BzYnpe-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-BzZVDj-ds{
border-radius:20px !important;
}

.phw-g-i-BzbUkQ-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-BzenLL-ds{
border-radius:30px !important;
}

.phw-g-i-BzgZD3-ds{
border-radius:30px !important;
}

.phw-g-i-BzhkfL{
}

.phw-g-i-C004CN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-C05AG5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C0Mqm6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-C0TYkz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C0gaal{
}

.phw-g-i-C0qjjH-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-C0uvCG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C13lQN-ds{
border-radius:30px !important;
}

.phw-g-i-C17VQv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C1GFev-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-C1GTfO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C1YYy9{
padding-top:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*2) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-C1m6QD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-C1o230-ds{
border-radius:30px !important;
}

.phw-g-i-C1orEo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C1vT6V-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C1zoFZ{
color:var(--white) !important;
width:220px !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-C21a4d-ds{
border-radius:30px !important;
}

.phw-g-i-C27ngc{
}
.phw-g-i-C27ngc img{
}

.phw-g-i-C2Bmnq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C2MLZ9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C2MW1I-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-C2OsrC-ds{
border-radius:30px !important;
}

.phw-g-i-C2eXcw{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-C2qZf9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C2r1Q1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C31DmP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-C35vmW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C3AU6D{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-C3JzgX{
}

.phw-g-i-C3gwXX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C3qpl5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-C3vyoa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-C43dX0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C4FSVy-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-C4LdZq{
border-width:1.8px;
border-color:var(--phw-custom-border-black000000ff);
border-style:solid;
border-top-left-radius:50%;
border-top-right-radius:50%;
border-bottom-left-radius:50%;
border-bottom-right-radius:50%;
text-decoration:none;
background-color:transparent;
padding-inline-start:calc(var(--pu-space)*1.1875);
padding-top:calc(var(--pu-space)*1.1875);
padding-inline-end:calc(var(--pu-space)*1.1875);
padding-bottom:calc(var(--pu-space)*1.1875);
}

.phw-g-i-C4Tiye-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C4ka0Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C4wFED-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C4wlJ1{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-C4zPtZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C525pU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C545kS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C58Tso-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-C5JCMx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C5m5wr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C5yeNW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C5z7P3-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-C61w2V-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-C6FzCs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C6P7Wv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C6PFfg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C6PIHM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C6PgTG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-C6Tfui-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-C6UNjN-ds{
border-radius:30px !important;
}

.phw-g-i-C6clbe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-C6hNGz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C6m1cZ-ds{
border-radius:30px !important;
}

.phw-g-i-C6yLen{
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-C75mL3{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-C75mL3{
background-color:transparent !important;
color:var(--black) !important;
}

.phw-g-i-C7C5jm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C7FPN7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C7Vy9R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C7s26j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C7wekj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C85v07-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C89qzq-ds{
border-radius:30px !important;
}

.phw-g-i-C8Iaym-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-C8dKm5-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-C8ut5L-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-C935Wi-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-C95AbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C9AphP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C9K2YL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C9Mm3V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C9Mwe1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C9RIoY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C9ZQtI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-C9a5h9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C9jotj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C9npFO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C9rwgp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-C9wPOE-ds{
border-radius:30px !important;
}

.phw-g-i-CAZp6v{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
}

.phw-g-i-CArJE3-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-CAyKrf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CBOHRZ{
}

.phw-g-i-CBbdR5-ds{
border-radius:30px !important;
}

.phw-g-i-CBiw7r-ds{
}

.phw-g-i-CBm4bs-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CC2jWq-ds{
}

.phw-g-i-CCAqx4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-CCXPH5-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-CCa4Dx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CCfMnV{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-CCtw4u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CCvCQ1-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-CCzIyA-ds{
border-radius:30px !important;
}

.phw-g-i-CDHef9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CDRP2Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CDUcGl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CDXLXa{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-numbers-font-size) !important;
}

.phw-g-i-CDdFD7{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-CDfhX8-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-CDjZyG-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-CDpNYi-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CDpp4e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CDsGN9-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-CDszAp-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-CE2Ekk{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
}

.phw-g-i-CE2ZeK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CEBJTh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CEfjTf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CF2R6o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CFIZNO-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-CFVUMy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CFyMDz-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-CGCGrJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CGQFMb{
color:var(--black) !important;
}

.phw-g-i-CGVC5G-ds{
display:none !important;
}

.phw-g-i-CGYcHX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-CGh3cX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CGpOHH{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-CHN7G6-ds{
}

.phw-g-i-CHj6Jn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CHngOu-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop_mozzarella-1629430259614.png") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-CHw8xh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CIBwDW-ds{
}

.phw-g-i-CIIzRu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CIQ4dw{
}

.phw-g-i-CIdl3w-ds{
border-radius:30px !important;
}

.phw-g-i-CIsr8Q-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-CItumS-ds{
border-radius:31px !important;
}

.phw-g-i-CIwXnc-ds{
font-family:TakeawaySans-Bold !important;
}

#_PCM .phw-g-i-CJGCyc{
color:var(--black) !important;
font-size:18px !important;
height:auto !important;
width:auto !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:start !important;
}

.phw-g-i-CJGp3f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CJHnZp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CJU2JU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CJZN8k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CJe1gJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CKDD4l-ds{
border-radius:30px !important;
}

.phw-g-i-CKN4Qm-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-CKZWuv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CKnWGb{
color:rgb(255, 128, 0) !important;
font-family:TakeawaySans-Bold !important;
font-size:50px !important;
line-height:60px !important;
padding-inline-start:calc(var(--pu-space)*6) !important;
}

.phw-g-i-CKutpx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CKwtjO-ds{
border-radius:30px !important;
}

.phw-g-i-CL31Gm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CL5JJM-ds{
border-radius:30px !important;
}

.phw-g-i-CL6PJc-ds{
border-radius:30px !important;
}

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

.phw-g-i-CLuz5g{
}

.phw-g-i-CM2T8f{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
width:520px !important;
}

.phw-g-i-CM2T8f:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-CM2T8f:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-CM2T8f:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-CM2T8f:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-CM2T8f.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-CM2T8f:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-CM6Xzf{
}

.phw-g-i-CM77d1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CMJ6e5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-CMMu73-ds{
border-radius:30px !important;
}

.phw-g-i-CMTdeZ{
}

.phw-g-i-CMTvAz{
color:var(--white) !important;
border-width:0px !important;
padding-left:0px !important;
padding-right:0px !important;
}

.phw-g-i-CMdTri-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CMhmxu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CMmxiQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CMnLpI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CMqlsH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CMqofg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CMvkmL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CMza2t-ds{
border-radius:30px !important;
}

.phw-g-i-CNBTwi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CNMO76-ds{
border-radius:30px !important;
}

.phw-g-i-CNPUpA-ds{
text-align:left !important;
}

.phw-g-i-CNTVtG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CNVNvj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CNVzz9{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
}

.phw-g-i-CNW2ds-ds{
border-radius:30px !important;
}

.phw-g-i-CNY7mX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CNiz9K-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-CNjrlN-ds{
border-radius:30px !important;
}

.phw-g-i-CNmVvy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CNmW2X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CO1ZjQ-ds{
border-radius:30px !important;
}

.phw-g-i-CO22U5-ds{
border-radius:30px !important;
}

.phw-g-i-CO2xlL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CO5pxG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-COAjMm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-COTafv-ds{
border-radius:30px !important;
}

.phw-g-i-COdDFY{
}

.phw-g-i-COhLxr-ds{
border-radius:30px !important;
}

.phw-g-i-CP4Iue{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--widget-bg-white-color) !important;
color:var(--text-dark) !important;
}

.phw-g-i-CP4vyb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CPBk2E-ds{
border-radius:30px !important;
}

.phw-g-i-CPMz04-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CPVB4M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CPai0p-ds{
border-radius:30px !important;
}

.phw-g-i-CPcthI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CPtpyW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CPvFYr-ds{
border-radius:30px !important;
}

.phw-g-i-CQ0PrS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CQ4LIh-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CQFjCg-ds{
background-image:url("") !important;
}

.phw-g-i-CQWByh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CQY7he-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CQk2CC{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-CR48Mv-ds{
border-radius:30px !important;
}

.phw-g-i-CR6DAH{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-CR9664-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CREvYa-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-CRTZyl-ds{
text-align:left !important;
}

.phw-g-i-CRUazl-ds{
border-radius:30px !important;
}

.phw-g-i-CRZIxH-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-CS5bus-ds{
border-radius:30px !important;
}

.phw-g-i-CSCT0w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CSHjhg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CSSnsm{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-CSX1VY-ds{
}

.phw-g-i-CSm4yu{
}

.phw-g-i-CSzWEW{
}

.phw-g-i-CT1I5k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CT7i28-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CTE7SE-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-CTTewp-ds{
border-radius:30px !important;
}

.phw-g-i-CTYjfU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CTbU7u-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CTeP8T-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-CTmZx9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CTmxBg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CTrMVh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CTtoDa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CTvylU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CU6g7W-ds{
border-radius:30px !important;
}

.phw-g-i-CUAwPM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CUEVwo-ds{
border-radius:30px !important;
}

.phw-g-i-CUj6sy-ds{
}

.phw-g-i-CV46py{
}

.phw-g-i-CV57t6-ds{
border-radius:30px !important;
}

.phw-g-i-CV5V6T-ds{
border-radius:30px !important;
}

.phw-g-i-CV8IMC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-CVBkL8{
padding-top:calc(var(--pu-space)*12.5) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
}

.phw-g-i-CVPVnd-ds{
}

.phw-g-i-CVbrQT-ds{
border-radius:30px !important;
}

.phw-g-i-CVc7zh-ds{
position:relative !important;
display:block !important;
}

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

.phw-g-i-CVroZW-ds{
}

.phw-g-i-CVs9vt-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-CVupc4{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
}

.phw-g-i-CVwcdn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CVziHi-ds{
border-radius:30px !important;
}

.phw-g-i-CW5uVu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CW6wSN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CWKdmt-ds{
opacity:0.8 !important;
}

.phw-g-i-CWQiZv-ds{
border-radius:30px !important;
}

.phw-g-i-CWQsBw{
}

.phw-g-i-CWi7If-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CWsTQD-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-CX5sLX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CXAqQa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CXClUE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CXMAZp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CY8M3A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CYL9cy{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-CYQ01G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CYrWx2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CZBOyj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CZDMzo{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-CZDQx3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CZJZfI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CZOlfN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CZQFlL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CZgkdt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CZxdwM-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CZxoVn{
font-size:52px !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-Ca3Aga-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ca4DHu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ca6C2Z{
background-color:var(--widget-bg-white-color) !important;
color:var(--text-dark) !important;
}

.phw-g-i-CaLwDu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CaafLc:hover{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-CaafLc{
}

.phw-g-i-CafcDW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CajYV8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Cb2xUg-ds{
border-radius:30px !important;
}

.phw-g-i-Cb5JD0-ds{
opacity:0.8 !important;
}

.phw-g-i-Cb64Z2-ds{
}

.phw-g-i-CbH7jo-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-CbHOJI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CbQrXC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CbXOTE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-Cby6VS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CcLL50-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-CcM53T-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CcMq6H-ds{
}

.phw-g-i-CcbkME-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CclsPK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CcnZPj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CcwxRI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Cd0B85-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Cd0SJJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-CdHH1k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CdJK8A-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CdTiBA-ds{
border-radius:30px !important;
}

.phw-g-i-Cdg6Q5{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-Cdh6Z0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CdkSnJ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-CdzjaN-ds{
border-radius:30px !important;
}

.phw-g-i-CeBXvO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CeCqoi-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-CeNdrM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CeP2kU{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
aspect-ratio:16/9 !important;
object-fit:cover !important;
}

.phw-g-i-CeQw4f-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CeSwlP-ds{
}

.phw-g-i-CefXVU{
font-size:var(--body-font-size) !important;
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-Ceruxn-ds{
border-radius:30px !important;
}

.phw-g-i-CetW8E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ceux5t{
}

.phw-g-i-Cf1OTW-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-Cf3B0G-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-CfGbDR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CfPKXV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CfZWEZ{
}

.phw-g-i-Cfb4JU:hover{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-Cfb4JU{
}

.phw-g-i-Cfc2BN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Cfp4B4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Cg1dTs-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-Cg2H5o-ds{
}

.phw-g-i-CgRDIB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CgUPWg-ds{
border-radius:30px !important;
}

.phw-g-i-CgYokO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CgaG0G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Cgk4Et-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CgnCml-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CgqlPl-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ch3LRT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ch7h31-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ChTxBJ-ds{
text-align:left !important;
}

.phw-g-i-ChWIOr-ds{
border-radius:30px !important;
}

.phw-g-i-ChZ2qq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ChkioH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ChsA1A-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Chtok1{
color:var(--black) !important;
}

.phw-g-i-CiBH0M{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-CiC2c6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CiEGtE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CiG6YX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CiI3Qv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CiK4bN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CiWZBF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CiaYQ9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Cj40g4{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-CjDLxj{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-decoration:underline !important;
font-weight:700 !important;
}

.phw-g-i-CjHUdv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CjLTWK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CjOjYj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CjkxS3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ck1yuQ-ds{
border-style:none !important;
}

.phw-g-i-Ck2ngR-ds{
border-radius:30px !important;
}

.phw-g-i-Ck5XbC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ck8fyz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ck9WIh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CkL3CR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CkTNxe-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-CkjUZg:hover{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-CkjUZg{
}

.phw-g-i-hWMMCg:hover .phw-g-i-CkjUZg{
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}

.phw-g-i-CknIxq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CkvZJR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CkzhYz-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ClA4Pj-ds{
}

.phw-g-i-ClEXM1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ClGiEr{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-ClbxpR-ds{
border-radius:30px !important;
}

.phw-g-i-Clg75G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Cm69AT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CmjEG6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Cmkzri-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Cn1WJ9-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-CncUNf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Cnl0Lt-ds{
border-radius:30px !important;
}

.phw-g-i-CnyWM7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Co34Ao-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CoGQe4{
}

.phw-g-i-CoLcVm-ds{
border-radius:30px !important;
}

.phw-g-i-CoLmKw-ds{
border-radius:30px !important;
}

.phw-g-i-CoRYy1-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-CocXOU{
}
.phw-g-i-CocXOU img{
object-fit:cover  !important;
}

.phw-g-i-ComiHh{
background-color:var(--widget-bg-white-color) !important;
}

.phw-g-i-ConA9t-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Coz0Zr{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-Cp0GuF-ds{
}

.phw-g-i-Cp6AOJ{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
height:268px !important;
width:598px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-CpBTe4-ds{
border-radius:30px !important;
}

.phw-g-i-CpI8gP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-CpIBV0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CpcXfs-ds{
border-radius:30px !important;
}

.phw-g-i-CqHjT6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CqItvT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CqLPA3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CqiFYF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CqiFbX{
}

.phw-g-i-CqsWPv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Cr44AO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Cr7m97-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CrAU0y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CrFf9w-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-CrhdXo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CrnQn7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Crsxk3-ds{
}

.phw-g-i-CsGlsu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CsWhbe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CsgDJ4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CsgIar-ds{
border-radius:30px !important;
}

.phw-g-i-Csivxz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Cso2B5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Csx0yF-ds{
}

.phw-g-i-Ct2Owi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Ct3iCM{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--text-dark) !important;
}

.phw-g-i-CtGNQC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CtIghb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ctotex-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ctr9gL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CtvwIl{
}

.phw-g-i-CtyOHh-ds{
text-align:left !important;
}

.phw-g-i-Cu1C2h{
width:auto !important;
height:auto !important;
}

.phw-g-i-CuCV5Z-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CuHYjy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CuIfjJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-CuXgDm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Cueh3g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CujWi1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CurE2C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CuyMC3-ds{
border-radius:30px !important;
}

.phw-g-i-Cv9yi3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CvQ8dr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CvU011-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-CveGTt-ds{
border-radius:30px !important;
}

.phw-g-i-Cvl4dX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CvqZML-ds{
border-radius:30px !important;
}

.phw-g-i-CvwP7w-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Cw9N62-ds{
}

.phw-g-i-CwDnEV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CwDwNs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CwIopl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CwPHFh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-CwrJ9w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CxCbPx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CxUDsl{
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-CxUDsl{
opacity:100 !important;
background-color:transparent !important;
}

.phw-g-i-CxeovE{
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-CxjIuc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CxkJ4G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CxxTeI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CyWCCI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-CyXts4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-CyeEqj-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop_mozzarella-1629430259614.png") !important;
background-size:100% 100% !important;
background-position:50% 0% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-CysUGc{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-CystOL-ds{
border-radius:30px !important;
}

.phw-g-i-CyyNjL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Cz3Amq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-CzHgmx-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Czab9c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Czeh9W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-D06Y83-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D0BMvu-ds{
border-radius:30px !important;
}

.phw-g-i-D0J6E4-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-D0LSA7-ds{
border-radius:30px !important;
}

.phw-g-i-D0Mb5O-ds{
border-radius:30px !important;
}

.phw-g-i-D0QZmN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D0UqiL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D0bNed-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-D0tD0n-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-D14j20-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D16DBm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-D1XszM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D1YHxc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D1gUeu-ds{
border-radius:30px !important;
}

.phw-g-i-D1oBg3-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-D1rYxS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-D1uIYB{
}

.phw-g-i-D1y3N9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D27UpR-ds{
border-radius:30px !important;
}

.phw-g-i-D2XeRR-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop_white-1629444966462.png") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-D2by6G-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D2tCaZ-ds{
}

.phw-g-i-D31LVP-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D3CZQm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D3D8UK-ds{
border-radius:30px !important;
}

.phw-g-i-D3Dqus{
}

.phw-g-i-D3V1UO:hover{
color:var(--black) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-D3V1UO{
}

.phw-g-i-D3bH3w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D3lNn7-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D3vQ8l-ds{
border-radius:30px !important;
}

.phw-g-i-D4CVZB-ds{
border-radius:30px !important;
}

.phw-g-i-D4ESce-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D4pMQe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D4smq5-ds{
border-radius:30px !important;
}

.phw-g-i-D4vSap-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D53WId-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D5Oi2T-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-D5VawE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D5apHz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D69qgc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D6EN5A-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-D6GCZG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D6PPAA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D6ZHAy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D6ZcSz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D6cRt9{
}

.phw-g-i-D6dwPR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D6lrug-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D7HkAz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D7HlbL-ds{
display:none !important;
}

.phw-g-i-D7Ztz4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D7ctGO{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-D7kSDF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D7ymA9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D81ukI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-D8AXVY-ds{
border-radius:9px !important;
}

.phw-g-i-D8YxJv-ds{
border-radius:30px !important;
}

.phw-g-i-D8d3NI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-D8eQs0{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-D9EuU5-ds{
}

.phw-g-i-D9JfBG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D9OLXO{
color:var(--white) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-D9OtGc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-D9iOAd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-D9jqIJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-D9lWIh{
}

.phw-g-i-D9uKqm-ds{
border-radius:30px !important;
}

.phw-g-i-DA1ir5-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-DA5ABf-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-DAHHcI-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-DAccYD{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-DAgu2u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DAvwuT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DAymtP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DB22Nb-ds{
border-radius:30px !important;
}

.phw-g-i-DB5dKs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DBDNM3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DBF4rL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DBHtx7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DBboRX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DBpLrw-ds{
}

.phw-g-i-DC4Bta-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-DCEfnK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DCQGN9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DCQnrv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DCSLEX{
font-size:var(--phw-g-input-label-text-font-size) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
}

.phw-g-i-DCUIsS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DCl6Lp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DCmXyg-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DCtHWc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DCw2n4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DD3jur-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DD7h3G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DDJREU{
}

.phw-g-i-DDQEgh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DDaAqj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DDq2FT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DEXOBI-ds{
border-radius:30px !important;
}

.phw-g-i-DEcQfn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-DEnN70-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DEqNDg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DEyRUJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DF5HIA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DFKH6i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DFQgAf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DFihup-ds{
}

.phw-g-i-DFwzmc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DG1YZQ{
}

.phw-g-i-DG37Uq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DG7cRc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DGLB4E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DGM6sk{
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-color:var(--custom-border-color-m0h0i-border) !important;
}

.phw-g-i-DGb2hM-ds{
border-radius:30px !important;
}

.phw-g-i-DGjPsj-ds{
border-radius:30px !important;
}

.phw-g-i-DGl4B2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DGmnNM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DGtAYH-ds{
border-radius:30px !important;
}

.phw-g-i-DH0SyQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DHFUms-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DHGzgf{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}

.phw-g-i-DHHue1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-DHPtU6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DHTL9v-ds{
border-radius:30px !important;
}

.phw-g-i-DHZYXl-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-DHeGzF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DHeI3j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DHrlT7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DI4IO1-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-DI4llm{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-DI5rc0-ds{
border-radius:30px !important;
}

.phw-g-i-DIIZ6W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DILvGc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DIZlvb-ds{
border-radius:30px !important;
}

.phw-g-i-DIf16C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DIkm7N-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DIxpfn-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DJHV0Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DJJ3UU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-DJQS8S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DJWptR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DJWxDx-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-DJXbuR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DJmL9h-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-DJs9pv-ds{
display:none !important;
}

.phw-g-i-DJsWO5{
color:var(--white) !important;
}

.phw-g-i-DKYk8C-ds{
border-radius:30px !important;
}

.phw-g-i-DKo9DM-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-DKpShc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DKpfmN-ds{
border-radius:30px !important;
}

.phw-g-i-DKvHEY-ds{
border-radius:30px !important;
}

.phw-g-i-DL2Wa1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DL2aMp-ds{
color:#00adee !important;
}

.phw-g-i-DLSI7L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DLSxji-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DLZ7WV-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-DLtUrL-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-DM1UKW-ds{
}

.phw-g-i-DM6dNq-ds{
border-radius:30px !important;
}

.phw-g-i-DM8Nph-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DMFJu1-ds{
border-radius:30px !important;
}

.phw-g-i-DMVa2h-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-DMWQuz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DMfW38-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DMgIja-ds{
border-radius:30px !important;
}

.phw-g-i-DMk5Dd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DN8uku-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DNGYDE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DNGirz-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-DNMEN1-ds{
border-radius:30px !important;
}

.phw-g-i-DNMkHd-ds{
border-radius:30px !important;
}

.phw-g-i-DNZLu1{
max-width:1440px !important;
width:1244px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-DNygai-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DNzDve{
}

.phw-g-i-DO54qy{
padding:0 !important;
color:var(--white) !important;
font-weight:400 !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
border-color:transparent !important;
min-height:auto !important;
background-color:transparent !important;
box-shadow:none !important;
border-width:0 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
height:48px !important;
}

.phw-g-i-DOPitC{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-DOUkmG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DOgiCg-ds{
border-radius:30px !important;
}

.phw-g-i-DOnf7U-ds{
background-image:url("") !important;
background-size:cover !important;
}

.phw-g-i-DP8xbq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DPKnKs-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DPQQSm{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-DPQs33-ds{
border-radius:30px !important;
}

.phw-g-i-DPRdWX-ds{
border-radius:17px !important;
}

.phw-g-i-DPZL2Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DPbCvB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DPj2fz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DPjN1s-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-DPrsob-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DQcjJW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DQhYt1-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-DQj6yN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DQktAP-ds{
text-align:left !important;
}

.phw-g-i-DQsDBh-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-DRI0Tb-ds{
border-radius:30px !important;
}

.phw-g-i-DRPDeZ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-DRh4dM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DRyYVj{
}

.phw-g-i-DS6wD2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-DSHlV8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DSjvZu{
}

.phw-g-i-DT54HY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DTVAG5-ds{
}

.phw-g-i-DTYTAk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DTfdZI-ds{
border-radius:30px !important;
}

.phw-g-i-DU1r3F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DU4Uza-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DU7QB3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DUklcL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DVE7bq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DVImr4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DVRCnA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DVU7ij-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-DVYSb3-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-DVcGIf-ds{
}

.phw-g-i-DVepBi-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DVfvVD-ds{
border-radius:17px !important;
}

.phw-g-i-DVjqID-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DVmvEA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DVu4kz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DVwD4o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DWB6Ly-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DWDlj9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DWESBE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DWTlki-ds{
border-radius:30px !important;
}

.phw-g-i-DWjnsJ-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-DX55GI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DX8MVl{
color:var(--black) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-DX9sVC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DXAVfW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DXFoM3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DXUKi7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DXcJ65-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-DXe7iT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-DXecds{
}

.phw-g-i-DXgBEY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DXnxmz-ds{
}

.phw-g-i-DXrb5Q-ds{
border-radius:30px !important;
}

.phw-g-i-DYH6eR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DYNqIc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DYQ3O9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DYU1At-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-DYbXZu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DYcU7v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DYcV35-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DYnN7i-ds{
border-radius:30px !important;
}

.phw-g-i-DYocpc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DYpvnG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DYs3i0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DYswZb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DZ8HoB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DZBsvO{
}

.phw-g-i-DZIlxr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DZOm08-ds{
border-radius:30px !important;
}

.phw-g-i-DZVHoW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DZjDy8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DZleDu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DZxa8h-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-DaJKod-ds{
border-radius:30px !important;
}

.phw-g-i-DaL5WP-ds{
border-radius:30px !important;
}

.phw-g-i-DaOhm1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Dao4Mx-ds{
border-radius:30px !important;
}

.phw-g-i-Dat4h8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Db8sgl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DbEMBG{
background:none !important;
background-image:none !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--body-font-size) !important;
border:none !important;
}

.phw-g-i-DbEMBG:hover{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-DbEMBG:focus{
}

.phw-g-i-DbEMBG:focus-visible{
}

.phw-g-i-DbK52C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DbVlEC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Dbi6RD-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-DbmXzE-ds{
}

.phw-g-i-Dbqve5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Dbs4fn-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-DcAJyz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DcCK5f-ds{
border-radius:30px !important;
}

.phw-g-i-DcEO2X-ds{
border-radius:30px !important;
}

.phw-g-i-DcV1zr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DckP7S-ds{
border-radius:30px !important;
}

.phw-g-i-Dcn0pW-ds{
background-image:url("") !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}

.phw-g-i-DcoU8J-ds{
border-radius:30px !important;
}

.phw-g-i-DcucKA-ds{
border-radius:30px !important;
}

.phw-g-i-DdDyJj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DdEPxw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DdKTBr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DdQwGg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DdmalR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-De2OwT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DeFlx0{
}

.phw-g-i-DeckEG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DefATg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-DehWip-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-DeyVfC-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Dez5tr-ds{
border-radius:30px !important;
}

.phw-g-i-Df36xq-ds{
border-radius:30px !important;
}

.phw-g-i-Df4g5c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DfEmpp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DfI3l5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DfKQa2-ds{
border-radius:30px !important;
}

.phw-g-i-DfLHXQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DfMiX7{
width:72px !important;
object-fit:none !important;
height:72px !important;
}

.phw-g-i-DfPDBo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DfbeZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DfrbEl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Dg58bp-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-DgFUIY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DgNqz4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DgPJgW{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--font-size-12) !important;
text-transform:none !important;
width:1000px !important;
text-align:start !important;
}

.phw-g-i-Dgc0iQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
}

.phw-g-i-DgzlFX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Dh6WmU{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-Dh7JE5-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-DhGT9g-ds{
border-radius:30px !important;
}

.phw-g-i-DhSmws-ds{
}

.phw-g-i-DhUg8r{
color:var(--black) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-DhYM6d-ds{
border-radius:30px !important;
}

.phw-g-i-DhizKf-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-Dhs5XT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DhwN7n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Di0ifJ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Di316Z{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-Di6npT-ds{
opacity:0.8 !important;
}

.phw-g-i-DiDaHq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Did4FO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DihEuG-ds{
border-radius:30px !important;
}

.phw-g-i-DimNVU-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-DjBj6A-ds{
}

.phw-g-i-DjCfbn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DjICmp-ds{
border-radius:30px !important;
}

.phw-g-i-DjL5sw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DjQxFd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DjUSpp-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Djk5gG-ds{
}

.phw-g-i-Dk84qN-ds{
border-radius:30px !important;
}

.phw-g-i-DkHwwF{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
text-decoration:none !important;
}

.phw-g-i-DkMwUP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DkPRt1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DkRVm0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DkWaIb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DkctWo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DkjnqA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DksmDx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DkvEUp-ds{
display:none !important;
}

.phw-g-i-DkxfdU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-DkyQT1{
}

.phw-g-i-Dl4lPb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DlJeXy-ds{
border-radius:30px !important;
}

.phw-g-i-DlNNOl-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-DlPiyu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DlY84k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DljHB5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DltpB5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DmOw5Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DmQthv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DmRkH6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DmbA0u-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Dmnude{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-Dmohb8-ds{
border-radius:30px !important;
}

.phw-g-i-DnDzQK-ds{
border-radius:30px !important;
}

.phw-g-i-DnMQq7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DnPlGn{
}

.phw-g-i-DnVKII-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DnWPcO{
color:var(--black) !important;
}

.phw-g-i-Dnl1FX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Dnld7o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Dnyyxr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DoLh42-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DoQ61c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DoR7oq{
}

.phw-g-i-DokAnb{
background-color:var(--phw-custom-whitebgffffffff) !important;
color:var(--white) !important;
font-size:var(--cms-g-font-small) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-Doltw7{
color:var(--custom-color-m0h0i) !important;
}

.phw-g-i-DosPBf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Dp2hxP-ds{
background-size:100% 100% !important;
}

.phw-g-i-Dp3LZe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Dp7gqo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DpAoyc{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-DpHd5t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DpYSmj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Dpa57p-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-DpkQnf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DprR0B{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-Dq6OJs-ds{
}

.phw-g-i-Dq9euB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-DqJfWQ{
width:1244px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
max-width:1440px !important;
}

.phw-g-i-DqKuVT{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-DqVqFS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Dqnwon-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DqpHYD-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Dr3CcA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Dr85dz{
}

.phw-g-i-DrK6Mk{
}

.phw-g-i-DrMHRy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DrSOdi-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Drmwui-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Ds93f3{
}

.phw-g-i-DsAqvG-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-DsEPWz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DsLNti-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-DsOFL2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DsZN1J-ds{
border-radius:30px !important;
}

.phw-g-i-DshoM1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DsiQjz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DsuX2h-ds{
border-radius:30px !important;
}

.phw-g-i-DtGoX7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DtNtlm-ds{
border-radius:30px !important;
}

.phw-g-i-DtP3Aq-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-DtUU6C-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-DtWudW{
}

.phw-g-i-DtXzdF-ds{
}

.phw-g-i-Dtg4Vg-ds{
border-radius:30px !important;
}

.phw-g-i-DtrJLr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DtsWW1-ds{
border-radius:30px !important;
}

.phw-g-i-Dtu27W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DtyHT8-ds{
border-radius:30px !important;
}

.phw-g-i-DuSVsq-ds{
border-radius:30px !important;
}

.phw-g-i-DuWvPn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-DudRUv{
}

.phw-g-i-Dui4L0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Duj0SP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DuktlM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DuoqSc-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-DuqqGc{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
min-height:38px !important;
}

.phw-g-i-DuqzVd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Dv0etH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Dv3Fex-ds{
border-radius:30px !important;
}

.phw-g-i-DvAmq0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DvHv4y-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DvLiqf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DvPWVP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DvQYTu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DvfDWE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DvpR9j-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-DwHHv7-ds{
border-radius:30px !important;
}

.phw-g-i-DwLSw2-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-DwMwsq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DwR3pA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DwSSy9-ds{
}

.phw-g-i-DwYUy7-ds{
border-radius:30px !important;
}

.phw-g-i-DwesAZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-DwrNEl{
}

.phw-g-i-DwyGAa-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-Dx5Gjw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Dx7kxn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-DxU8rp-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-DxYXdK-ds{
border-radius:30px !important;
}

.phw-g-i-DxgV33-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Dxhd6m-ds{
}

.phw-g-i-DxnrLx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DxzX9o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Dy1Keu-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-DyHCDM{
margin-bottom:calc(var(--mu-space)*1.5) !important;
}

.phw-g-i-DyI24n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Dyx4Mt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Dz05wC{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
}

.phw-g-i-Dz1q8A{
color:var(--black) !important;
}

.phw-g-i-Dz5PjE-ds{
border-radius:30px !important;
}

.phw-g-i-DzMY9T-ds{
border-radius:30px !important;
}

.phw-g-i-DzRlqc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DzrUPr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DzrqZp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-DzwcUS-ds{
display:none !important;
}

.phw-g-i-E0CyJq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E0KFn1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-E0i2J5{
}

.phw-g-i-E0oxUr-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-E19EH5-ds{
border-radius:30px !important;
}

.phw-g-i-E1I0XY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-E1LoNq-ds{
border-radius:30px !important;
}

.phw-g-i-E1RTwh-ds{
border-radius:30px !important;
}

.phw-g-i-E1Sv9d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E1z7Nw-ds{
border-radius:30px !important;
}

.phw-g-i-E20zPh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-E26E27-ds{
border-radius:30px !important;
}

.phw-g-i-E26Nht-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E2ErMC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E2LyUy-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-E2Mekr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E2YVcQ-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-E2a0jC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E2b2qx-ds{
border-radius:30px !important;
}

.phw-g-i-E2cG93{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-E2dxyc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E2y9MT-ds{
border-radius:30px !important;
}

.phw-g-i-E3DaTu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-E3Y7pN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E3ipDZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E3lxPq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-E3mYWz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E3wKFW-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-E43mAt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E46W5r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E4Ge47{
}
.phw-g-i-E4Ge47 img{
}

.phw-g-i-E4bOmd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E4baSb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E4i3KG{
}

.phw-g-i-E4llRC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E4pu98-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-E4sxYi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-E4uX92-ds{
border-radius:30px !important;
}

.phw-g-i-E53pIu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E54bqN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E57IGh{
font-size:var(--phw-g-hero-title-font-size) !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
width:600px !important;
}

.phw-g-i-E5BQOn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E5MRgL-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-E5OnqL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E5iO8t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E5kJre-ds{
border-radius:30px !important;
}

.phw-g-i-E5u1Og-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E63J7g-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E6Hy74{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-E6JgbS{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-E6O7N6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-E6U8Ne-ds{
}

.phw-g-i-E6ZtXi-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-E6lwVU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-E6lyMK{
background-image:none !important;
}

.phw-g-i-E70sf8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-E72KAD{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-E73knC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E7BWsG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E7Ljtk{
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:18px !important;
line-height:32px !important;
}

.phw-g-i-E7TXaC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E7UtsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E7V3ov-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-E7cXsb{
}

.phw-g-i-E7oDVB-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-E87ydp{
background-color:var(--phw-custom-whitebgffffffff) !important;
padding-top:calc(var(--pu-space)*1.25) !important;
padding-bottom:calc(var(--pu-space)*1.25) !important;
}

.phw-g-i-E8CG8n-ds{
border-radius:30px !important;
}

.phw-g-i-E8DEZY-ds{
border-radius:30px !important;
}

.phw-g-i-E8rs19-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E923In-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E9GwRN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-E9KyIU-ds{
border-radius:30px !important;
}

.phw-g-i-E9tai0-ds{
}

.phw-g-i-E9uc8y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-E9yCsa-ds{
border-radius:30px !important;
}

.phw-g-i-E9z2ue-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EA77IB{
text-align:center !important;
}

.phw-g-i-EAZy2U-ds{
border-radius:30px !important;
}

.phw-g-i-EAjRym-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EAqbcl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EAwZaM{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EBNPjG{
text-transform:none !important;
color:var(--black) !important;
width:1000px !important;
font-size:var(--font-size-11) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-EBS7YF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EBn8UR-ds{
border-radius:30px !important;
}

.phw-g-i-EBnbDc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EBrVNM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EBt5IR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EBvBQp{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:18px !important;
line-height:32px !important;
font-weight:700 !important;
}

.phw-g-i-EBwUP8{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-EC5529-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ECCB4n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ECGN86{
}

.phw-g-i-ECYS3D-ds{
border-radius:30px !important;
}

.phw-g-i-ECecGB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ECiCjC-ds{
background-image:url("") !important;
}

.phw-g-i-ECq4zT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ECtwHN{
max-width:1440px !important;
width:1244px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-ECzREr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ED4aSm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ED6MAw{
width:auto !important;
}

.phw-g-i-EDJHZd-ds{
border-radius:30px !important;
}

.phw-g-i-EDLwCV-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-EDOhEI-ds{
}

.phw-g-i-EDq23C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EDxOKu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EEGcuw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EEKRLT-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-EELLKm-ds{
border-radius:30px !important;
}

.phw-g-i-EELugP-ds{
border-radius:30px !important;
}

.phw-g-i-EElvPR-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-EEnO5W-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-EErmdA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EEtej3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-EEtuwC-ds{
border-radius:30px !important;
}

.phw-g-i-EEvvUX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EF9i7i-ds{
border-radius:30px !important;
}

.phw-g-i-EFIhab-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EFJtUG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EFMynu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EFZaLE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EFb6r9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EFyNhR-ds{
border-radius:30px !important;
}

.phw-g-i-EGHLbA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EGID91{
color:var(--black) !important;
}

.phw-g-i-EGKoRA-ds{
border-radius:30px !important;
}

.phw-g-i-EGiBmq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EGm88T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EGtbug-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EGuvCP{
color:rgb(255, 128, 0) !important;
font-family:TakeawaySans-Bold !important;
font-size:50px !important;
line-height:60px !important;
padding-inline-start:calc(var(--pu-space)*6) !important;
}

.phw-g-i-EH6FQz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EH6PaR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EHN6Yw-ds{
border-radius:30px !important;
}

.phw-g-i-EHoz9e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EHyhYA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-EI5qvH-ds{
border-radius:30px !important;
}

.phw-g-i-EI9084-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EIIZOY-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-EIJfwL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-EIdHMk{
}

.phw-g-i-EIqcU8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-EJ6fqj-ds{
border-radius:30px !important;
}

.phw-g-i-EJH9dC-ds{
border-radius:30px !important;
}

.phw-g-i-EJXw6p{
font-size:var(--body-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
}

.phw-g-i-EJbV5P{
color:var(--black) !important;
}

.phw-g-i-EJcLx1-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-EJjzuR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EJkLBt-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-EJl4OB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EJnlni-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-EJrkPJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EJwM2P{
}

.phw-g-i-EJwnL0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EKEauG-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-EKHPJ5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-EKLXPd{
color:var(--black) !important;
font-size:14px !important;
}

.phw-g-i-EKNIAj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EKeUPC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EKqdSR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EKsLDM-ds{
border-radius:30px !important;
}

.phw-g-i-EL5Qdy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EL5ZYp-ds{
}

.phw-g-i-ELA94E{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
width:360px !important;
}

.phw-g-i-ELHptc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ELM2KK{
}

.phw-g-i-ELasGf-ds{
border-radius:30px !important;
}

.phw-g-i-ELbI6Z-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ELn2I8-ds{
border-radius:30px !important;
}

.phw-g-i-EM5aW1{
border:none !important;
}

.phw-g-i-EM5aW1:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-EM93U3-ds{
border-radius:30px !important;
}

.phw-g-i-EMAFeJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EMBipk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EMG5hg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EMHUWN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EMfWA0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EN1sUL{
width:320px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-ENAlP9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ENAss0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ENCgyk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ENGi4e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ENPBSi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ENVMw6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ENYM41-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ENkRqC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ENkmtv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ENnuWb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ENo42g-ds{
border-radius:30px !important;
}

.phw-g-i-ENvdmC{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-EO1d1Q{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-EO2uKJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EOOV0o-ds{
border-radius:30px !important;
}

.phw-g-i-EOeFWR{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
border-width:0px !important;
border-style:none !important;
}

.phw-g-i-EOeFWR:hover{
}

#_PCM .phw-g-i-EOvqfh{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image3-1739966913467.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
text-align:start !important;
padding-inline-start:calc(var(--pu-space)*11.25) !important;
}

.phw-g-i-EOwtJe-ds{
}

.phw-g-i-EOzv4a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EP3jDW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EPVfgn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EPeXyc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EPhbRD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EPieCS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EPskZn-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EPuP2o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EPvB8A-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-EQDcdp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EQIleU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EQsk6L-ds{
border-radius:30px !important;
}

.phw-g-i-EQswrY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EQuO9c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EQutSC-ds{
border-radius:30px !important;
}

.phw-g-i-EQzB8Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EQzLkt-ds{
}

.phw-g-i-ER7Jpi-ds{
border-radius:30px !important;
}

.phw-g-i-ERV4US{
}

.phw-g-i-ERY0HU-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-ERaRN0{
color:var(--phw-custom-text-colors4e4e4e) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-ERbs9x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ERdTEd{
}

.phw-g-i-ERxFAF{
color:var(--black) !important;
}

.phw-g-i-ESJ44Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ESRYJe-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ESupvl-ds{
border-radius:30px !important;
}

.phw-g-i-ET2D7J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ET8PYv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ETGAul-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ETH005{
}

.phw-g-i-ETOcDu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ETU98N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ETUKTZ-ds{
border-radius:30px !important;
}

.phw-g-i-ETd8eh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ETfGRm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ETfmwM-ds{
color:#00adee !important;
}

.phw-g-i-ETldvH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-EToGaz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ETor3B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ETvcKk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EUHqsh{
}

.phw-g-i-EUKwq6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EURPrw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EUhAxq-ds{
display:none !important;
}

.phw-g-i-EUhevX-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-EUoRPT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EUoXMk{
}

.phw-g-i-EUy0UO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EVhc6j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EWDg3F{
}

.phw-g-i-EWZf74-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EWj35b-ds{
border-radius:30px !important;
}

.phw-g-i-EWmeWb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-EWr2e4-ds{
border-radius:30px !important;
}

.phw-g-i-EX7tqR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EXC71W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EXE3W1-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EXdWKh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EXl7XM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EXqMMa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EXsu1l-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-EXvnBo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EYEWmp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EYI9dT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EYKCZR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-EYTVna-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EYXzZG-ds{
border-radius:30px !important;
}

.phw-g-i-EYkpEi-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-EYoYjb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EYx6XK-ds{
border-radius:30px !important;
}

.phw-g-i-EZ71pT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EZBXNU-ds{
display:none !important;
}

.phw-g-i-EZaB2P-ds{
border-radius:30px !important;
}

.phw-g-i-EZgNRG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EZi6E6-ds{
}

.phw-g-i-EZmcTe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EZwmiD-ds{
border-radius:30px !important;
}

.phw-g-i-Ea2DAD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ea2ypE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EaEdzz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-EaMffu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EaO705-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EaO9dm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EaWl35-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EarP1n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Eb8o6v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EbMqrK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-EbPPzm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EbihQP{
color:var(--black) !important;
}

.phw-g-i-EbkO3R{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-Ebo7xj-ds{
border-radius:30px !important;
}

.phw-g-i-Ebt0vt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EbwHGh{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--body-color) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
}

.phw-g-i-Ec8wZb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EcEk6C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EclXGP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ecp0AQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EczABb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EdBCPG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EdQ7zw-ds{
border-radius:47px !important;
}

.phw-g-i-EdUGhO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-EdceiL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Edg7rR-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Edin2g-ds{
border-radius:30px !important;
}

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

.phw-g-i-Ee8qoa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EeETgK-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Eegc8Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EeilZ5{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:229.594px !important;
height:240px !important;
}

.phw-g-i-EexVNk{
}

.phw-g-i-EfCNyB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EfNI6e-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-EfTdZ5-ds{
border-radius:30px !important;
}

.phw-g-i-EfbDaX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EgPKPQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EgSPnb-ds{
opacity:0.8 !important;
}

.phw-g-i-EgkQW9{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
}

.phw-g-i-Ego2ws-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-EgpB64-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EgsAmh-ds{
border-radius:30px !important;
}

.phw-g-i-Eh1yyY-ds{
border-radius:30px !important;
}

.phw-g-i-EhGFdJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EhGXGT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EhTg88-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EhrsUG-ds{
border-radius:30px !important;
}

.phw-g-i-Ei2f2d{
}

.phw-g-i-EiIWeL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EiL7up{
}

.phw-g-i-EiLZBN-ds{
border-radius:30px !important;
}

.phw-g-i-EioqRL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EitvpZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Eiv4VP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EiyQJx-ds{
}

.phw-g-i-EjDcQD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EjgqXA-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-EjmaXq-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-EjpVir-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EjqYiZ-ds{
border-radius:30px !important;
}

.phw-g-i-EjutmN-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-Ek35e6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ek35iv-ds{
border-radius:30px !important;
}

.phw-g-i-EkBrgp{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-EkE3T8-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-EkGD8O-ds{
border-radius:30px !important;
}

.phw-g-i-EkRj6F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-El3Tho-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-El7Pi5-ds{
}

.phw-g-i-ElAj7e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ElKLxg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ElPbau-ds{
border-radius:30px !important;
}

.phw-g-i-ElU6u7-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ElV8qK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Elyvh0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Em3o0J-ds{
}

.phw-g-i-EmF7QD{
color:rgb(255, 255, 255) !important;
font-family:TakeawaySans-Bold !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}

.phw-g-i-EmF7QD:hover{
border-width:0px !important;
border-color:transparent !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-EmF7QD:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-EmF7QD:focus{
border-color:var(--brand-color-primary) !important;
}

.phw-g-i-EmF7QD:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-EmF7QD.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-EmF7QD:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-EmL9Jn-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-EmSg8R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Emc0us-ds{
}

.phw-g-i-EmkWhy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Emn2uY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EmtDdD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EnFRz3-ds{
border-radius:30px !important;
}

.phw-g-i-EnXuBh-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-EnpdN4{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-Ensi83{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-Ensi83:hover{
box-shadow:var(--phw-custom-ba-hover-boxshadow) !important;
}

.phw-g-i-EnuD14-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EnzrRi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Eo3qcp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EoDzYx-ds{
border-radius:30px !important;
}

.phw-g-i-EoUgkr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EoY6lj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EoZuXs-ds{
display:none !important;
}

.phw-g-i-Eoczkc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-EosMsS{
width:auto !important;
}

.phw-g-i-EouM4j{
}

.phw-g-i-Ep0uvX{
background-color:var(--brand-color-primary) !important;
box-shadow:none !important;
}

.phw-g-i-Ep1vD2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EpClva-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EpENp9-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-EpFS9t-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-EpLI52-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EpfLVD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EpzHH8-ds{
}

.phw-g-i-Eq0qA8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Eq1OfO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Eq5nF3-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-EqLlLk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EqaLCh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Eqf8mu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EqgFr4-ds{
border-radius:30px !important;
}

.phw-g-i-EqnI9B{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-EqsutJ-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-Er3HcV{
color:var(--black) !important;
font-size:var(--body-font-size) !important;
line-height:1.5 !important;
}

.phw-g-i-Er4XMl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ErAa2Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ErfCfI-ds{
border-radius:30px !important;
}

.phw-g-i-ErnB5M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ErnqFf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Es6b4E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EsEnfo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EsRGKG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EsiXmC{
}

.phw-g-i-Esv83Q{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-EsxM5i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Et6duY{
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
}

.phw-g-i-Et8ikp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-EtDqsK{
}

.phw-g-i-EtEuyx-ds{
border-radius:30px !important;
}

.phw-g-i-EtM9JY-ds{
background-position:50% 50% !important;
}

.phw-g-i-EtMUCj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Etf6Iy-ds{
opacity:0.8 !important;
}

.phw-g-i-EtiOte-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-EtmAaW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Etokat-ds{
border-radius:30px !important;
}

.phw-g-i-Eu4VD2-ds{
background-size:100% 100% !important;
}

.phw-g-i-Eu4vzp{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-EuAhfz-ds{
border-radius:30px !important;
}

.phw-g-i-EuDLNU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Euap3t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EvLPaE-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-EvPNY3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EvbbHU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EvhsC4-ds{
}

.phw-g-i-Evjn8F-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EvoHO3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Evt7Zx-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Ew0Xwq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ew1J5e-ds{
border-radius:30px !important;
}

.phw-g-i-Ew1iln-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ew3vyQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Ew8mm8-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-EwEfQk{
width:320px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-EwLYPF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EwYCJC-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-EwjiGS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EwmvNr{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-EwqFZo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ex0Gw7-ds{
border-radius:30px !important;
}

.phw-g-i-Ex2p1m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ex9Ykg-ds{
border-radius:30px !important;
}

.phw-g-i-ExNmr6{
}

.phw-g-i-ExQUb9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Exddef-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ExhDZq-ds{
background-image:url("") !important;
}

.phw-g-i-ExicwN-ds{
border-radius:30px !important;
}

.phw-g-i-ExkUZh-ds{
border-style:none !important;
}

.phw-g-i-ExyVl5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ey0Urt-ds{
border-radius:30px !important;
}

.phw-g-i-EyBoJI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EyTYnn{
}

.phw-g-i-EyU3CY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EyUwxf{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-weight:normal !important;
padding-left:28px !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:28px !important;
min-height:60px !important;
padding-right:28px !important;
}

.phw-g-i-EyVyWS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-EyZCug-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Eya1VA{
background:none !important;
background-image:none !important;
}

.phw-g-i-EyltZb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-EyqZPZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EyuzEj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Ez7wXA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-EzI3vC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-EzK0Oh{
}

.phw-g-i-EzPL1V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ezc1ae{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738731519301.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-EzicwW-ds{
border-radius:30px !important;
}

.phw-g-i-EzmiVP-ds{
border-radius:30px !important;
}

.phw-g-i-EzoQQO-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-Ezr9ps-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Eztoba-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-F0528F{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--font-size-12) !important;
text-transform:none !important;
width:auto !important;
text-align:start !important;
}

.phw-g-i-F06NHZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F06v50-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F070hD{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-F0ALUt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-F0LrJt-ds{
border-radius:30px !important;
}

.phw-g-i-F0f6HK-ds{
border-radius:30px !important;
}

.phw-g-i-F0loUT{
border-width:0 !important;
border-color:transparent !important;
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--body-color) !important;
background-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
}

.phw-g-i-F0pfu2-ds{
border-radius:30px !important;
}

.phw-g-i-F1Huf5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-F1XCnM-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-F1wISZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F24mDt{
padding-inline-start:calc(var(--pu-space)*0) !important;
width:480px !important;
}

.phw-g-i-F2XWB2-ds{
border-radius:30px !important;
}

.phw-g-i-F2evrB{
border-width:0px !important;
border-color:transparent !important;
border-style:none !important;
color:var(--black) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-font-small) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
padding-left:0px !important;
padding-right:0px !important;
min-height:34px !important;
}

.phw-g-i-F2gHVk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-F2kKH4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-F2kalA-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-F2zoSO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F36wKv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-F3GYSa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F3TWGu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F3ddh0-ds{
}

.phw-g-i-F3f4oL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-F3kfY9-ds{
}

.phw-g-i-F3oN50-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F488Nz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-F4Ftcn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F4MFKa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F4PYzX-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-F4XAqu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F4e1ry-ds{
}

.phw-g-i-F4iVS3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-F55wMy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F59OiH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-F5DkwI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F5dYCz-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-F5fg87-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F5kCLm{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:229.594px !important;
height:240px !important;
}

.phw-g-i-F5rc9a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-F69k50-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-F6DGTC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-F6KpJ0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F6apKY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F6loUc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-F6oGr0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-F6pWuQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-F6u1Og-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F6vwd7{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-F6wSdH-ds{
}

.phw-g-i-F6yNVH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-F7GD5M-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-F7I2N1{
}

.phw-g-i-F7RZ3N{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image3-1739262908274.png) !important;
background-color:none !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-F7gQmq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F7hYdU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F7igKW-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-F7sG5k-ds{
opacity:0.8 !important;
}

.phw-g-i-F7ulOV-ds{
border-radius:30px !important;
}

.phw-g-i-F7y5h0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-F8E66x-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-F8ULbs{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-F8eko5-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-F8gtHi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-F8kLnW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-F8mMgg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-F91zu8{
}

.phw-g-i-NgG91U:hover .phw-g-i-F91zu8{
background-color:transparent !important;
}

.phw-g-i-F93XZh-ds{
}

.phw-g-i-F9ENbO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-F9MLHn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-F9OGl4-ds{
border-radius:30px !important;
}

.phw-g-i-F9eBMZ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-F9gRgt-ds{
background-image:url("") !important;
}

.phw-g-i-FA5D7b-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FACRQd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FAXhvQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-FArhPX{
}
.phw-g-i-FArhPX img{
}

.phw-g-i-FB3Pep-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-FB7jT7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FB9DqV-ds{
border-radius:30px !important;
}

.phw-g-i-FBBcHM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FBDgIp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FBgOpw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FBs9NR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-FBxx37{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-FC8IE7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FCIi2J{
font-family:var(--cms-g-jetsansregular) !important;
text-decoration:underline !important;
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-FCJ6JD-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-FCJ884{
background:none !important;
background-image:none !important;
color:var(--black) !important;
border:none !important;
}

.phw-g-i-FCKs8n{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-FCMTyn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FCOlBG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FCVrzM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FCk5AA-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-FCkgae-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FCpjpM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FCse2I-ds{
border-radius:30px !important;
}

.phw-g-i-FD9vbO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FDGtqh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-FDLC5E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FDUVPy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FDXNia-ds{
border-radius:30px !important;
}

.phw-g-i-FDqmZR{
}

.phw-g-i-FDrBcA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FDvsD2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FE578H{
}
.phw-g-i-FE578H img{
object-fit:cover  !important;
}

.phw-g-i-FE6nDk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FEEO2k-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-FEN9Ro{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-FEXIGu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FEXkEN-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-FEbDJH-ds{
}

.phw-g-i-FF0fBC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FF23Em-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FF4GrR-ds{
border-radius:30px !important;
}

.phw-g-i-FF4gCo-ds{
}

.phw-g-i-FFDDff-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FFJpow-ds{
}

.phw-g-i-FFKxnH-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-FFLhas{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
text-decoration:none !important;
}

.phw-g-i-FFYnbz-ds{
border-radius:30px !important;
}

.phw-g-i-FFdjld-ds{
border-radius:30px !important;
}

.phw-g-i-FG9JdH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-FGIZVm{
}
#_PCM .phw-g-i-FGIZVm img{
object-fit:cover  !important;
}

.phw-g-i-FGLnUA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FGX6Un-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FGYIJz-ds{
border-radius:30px !important;
}

.phw-g-i-FGda07-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FGjkeD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-FGu5et-ds{
border-radius:30px !important;
}

.phw-g-i-FH4phB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FH6znR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-FH9hyv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FHBOIg-ds{
border-radius:30px !important;
}

.phw-g-i-FHPA0n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FHW5I6-ds{
}

.phw-g-i-FHX5K9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FHfKG6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FHlrj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FHmhvN-ds{
border-radius:9px !important;
}

.phw-g-i-FHnpWs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FHxawe-ds{
border-radius:30px !important;
}

.phw-g-i-FI0QBw{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FI1pTV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FI5iSP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FINXw6{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-FIX8HG{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
width:auto !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-FIX8HG:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
}

.phw-g-i-FIX8HG:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-FIX8HG:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-FIX8HG:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-FIX8HG.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-FIX8HG:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-FIYaDg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FIsbNd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FIsig1-ds{
border-radius:30px !important;
}

.phw-g-i-FIvy4L-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-FIydZL-ds{
}

.phw-g-i-FJ7Tv4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FJGZ0p-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-FJIQZr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FJdBYe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FK2tPO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FK6HoK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FK6guZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FK7Cev{
}

.phw-g-i-FK7mae-ds{
border-radius:30px !important;
}

.phw-g-i-FKBQii-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FKGcvP{
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-FKLJmK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FKMlCN{
}

.phw-g-i-FKOn63-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FKaG6m-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-FKcL3q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FKf0YV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FKl84A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FKp9HF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FKvDia-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FKvPsk-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FLMR9H-ds{
}

.phw-g-i-FLSBUP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FLZTlF{
}

.phw-g-i-FLi6iG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FLve0Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FLw15r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FM1gSO-ds{
border-radius:30px !important;
}

.phw-g-i-FM8DRn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-FMJyLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FMPGze-ds{
}

.phw-g-i-FMPrWn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FMiqXS-ds{
border-radius:30px !important;
}

.phw-g-i-FMtkV7{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
font-size:var(--phw-g-hero-title-font-size) !important;
line-height:1.1 !important;
}

.phw-g-i-FN9Jv5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FNRWHQ-ds{
border-radius:30px !important;
}

.phw-g-i-FNeAZw-ds{
border-radius:30px !important;
}

.phw-g-i-FO2STp-ds{
}

.phw-g-i-FO3wwj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FOBTjC-ds{
border-radius:17px !important;
}

.phw-g-i-FOIZ6k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FOIn6C-ds{
border-radius:30px !important;
}

.phw-g-i-FOJCYn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FOTDem-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FOY12X-ds{
color:#00adee !important;
}

.phw-g-i-FP7OzR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FPVAcn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FPVi4J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FPcFcK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FPek0S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FPg9Di-ds{
border-radius:30px !important;
}

.phw-g-i-FPqsve-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-FQ04RI-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FQB6wX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FQOIVs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FQQt9u-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-FQS66T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FQZyna-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FQgxDa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FQnWl0-ds{
}

.phw-g-i-FRKR22-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FRaW6W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FRdoCK{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-FRixRJ{
text-align:justify !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-FRttnF-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-FSF0j6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FSLXMH-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-FSPBC2{
}
.phw-g-i-FSPBC2 img{
}

.phw-g-i-FSZAvc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FSZQ8N-ds{
border-radius:30px !important;
}

.phw-g-i-FSo8ga{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-FT70Qt{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
aspect-ratio:16/9 !important;
object-fit:cover !important;
}

.phw-g-i-FTKBTB{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-FTUbCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FTXFOo-ds{
}

.phw-g-i-FTYOuI-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-FTfZmv-ds{
border-radius:30px !important;
}

.phw-g-i-FTiFa4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FTk47y-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-FTosUu-ds{
}

.phw-g-i-FTw004-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-FU24O5-ds{
}

.phw-g-i-FU3fAn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FU44Za-ds{
border-radius:30px !important;
}

.phw-g-i-FU7yUN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FU8JBe{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-FUKFuj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FUNIop-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FUYSyk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FUejzZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FUhdE4-ds{
border-radius:30px !important;
}

.phw-g-i-FUzlXo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FVGaN9-ds{
border-radius:30px !important;
}

.phw-g-i-FVQrhB{
}

.phw-g-i-FVYUg8-ds{
border-radius:30px !important;
}

.phw-g-i-FVZMrk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FVa4Zm-ds{
border-radius:30px !important;
}

.phw-g-i-FVe2Aq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FVkBOV-ds{
border-radius:30px !important;
}

.phw-g-i-FVlhUi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-FVoOFh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FVqIkW{
background:none !important;
background-image:none !important;
color:var(--black) !important;
border:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-FVqIkW:focus{
color:var(--black) !important;
}

.phw-g-i-FWHfyR-ds{
border-radius:30px !important;
}

.phw-g-i-FWVfoz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FWrpAe-ds{
border-radius:30px !important;
}

.phw-g-i-FWtm7Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FWyazo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FXQIbr-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-FXVXCu-ds{
border-radius:30px !important;
}

.phw-g-i-FXbIZs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FXekpk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FXhVXd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FXvz8O-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FY4nMO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FY9TfJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FYOsSO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FYs6WG-ds{
border-radius:30px !important;
}

.phw-g-i-FZQBvb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FZSzZg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FZXIZs-ds{
border-radius:30px !important;
}

.phw-g-i-FZZ1NC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FZbMR5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-FZhTX1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-FZiUPi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FZooYw-ds{
border-radius:30px !important;
}

.phw-g-i-FZtndn-ds{
border-radius:30px !important;
}

.phw-g-i-FaFHgI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FaOBDJ-ds{
border-radius:30px !important;
}

.phw-g-i-FaQ9QO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FaRgDj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FaUC1V-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-FaePaq-ds{
border-radius:30px !important;
}

.phw-g-i-Faj7Wv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Fan2j3-ds{
border-radius:30px !important;
}

.phw-g-i-FaoqBX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FauZJD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fayjo6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FbPjSN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FbWzFx{
text-transform:none !important;
color:var(--black) !important;
width:1000px !important;
font-size:var(--font-size-11) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-FbhnVf{
}

.phw-g-i-FbimYh{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-Fbqtbr-ds{
border-radius:30px !important;
}

.phw-g-i-FcMCkM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FcSzEb-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Fcb2fZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fcs2E0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Fd6cem-ds{
}

.phw-g-i-Fdee4h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FdjrPm-ds{
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Fdq6KO-ds{
border-radius:30px !important;
}

.phw-g-i-Fe8nyD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FeEMxl-ds{
border-radius:29px !important;
}

.phw-g-i-FeG9UT-ds{
border-radius:30px !important;
}

.phw-g-i-FeIySg{
min-height:38px !important;
color:var(--white) !important;
border-style:none !important;
}

.phw-g-i-FeKIxx-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Fegaol-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ff8BGo-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-FfFnuQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FfGBhL{
}

.phw-g-i-FfIIVm-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FfllP7-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ffm70Z-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FgD9lq-ds{
border-radius:30px !important;
}

.phw-g-i-FgFvBo-ds{
border-radius:30px !important;
}

.phw-g-i-FgP7Wa-ds{
}

.phw-g-i-FglRsV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-FgzgSP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fgzq9z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Fh3Uw8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Fh6tfk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FhGU8q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FhLihx-ds{
border-radius:30px !important;
}

.phw-g-i-FhQMx0{
}

.phw-g-i-FhST46-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-FhTI5i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FhVDY1-ds{
border-radius:30px !important;
}

.phw-g-i-FhVlMf-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-FhYqwf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Fhgy3x-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Fhr6c6{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-FhthKG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FhtqTk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FiO1Dc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FiO5Cp{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-FiSO9C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fiandy-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-FilN7T-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-FivFAJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FivSak-ds{
border-radius:30px !important;
}

.phw-g-i-Fj3iGv-ds{
border-radius:30px !important;
}

.phw-g-i-FjDXxD{
border-width:1px !important;
border-color:var(--stroke-gray-darkar) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
color:var(--white) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-FjI7N9-ds{
border-radius:30px !important;
}

.phw-g-i-FjM7q8-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-FjV1yL-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-Fjdbq8-ds{
border-radius:30px !important;
}

.phw-g-i-Fjwebe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Fk2dN0-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Fk3JLJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-FkObua-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FkPjOj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FkQuIj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FkUGwE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FkY9Xq-ds{
border-radius:30px !important;
}

.phw-g-i-FkdVmh-ds{
border-radius:30px !important;
}

.phw-g-i-FknJrN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FkzOnP-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Fl5LW6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FlA5Lt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FlJ7Hm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-FlPHUb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FlXEfM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FlxLBA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Flza2Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FmrSUA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FmtNh1{
}

.phw-g-i-Fmxhzm-ds{
background-image:url("") !important;
}

.phw-g-i-Fn46zo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fn5iKg-ds{
border-radius:30px !important;
}

.phw-g-i-FnE9VA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FnOFeo{
}
.phw-g-i-FnOFeo img{
object-fit:cover !important;
}

.phw-g-i-FnPigF{
}

.phw-g-i-FnTY51-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-FnZz97-ds{
}

.phw-g-i-Fnel2M-ds{
border-radius:30px !important;
}

.phw-g-i-FnglkI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fnhs1l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fnicss{
color:var(--black) !important;
}

.phw-g-i-FnnU0k{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-Fnub8a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FnvNKN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fnxg6a-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-FoBJOV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FoLqik-ds{
border-radius:30px !important;
}

.phw-g-i-FoSQom-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FoTqRN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Foe4Y1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FojfOc-ds{
opacity:0.8 !important;
}

.phw-g-i-FovT4h-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Fp2GTX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fp8e1M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FpDJzT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FpGQl8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-FpLXEP-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-FpQ9oY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-FpTGdo-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-FpUIK7-ds{
border-radius:30px !important;
}

.phw-g-i-Fpbt3q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fph8hy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FpmCRp-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-FpoYnV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FqQXl6-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FqaPcz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FqjfPv-ds{
border-radius:30px !important;
}

.phw-g-i-FqjjP7-ds{
border-radius:30px !important;
}

.phw-g-i-Fqnjn6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FrDbaS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FrF8mH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FrI0yL-ds{
}

.phw-g-i-FrJcr7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FrihsF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Fs3RrB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fs8NLC{
font-size:var(--body-font-size) !important;
color:var(--black) !important;
text-align:start !important;
line-height:1.4 !important;
}

.phw-g-i-FsF0zm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FsFNSE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FsFjou-ds{
}

.phw-g-i-FsHzAA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FsJpld-ds{
border-radius:30px !important;
}

.phw-g-i-FsblQw-ds{
border-radius:30px !important;
}

.phw-g-i-Fszato-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ft2MO9{
}
.phw-g-i-Ft2MO9 img{
object-fit:cover !important;
}

.phw-g-i-Ft3oJC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ft4TWD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FtJbaK-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-FtPbBs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FtS4FU-ds{
border-radius:30px !important;
}

.phw-g-i-FtycF3{
}

.phw-g-i-Fu4cfe:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
min-height:42px !important;
}

.phw-g-i-Fu4cfe{
}

.phw-g-i-Fu8gkT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FuHsx8-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-FuRPaj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FuSzCO-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-FuTljm-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Fuo44Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FuvuOw-ds{
}

.phw-g-i-FuwQ2g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FvBilX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FvDE1y-ds{
display:none !important;
}

.phw-g-i-FvI8OP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FvPabU{
}

.phw-g-i-FvSJ10-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FvVgLW{
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-FvWmj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FvYKyA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FvamL9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Fvs8x0-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Fw5cc5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Fw8JiT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FwD93u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FwIdkJ-ds{
}

.phw-g-i-FwMeu2-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-FwNGVg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FwZdWm-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Fwk3mW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Fwse4C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-FxG3gi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FxWKrt-ds{
}

.phw-g-i-FxWNRe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-FxWURp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FxyjnW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Fy13fe-ds{
border-radius:30px !important;
}

.phw-g-i-FyFLpg{
aspect-ratio:16/9 !important;
object-fit:cover !important;
}

.phw-g-i-FyH20h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FyIJBS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FyOiYT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FyaMPC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Fyn4Zr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Fz9VMH{
fill:var(--icon-dark) !important;
}

.phw-g-i-FzLlR5{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
font-size:40px !important;
line-height:56 !important;
height:999px !important;
}

.phw-g-i-FzURW9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-FzY9ef-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-FzyJvp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-G06r9q-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-G08c8B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G0K171-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G0Z102{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-G0rEqq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G1azip-ds{
border-radius:30px !important;
}

.phw-g-i-G1ok7i{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-G20ANZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-G24w2p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G2RxWw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-G2ZsLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G2ffu4-ds{
border-radius:47px !important;
}

.phw-g-i-G2yQ5c{
color:var(--white) !important;
}

.phw-g-i-G30j1E-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-G33KLy-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-G38Ygp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-G3HBsq{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-G3I3Ol-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-G3Ibak-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-G3W30T{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-G3XEGf-ds{
border-radius:30px !important;
}

.phw-g-i-G3YjNs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G3tdEz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-G3vuGe{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
}

.phw-g-i-G4JBED-ds{
border-radius:30px !important;
}

.phw-g-i-G4RWSj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-G4mCzM-ds{
display:none !important;
}

.phw-g-i-G4qTlY{
border:none !important;
}

.phw-g-i-G4qTlY:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-G4w9aE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-G58bP9-ds{
}

.phw-g-i-G5Xpj9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G5mvDf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-G60Ov6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G62Hpr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-G6BZnr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-G6COzH-ds{
border-radius:30px !important;
}

.phw-g-i-G6HpQ0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G6J8nJ{
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}

.phw-g-i-G6JRIO-ds{
border-radius:30px !important;
}

.phw-g-i-G6K3Cp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G6KcSK-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-G6MD5w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G6ObsT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-G6T9Bh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-G6bU36-ds{
border-radius:30px !important;
}

.phw-g-i-G6uJgy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G6wQaB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-G72Ok0-ds{
text-align:left !important;
}

.phw-g-i-G73g9M-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-G76boZ-ds{
border-radius:30px !important;
}

.phw-g-i-G7M4JE-ds{
border-radius:30px !important;
}

.phw-g-i-G7OlbM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G7P3YM-ds{
}

.phw-g-i-G7cbur-ds{
border-radius:30px !important;
}

.phw-g-i-G7hs5A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-G80e5Q-ds{
border-radius:30px !important;
}

.phw-g-i-G82OER-ds{
border-radius:30px !important;
}

.phw-g-i-G8hV7z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-G8lltd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-G8ln9s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G8tMM9-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-G91a3l-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-G938Ri-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G9635i-ds{
border-radius:30px !important;
}

.phw-g-i-G9Bn4J-ds{
border-radius:30px !important;
}

.phw-g-i-G9EuMN-ds{
border-radius:30px !important;
}

.phw-g-i-G9Fpe3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-G9OTUe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-G9YZ9Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G9Yqrz-ds{
border-radius:30px !important;
}

.phw-g-i-G9hPOd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-G9nuGE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-G9u3yu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GA7cXB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GA8FMD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GAKM2b-ds{
border-radius:30px !important;
}

.phw-g-i-GAR7Yk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GAmTbV-ds{
border-radius:30px !important;
}

.phw-g-i-GBbH4q-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GC9hn4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GCDbaw-ds{
border-radius:30px !important;
}

.phw-g-i-GChiTg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GCl8AH-ds{
}

.phw-g-i-GCpgl1-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-GCq5Cx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GCwyfI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GCxDzW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GCxvfD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GD3bon-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GD50l7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-GDEGzg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GDFFM7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GDLZHo{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:598px !important;
}

.phw-g-i-GDWHQJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GDZejR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GDpigt{
}

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

.phw-g-i-GE80Q2-ds{
}

.phw-g-i-GEAmdV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GED8EK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GEUoyG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GEXmiC-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GEaZRH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GEir2f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GF6xRx-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-GFGEUP{
max-width:250px !important;
max-height:55px !important;
}

.phw-g-i-GFPkmN-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GFf9C0-ds{
border-radius:30px !important;
}

.phw-g-i-GFkqdP-ds{
border-radius:30px !important;
}

.phw-g-i-GFkrMV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GFzOwC-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-GG0Png-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GG0lh1{
border-top-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-color:transparent !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-GG0lh1 img{
object-fit:cover !important;
}

.phw-g-i-GGEISC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GGSFN7{
font-size:var(--phw-g-input-label-text-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}

.phw-g-i-GGX16i-ds{
}

.phw-g-i-GGYyhx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GGZDfO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GGl4IF-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-GHm6ZR{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-GI2VCg-ds{
border-radius:30px !important;
}

.phw-g-i-GI61xF{
color:var(--black) !important;
font-size:var(--phw-g-hero-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-GIE2DM-ds{
border-radius:30px !important;
}

.phw-g-i-GIh4mD-ds{
border-radius:30px !important;
}

.phw-g-i-GIjbyJ-ds{
border-radius:30px !important;
}

.phw-g-i-GJ05O7-ds{
border-radius:30px !important;
}

.phw-g-i-GJ6XdP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GJUudi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GJhdMo-ds{
border-radius:30px !important;
}

.phw-g-i-GJl25X{
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-GJl25X{
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}

.phw-g-i-GJyIkL-ds{
opacity:0.8 !important;
}

.phw-g-i-GKB11w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GKBRSp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GKQWxS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GKrLsn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GKvD3E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GKxOi3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GKzP3N-ds{
border-radius:30px !important;
}

.phw-g-i-GL5O6N-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-GLK8DR{
color:var(--black) !important;
text-align:start !important;
}

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

.phw-g-i-GLXdAM{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-GLnh0k-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-GLyrB6-ds{
}

.phw-g-i-GMiQGr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GMijgE-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GMphUt-ds{
border-radius:30px !important;
}

.phw-g-i-GNHmPW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GNPcFf-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-GNQu8Z-ds{
pointer-events:visible !important;
}

.phw-g-i-GNa68G-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GNds0t-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-GNnvub-ds{
border-radius:30px !important;
}

.phw-g-i-GNqLeX-ds{
border-radius:30px !important;
}

.phw-g-i-GNsVeM-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-GNutCq{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-GO15vE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GO8KLq-ds{
border-radius:30px !important;
}

.phw-g-i-GOBOES-ds{
border-radius:30px !important;
}

.phw-g-i-GOIVuH-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-GOONCg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GOZ1C2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-GOlir6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GOuZjn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GOwp8p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GP2Iat-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GPD4r5-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
background-position:50% 0% !important;
}

.phw-g-i-GPGucD-ds{
}

.phw-g-i-GPM04y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GPPlmY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GPZXuz{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-GQ6sK3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GQ7PFg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GQ8nYf{
}

.phw-g-i-GQCLPP-ds{
border-radius:30px !important;
}

.phw-g-i-GQF5e6-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-GQFo0o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GQLWqn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GQOsaU-ds{
border-radius:30px !important;
}

.phw-g-i-GQQXhR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GQaUzV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GQwhJs-ds{
border-radius:30px !important;
}

.phw-g-i-GR4lvc{
color:var(--black) !important;
}

.phw-g-i-GRCEaq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GRUV65-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GRVInc-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-GRWrsT-ds{
border-radius:30px !important;
}

.phw-g-i-GRZnSK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GRvKJe-ds{
border-radius:30px !important;
}

.phw-g-i-GS6qlL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GSIbZP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GSU3wY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GSdI7m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GShvgv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GSphUJ-ds{
}

.phw-g-i-GSq89J-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-GSwwbE-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GTM5tk-ds{
cursor:pointer !important;
}

.phw-g-i-GTOLpQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GTfyBR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GTi09f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GU7VwM{
}

.phw-g-i-GUGZHK-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GV42DP{
}

.phw-g-i-GV88Ur-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GV911c{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-operationslogistics-1740640621069.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-GVE5TQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GVdbuy-ds{
border-radius:30px !important;
}

.phw-g-i-GVkCYV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GVooML-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GVu9f2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GWElhX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GWFs3S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GWGQ1R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GWOFGg-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-GWOGuU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GWORWZ{
}

.phw-g-i-GWWYPy-ds{
border-radius:30px !important;
}

.phw-g-i-GWlBS0-ds{
border-radius:30px !important;
}

.phw-g-i-GWmnqz{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
}

.phw-g-i-GWrXPm-ds{
display:none !important;
}

.phw-g-i-GWt6qt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GWuszx-ds{
border-radius:30px !important;
}

.phw-g-i-GWxPhU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GX7gfW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GXCbWD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GXG8Ny{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-GXVA39-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GXZqtx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GXl94i-ds{
border-radius:30px !important;
}

.phw-g-i-GXn1iC{
}

.phw-g-i-GXnx39{
}

.phw-g-i-GXunT0-ds{
}

.phw-g-i-GY870T-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GYKRQu-ds{
border-radius:30px !important;
}

.phw-g-i-GYRHjH{
border-width:2px !important;
border-color:var(--phw-custom-border-colorsb8b8b8) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*10) !important;
border-top-right-radius:calc(var(--border-radius-base)*10) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*10) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*10) !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--body-font-size) !important;
padding-left:58px !important;
padding-right:58px !important;
line-height:1.5 !important;
max-height:none !important;
max-width:none !important;
min-height:auto !important;
min-width:0px !important;
}

.phw-g-i-GYRHjH:hover{
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*10) !important;
border-top-right-radius:calc(var(--border-radius-base)*10) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*10) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*10) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--body-font-size) !important;
padding-left:58px !important;
padding-right:58px !important;
line-height:1.5 !important;
max-height:none !important;
max-width:none !important;
min-height:auto !important;
min-width:0px !important;
}

.phw-g-i-GYU9Lf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GYfPQZ-ds{
border-radius:30px !important;
}

.phw-g-i-GZ4fgG-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GZBK8D{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
}

.phw-g-i-GZO1ZR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GZQtQT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GZZVDV-ds{
border-radius:30px !important;
}

.phw-g-i-GZeZFb-ds{
border-radius:30px !important;
}

.phw-g-i-GZeyOc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GZhFAU-ds{
border-radius:30px !important;
}

.phw-g-i-GZuwk7{
}

.phw-g-i-GZzZjw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GaCqL1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GaEhoH{
border-style:none !important;
color:var(--white) !important;
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
padding-left:0px !important;
padding-right:0px !important;
}

.phw-g-i-GaGP3i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GaSywB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GaT4kj-ds{
}

.phw-g-i-GarYq6-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-GatMsq-ds{
border-radius:30px !important;
}

.phw-g-i-Gatzgj-ds{
border-radius:30px !important;
}

.phw-g-i-Gb0R5j{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-Gb2OTj-ds{
border-radius:30px !important;
}

.phw-g-i-GbDRv2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GbDWvf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GbP4Ug-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GbPg4e-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-GbSdmn{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-Gc1K7k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-Gc78EJ{
}

.phw-g-i-GcHZ2A{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-GcHZ2A:focus{
border-width:0px !important;
border-color:transparent !important;
border-style:none !important;
}

.phw-g-i-GcHy0Y-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-GdOOGY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gdov6R-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ge5V8n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GeIAc9-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GeQVKq-ds{
border-radius:30px !important;
}

.phw-g-i-GeTdir-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GeUwbI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GeWh4M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GeXFIB-ds{
}

.phw-g-i-GetEiG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GetyDE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Gf3FD5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GfIwJ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GfTjam-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GfWnrT-ds{
border-radius:30px !important;
}

.phw-g-i-Gfa83A-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Gfdhk4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GfqLQD-ds{
border-radius:30px !important;
}

.phw-g-i-Gg3QD0-ds{
border-radius:30px !important;
}

.phw-g-i-Gg9KMQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GgCug3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GgPYq0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GgTOwW-ds{
}

.phw-g-i-GgWpfI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GggjLJ-ds{
border-radius:30px !important;
}

.phw-g-i-GgqDMT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GgrqaV{
}

.phw-g-i-Ggw8lJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GgxzDV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gh3GAL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GhEoBG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GhEyMI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GhF9yS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GhXa1I{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
}

.phw-g-i-GhXoV4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GhYtpG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ghggb6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ghiq62-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GhivBw{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:56px !important;
}

.phw-g-i-GhsMYo{
}

.phw-g-i-GhsuTi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GiAoK9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GiDFNN-ds{
border-radius:30px !important;
}

.phw-g-i-GiDm4b-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GiGfWx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GiTFcr-ds{
}

.phw-g-i-GiV68p-ds{
background-size:100% 100% !important;
}

.phw-g-i-GiX3Vk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GiXTBc{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--font-size-12) !important;
width:480px !important;
text-align:center !important;
}

.phw-g-i-GiYnsk{
}

.phw-g-i-GicMNl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Gj2ABa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gj8wmT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GjcpXV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gjl2Ma{
border-bottom-left-radius:30px !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:var(--font-size-8) !important;
border-top-left-radius:30px !important;
min-height:48px !important;
line-height:24px !important;
border-top-right-radius:30px !important;
border-bottom-right-radius:30px !important;
padding-right:38px !important;
}

.phw-g-i-Gjl2Ma:hover{
color:var(--brand-color-primary) !important;
}

.phw-g-i-Gjl2Ma:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-Gjl2Ma:focus{
background-color:var(--brand-color-primary) !important;
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-Gjl2Ma:active{
background-color:var(--white) !important;
border-color:var(--brand-color-primary) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-Gjl2Ma.disabled{
background-color:var(--disabled-color) !important;
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-Gjl2Ma:disabled{
background-color:var(--disabled-color) !important;
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-Gjnf0p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GjuMpx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Gjxw6X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gk1APZ{
padding-inline-end:calc(var(--pu-space)*5) !important;
padding-inline-start:calc(var(--pu-space)*5) !important;
}

.phw-g-i-Gk6yhC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GkDcby-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-GkUYTC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gknp4m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Gknzbi{
color:var(--white) !important;
border-style:none !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-Gl4owk{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-GlIaH9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GlKQ8Z-ds{
border-radius:30px !important;
}

.phw-g-i-GlXlH4{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-GlfF4e-ds{
}

.phw-g-i-GlmuIA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Gm3vWn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gm9oWE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GmBA8r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GmKK9G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GmL1n0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GmbVi2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GmiUHe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-Gn9mNz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GnHKXz{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
line-height:32px !important;
}

.phw-g-i-GnNUoB-ds{
border-radius:31px !important;
}

.phw-g-i-GnVYtA{
}

.phw-g-i-GnoO6v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-GntqCu{
height:24px !important;
width:24px !important;
}

.phw-g-i-Go0zK8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Go2N7b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Go6ZwV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Go82aX{
}

.phw-g-i-Go9vqo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GoEPAY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GoFmU8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GoNQJn-ds{
border-radius:30px !important;
}

.phw-g-i-GoOdKl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GoRWyk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GoYfPq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GojZBN-ds{
}

.phw-g-i-GopLQt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Gov1MI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GovgSP-ds{
background-image:url("") !important;
}

.phw-g-i-GpIaxL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GpMw4x-ds{
border-radius:30px !important;
}

.phw-g-i-GpZydJ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-GpgRTV-ds{
border-radius:30px !important;
}

.phw-g-i-Gpljr6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GpqnWR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gq05uO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gq0nRJ-ds{
border-radius:30px !important;
}

.phw-g-i-Gq32oz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GqQWda-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GqWvX2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GqciFH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gr7bl8-ds{
border-radius:29px !important;
}

.phw-g-i-Gr8vzB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GrIDOS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GrrRm7{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:32px !important;
color:var(--black) !important;
}

.phw-g-i-Gs9Mol-ds{
}

.phw-g-i-GsTXuR-ds{
}

.phw-g-i-GsWAUa-ds{
border-radius:30px !important;
}

.phw-g-i-GsYPWr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GsdAKI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GsgWzU{
color:var(--white) !important;
}

.phw-g-i-GtCdKZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GtVzlA-ds{
border-radius:30px !important;
}

.phw-g-i-GtgOlE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Gthmev-ds{
border-radius:30px !important;
}

.phw-g-i-Gtl98m-ds{
color:#00adee !important;
}

.phw-g-i-GuHQ2O{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:229.594px !important;
height:240px !important;
}

.phw-g-i-GuJmJA{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-GuR7Gh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GuWbDM-ds{
border-radius:30px !important;
}

.phw-g-i-GueQCc-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-GujzKW-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-GulyO5-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-GunJHF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Guusav-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gv6YV8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GvGDrn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GvJmQL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GvKwMh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Gvd5WG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GvjfOL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gw0VH6-ds{
border-radius:30px !important;
}

.phw-g-i-Gw1Xss-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Gw3eji{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-Gw3upi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gw9bSw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GwOK14-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GwPWan{
}

.phw-g-i-Gwbg1M-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-GwoBEv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GwpacJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Gx2KjD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Gx2bex-ds{
}

.phw-g-i-GxDqto{
color:var(--black) !important;
}

.phw-g-i-GxTrbR{
}

.phw-g-i-Gxy0o5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Gy4VIQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Gy9bkt-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-GyJxai-ds{
border-radius:30px !important;
}

.phw-g-i-GyPmgP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-GyQFVL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-GyW5Cr{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-Gydocc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GyeRlp-ds{
border-radius:30px !important;
}

.phw-g-i-Gz0qWv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-GzD5EQ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-GzDsrZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-GzQCea-ds{
border-radius:30px !important;
}

.phw-g-i-GzWtX2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-GzXZmo-ds{
width:100% !important;
}

.phw-g-i-Gznfkp{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-H01EV5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-H01QIf-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-H04B6x-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-H0GxZM-ds{
border-radius:30px !important;
}

.phw-g-i-H0HFuA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H0NPf9-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-H0QGgD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-H0SGoJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-H0U62q{
color:var(--white) !important;
border-width:0px !important;
}

.phw-g-i-H0UAFc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H0XMAt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H0hi1d-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-H0vQ61{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-H0x7Wg-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H16CDa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H19BIQ-ds{
border-radius:30px !important;
}

.phw-g-i-H1Ozjk-ds{
}

.phw-g-i-H1YepZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H1Z94C{
border-bottom-left-radius:30px !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:var(--font-size-8) !important;
border-top-left-radius:30px !important;
min-height:48px !important;
line-height:24px !important;
border-top-right-radius:30px !important;
border-bottom-right-radius:30px !important;
padding-right:38px !important;
}

.phw-g-i-H1Z94C:hover{
color:var(--brand-color-primary) !important;
}

.phw-g-i-H1Z94C:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-H1Z94C:focus{
background-color:var(--brand-color-primary) !important;
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-H1Z94C:active{
background-color:var(--white) !important;
border-color:var(--brand-color-primary) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-H1Z94C.disabled{
background-color:var(--disabled-color) !important;
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-H1Z94C:disabled{
background-color:var(--disabled-color) !important;
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-H1ibDN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-H1ift1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-H1jvHH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H1mfjz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-H1tZTJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H1tllR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-H1vB7t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H28kw7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H2EVjY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H2I7Wt-ds{
border-radius:20px !important;
}

.phw-g-i-H2NNRK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H2P6dy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H2Q7BM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-H2QEvM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H2QqNN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H2ck5H-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H2dmyL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H2gvr8{
}
.phw-g-i-H2gvr8 img{
object-fit:cover  !important;
}

.phw-g-i-H2uaKR-ds{
}

.phw-g-i-H2xwvu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-H33bT8-ds{
border-radius:30px !important;
}

.phw-g-i-H3TETT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H3Vp52-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H3sg8Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H4BtmV-ds{
border-style:none !important;
}

.phw-g-i-H4HHfb-ds{
}

.phw-g-i-H4Hot6-ds{
border-radius:30px !important;
}

.phw-g-i-H4Z1Sn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H4dUrF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-H551QR{
height:72px !important;
width:72px !important;
object-fit:cover !important;
aspect-ratio:1/1 !important;
}

.phw-g-i-H55q5O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H5EBtM{
}

.phw-g-i-H5NXUf-ds{
border-radius:30px !important;
}

.phw-g-i-H5WYNI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H5h88F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H5h9pH{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-H5lsj9-ds{
border-radius:30px !important;
}

.phw-g-i-H5rAN2-ds{
border-radius:30px !important;
}

.phw-g-i-H5tINy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H6AZEK-ds{
}

.phw-g-i-H6Vi1W{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-H6W1DY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-H6lKB9-ds{
border-radius:30px !important;
}

.phw-g-i-H70PWj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H7WdJd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H7ZrJy{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-H7c7RU-ds{
border-radius:30px !important;
}

.phw-g-i-H7mx3q-ds{
border-radius:30px !important;
}

.phw-g-i-H7vEyp-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-H7xtWG-ds{
border-radius:30px !important;
}

.phw-g-i-H8FaVs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H8HSll-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H8HVhw-ds{
text-align:left !important;
}

.phw-g-i-H8IMeX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H8S6cX{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
}

.phw-g-i-H8bjW9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-H8gJyq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H8kxpc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H8oerV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H8qf6G-ds{
border-radius:30px !important;
}

.phw-g-i-H90FVe-ds{
border-radius:30px !important;
}

.phw-g-i-H96C4Z-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-H9YzIc-ds{
border-radius:30px !important;
}

.phw-g-i-H9bBXa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H9ebjL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-H9iqS5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-H9t1j4-ds{
border-radius:30px !important;
}

.phw-g-i-HA1Teo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HA60Cd{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-decoration:overline !important;
text-transform:lowercase !important;
border-color:var(--custom-border-color-1Buie-border) !important;
}

.phw-g-i-HAGL2x-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-HAQQBO{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
text-transform:none !important;
text-align:start !important;
width:1050px !important;
}

.phw-g-i-HAQwrV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HAXajQ-ds{
border-radius:30px !important;
}

.phw-g-i-HAaKsm-ds{
border-radius:31px !important;
}

.phw-g-i-HAcZMf-ds{
}

.phw-g-i-HAf6om-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HAgdOr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HAsyHr{
color:rgb(255, 128, 0) !important;
font-family:TakeawaySans-Bold !important;
font-size:18px !important;
line-height:32px !important;
}

.phw-g-i-HBGd9Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HBKbGF{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-HBaEKY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-HBlfKN{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
width:680px !important;
}

.phw-g-i-HBp5GN-ds{
border-radius:30px !important;
}

.phw-g-i-HC8egL{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--link-color) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
}

.phw-g-i-HCFwxj-ds{
border-radius:30px !important;
}

.phw-g-i-HCOIlM{
border-style:solid !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-HCVyoX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HCoAM6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HCqrso-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HCssuv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HD37qr{
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-HD5hmb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HD7w03-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HD97cH-ds{
display:none !important;
}

.phw-g-i-HDLRrV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HDNovz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HDXbM6{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-HDj4Po-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HDytCI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HDz9nj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HE35cj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HE52Xr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HE6Pz9-ds{
border-radius:30px !important;
}

.phw-g-i-HE8OLX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HEEZcG-ds{
border-radius:30px !important;
}

.phw-g-i-HEFgXK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HEIvIf-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-HEOSXQ-ds{
border-radius:30px !important;
}

.phw-g-i-HEdBiD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HEhf14-ds{
opacity:0.8 !important;
}

.phw-g-i-HEqQK4{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
font-size:40px !important;
line-height:56 !important;
height:60px !important;
}

.phw-g-i-HEruya-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HF1f5y{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-size:var(--phw-g-small-text-font-size) !important;
font-weight:normal !important;
line-height:28px !important;
padding-left:28px !important;
padding-right:28px !important;
min-height:60px !important;
width:320px !important;
}

.phw-g-i-HFB1DY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HFCviN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HFDwEH{
}

.phw-g-i-HFFbIA-ds{
border-radius:30px !important;
}

.phw-g-i-HFGbOA-ds{
border-radius:30px !important;
}

.phw-g-i-HFPCKm-ds{
border-radius:29px !important;
}

.phw-g-i-HFiI6L{
}

.phw-g-i-HFuRd6{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
width:280px !important;
margin-inline-start:calc(var(--mu-space)*3) !important;
}

.phw-g-i-HFy9WU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-HG3dKv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HG3nL6{
color:#242e30 !important;
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-HG90W5-ds{
opacity:0.8 !important;
}

.phw-g-i-HG9pOf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HGA4lt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HGHbFM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HGKCaj{
}

.phw-g-i-HGOzJL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HGP18N-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-HGPtEH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HGeNPJ-ds{
border-radius:30px !important;
}

.phw-g-i-HGm9k0-ds{
border-radius:30px !important;
}

.phw-g-i-HGz7ck-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
border-style:solid !important;
}

.phw-g-i-HH4s8v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HH5EJm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HH81U5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HHaLcH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HHhlFo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-HHiHk8-ds{
}

.phw-g-i-HHjGpO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HHlwsy-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-HI6Yxu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HIItNE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HIJtdx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HIu6TT-ds{
background-image:url("") !important;
}

.phw-g-i-HIudU4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-HIzAkH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HJ6m2f-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-HJ9yZF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HJEQXj-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-HJJJ8r-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HJKfpK{
}

.phw-g-i-HJXMc2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HJlM59-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-HKcKRP-ds{
border-radius:30px !important;
}

.phw-g-i-HKgmet-ds{
border-radius:30px !important;
}

.phw-g-i-HLC4cy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HLEw6r-ds{
border-radius:30px !important;
}

.phw-g-i-HLR57J-ds{
}

.phw-g-i-HLW6hs{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
}

.phw-g-i-HLjbIt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HM1rGr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HMDIYg{
text-transform:lowercase !important;
color:var(--white) !important;
width:680px !important;
font-size:var(--font-size-11) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
}

.phw-g-i-HMG2NI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HMMPTk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HMa4VA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HMq0IS{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-HNO3gv{
}

.phw-g-i-HNQbCp{
border-top-left-radius:calc(var(--border-radius-base)*4.375) !important;
border-top-right-radius:calc(var(--border-radius-base)*4.375) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*4.375) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*4.375) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
}

.phw-g-i-HNUsnm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HNVyfa-ds{
}

.phw-g-i-HNhWMP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HNpZKB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HOD9Mx{
}

.phw-g-i-HOTaOR-ds{
}

.phw-g-i-HOe04a{
}

.phw-g-i-HOg89K-ds{
}

.phw-g-i-HOgHhO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HOgU3O-ds{
}

.phw-g-i-HOhJEH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HOuGhG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HOwVO3-ds{
border-radius:30px !important;
}

.phw-g-i-HOyBuy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HP4aRa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HP9WU7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HPDv9M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HPQFdD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HPdm7G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HPeYrV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HPf5zi{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
box-shadow:none !important;
}

.phw-g-i-HPfjcR{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
color:var(--text-dark) !important;
background-color:var(--widget-bg-white-color) !important;
}

.phw-g-i-HPiMky-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HPiNyn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HPjXvA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HQ5cP9-ds{
border-radius:30px !important;
}

.phw-g-i-HQAGg5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HQGltw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HQJ9Ys-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HQR8ZL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HQUicj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HQYYBq-ds{
border-radius:30px !important;
}

.phw-g-i-HQpW8y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HQw7Vb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HR16VB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-HR3bVw-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-HR4H37-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-HRXfCq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HRbVzp{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-HRbVzp:hover{
background:none !important;
background-image:none !important;
}

.phw-g-i-HRliNG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-HRmzsm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HRtItT-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-HRuZ4o-ds{
}

.phw-g-i-HRvABb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HRwj9r{
}
.phw-g-i-HRwj9r img{
}

.phw-g-i-HS3upn{
}

.phw-g-i-HSOY15-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HSWbBN{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-HSchqI-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HSqB8M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HStJ9G{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-HT8AuU-ds{
}

.phw-g-i-HTIYsu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HTNwgd-ds{
border-radius:30px !important;
}

.phw-g-i-HTQ9fr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HTQEzh-ds{
border-radius:30px !important;
}

.phw-g-i-HTuxkN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HU0DrQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HU4ted{
}

.phw-g-i-HU8Kmd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HUAixU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HUBL19-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HUBkbs-ds{
border-radius:30px !important;
}

.phw-g-i-HUeWWH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HUtF73-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HV8UJX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HVA74J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HVBGfe-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/test_recruitment1-1630451101661.png") !important;
background-position:50% 50% !important;
background-size:cover !important;
border-radius:26px !important;
}

.phw-g-i-HVDHA1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HVEHR3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HVUItS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HVm1Zr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HWGCN1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HWIc9Y-ds{
border-radius:30px !important;
}

.phw-g-i-HWJXAR-ds{
display:none !important;
}

.phw-g-i-HWNjlJ-ds{
border-radius:30px !important;
}

.phw-g-i-HWbfOg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HWgF0M-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HWr57c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HX66FH-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-HXIlu1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HXKAL1-ds{
border-radius:30px !important;
}

.phw-g-i-HXNi7a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HXR8Je-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HXTNGi{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-title-font-size) !important;
}

.phw-g-i-HXvUYG{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-HY3nYp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HYXLKm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HYhYQp-ds{
border-radius:30px !important;
}

.phw-g-i-HYtPhr-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-HZ3C9E-ds{
background-image:url("") !important;
}

.phw-g-i-HZDh90{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-HZS40L-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HZVFk3{
box-shadow:none !important;
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:340px !important;
}

.phw-g-i-HZVFk3:hover{
background:none !important;
background-image:none !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
box-shadow:none !important;
}

.phw-g-i-HZVFk3:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-HZVFk3:focus{
border-color:var(--brand-color-primary) !important;
}

.phw-g-i-HZVFk3:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-HZVFk3.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}
.phw-g-i-HZVFk3:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}

.phw-g-i-HZZzD1-ds{
border-radius:30px !important;
}

.phw-g-i-HZilGc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HZjTOG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HZm8Sy{
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-Ha0G5x-ds{
}

.phw-g-i-Ha4kyq{
}

.phw-g-i-HaYt8F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hagd7w{
}

.phw-g-i-HagtV5-ds{
border-radius:30px !important;
}

.phw-g-i-HahRgM-ds{
border-radius:30px !important;
}

.phw-g-i-HahlsS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Hav83s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Hawb7C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HazY2I-ds{
border-radius:30px !important;
}

.phw-g-i-Hb4hP2-ds{
background-image:url("") !important;
background-size:auto !important;
}

.phw-g-i-HbNzb4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HbQFAa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HbjCd6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HbpirC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Hc0pP9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hc5pNM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HcKWEb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HcYcRR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HcwM6g{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-Hd1YQw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hd8NKZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Hd9mBZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Hd9xw6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ITI4ig:hover .phw-g-i-HdBuet{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-HdBuet{
}

.phw-g-i-HdDDKG-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-HdLu5Z-ds{
border-radius:30px !important;
}

.phw-g-i-Hdiy7f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-He6gdd-ds{
border-radius:30px !important;
}

.phw-g-i-HeYBYd-ds{
}

.phw-g-i-Hederf-ds{
border-radius:30px !important;
}

.phw-g-i-HehNxK-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-Hf1MEO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hf1ojk-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Hf2OvD-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Hf3KaA-ds{
border-radius:30px !important;
}

.phw-g-i-Hf4La2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HfCctv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-HfFqfc-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-HfHVqH-ds{
border-radius:30px !important;
}

.phw-g-i-HfHfYK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HfIMyW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HfIqnQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HfxuOH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HgUy9o{
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-HgaaDH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HgleLw-ds{
}

.phw-g-i-HgzcEh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Hh33hE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Hh3crE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HhBOUI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HhDf10-ds{
border-radius:30px !important;
}

.phw-g-i-HhE8HA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HhSsLO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HhWgrW-ds{
display:none !important;
}

.phw-g-i-HhhPAR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HhlNxz{
border-radius:30px !important;
}

.phw-g-i-Hi1eqs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HiAwKw{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-HiBvZk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HiC4ZS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HiE6kn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HiNMfc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HiPeNX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HiRtkt{
}

.phw-g-i-HiV9av-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HiZQeY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hiia9t-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Hiy6Vq{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-Hj3Ahx-ds{
border-radius:30px !important;
}

.phw-g-i-Hj4tqp-ds{
}

.phw-g-i-Hj66Jo-ds{
}

.phw-g-i-HjBRdp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HjL6Gh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HjMF0B-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Hjg077-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Hk099f-ds{
}

.phw-g-i-Hk1FCb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HkEeew-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HkLM7h-ds{
border-radius:30px !important;
}

.phw-g-i-HkNRsi-ds{
width:100% !important;
}

.phw-g-i-Hkc1zE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HkdAQz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HkeAge-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HkoMgl-ds{
border-radius:30px !important;
}

.phw-g-i-HktBB1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HktZRY-ds{
border-radius:30px !important;
}

.phw-g-i-HkyPH9-ds{
}

.phw-g-i-HlCi9c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HlD9bY{
color:rgb(255, 255, 255) !important;
font-family:TakeawaySans-Bold !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}

.phw-g-i-HlD9bY:hover{
border-width:0px !important;
border-color:transparent !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-HlD9bY:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-HlD9bY:focus{
border-color:var(--brand-color-primary) !important;
}

.phw-g-i-HlD9bY:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-HlD9bY.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-HlD9bY:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-HlDark{
}

.phw-g-i-HlG4u5-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-HlJ6Ti-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HlaVyb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HlhiyW-ds{
border-radius:30px !important;
}

.phw-g-i-HllQae-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HlmNtc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HloF8d-ds{
}

.phw-g-i-Hlt1SJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HmId3Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HmRSa2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HmUdhP-ds{
border-radius:30px !important;
}

.phw-g-i-HmVCOl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HmeYaQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HmiCqr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HmlLDt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hmlxw7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HmnO4b-ds{
}

.phw-g-i-HmxsSs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Hn3vYk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Hn6bUM{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-Hn6bUM:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-Hn6bUM:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-Hn6bUM:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-Hn6bUM:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-Hn6bUM.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-Hn6bUM:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-Hn7dsG{
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:transparent !important;
}

.phw-g-i-Hn8GsE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Hn9ZEU-ds{
border-radius:30px !important;
}

.phw-g-i-HnRMBj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HnYp7W{
color:var(--black) !important;
font-size:16px !important;
line-height:1.5 !important;
text-decoration:underline !important;
}

.phw-g-i-HndjRN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HnkSjL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HnnGpJ{
font-weight:inherit !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-Hnz0iJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HnzeWf-ds{
border-radius:30px !important;
}

.phw-g-i-HoAIDi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HoDHfM{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-HoGAL3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HoUq4i-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HoVHWe{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-HoVHWe:hover{
background:none !important;
background-image:none !important;
opacity:1 !important;
}

.phw-g-i-HobQyU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Hoe4Bp{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-HoyqaS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HpBlw8{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
}

.phw-g-i-HpGLe4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HpIoOn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HpWLi0-ds{
}

.phw-g-i-HptG6Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HpyCvu{
max-width:1440px !important;
width:1244px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-Hq1poK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hq2si3{
}

.phw-g-i-HqFYyx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hr9GO8-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hra5jl-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-HredjI-ds{
border-radius:30px !important;
}

.phw-g-i-Hrk6yR-ds{
border-radius:30px !important;
}

.phw-g-i-Hrr38x{
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
text-decoration:none !important;
}

.phw-g-i-HsF561-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-HsFotx-ds{
display:none !important;
}

.phw-g-i-HsRavb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HshlKP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HsluL4-ds{
}

.phw-g-i-HsnrxA{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
min-height:0px !important;
width:auto !important;
}

.phw-g-i-Hssyhk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ht4SPt-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-Ht710a-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-Ht9tAE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HtYOOW{
}
.phw-g-i-HtYOOW img{
object-fit:cover !important;
}

.phw-g-i-HtkQt8{
}

.phw-g-i-Htkr6B{
height:63px !important;
width:360px !important;
}

.phw-g-i-HtoGQD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HtpDLG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Hu6TEU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HuKnDt{
border-width:0px !important;
border-style:none !important;
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
min-height:34px !important;
text-decoration:none !important;
display:inline-flex !important;
font-weight:700 !important;
}

.phw-g-i-HuMflp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HuT5ZL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HuY7UX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HumNYu-ds{
border-radius:30px !important;
}

.phw-g-i-Hv0mZ1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HvAQQp{
}

.phw-g-i-HvEJdR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HvIRP9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HvakPA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-HvhdmA-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-Hw7QBU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hw8yJ4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-HwFkWW-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-HwMHVM-ds{
border-radius:30px !important;
}

.phw-g-i-HwVSMv-ds{
border-radius:30px !important;
}

.phw-g-i-HwdcyH-ds{
display:none !important;
}

.phw-g-i-HwpRG8-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Hwvi6Q-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Hwy3IE-ds{
}

.phw-g-i-HxZmVz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hxa47B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Hxnu15-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Hy8tzO-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-Hy9s5i-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-HyGLzN-ds{
border-radius:30px !important;
}

.phw-g-i-HyeZ4H-ds{
border-radius:30px !important;
}

.phw-g-i-HyijHA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Hyrap9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-HyulVk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Hz8oFm-ds{
border-radius:30px !important;
}

.phw-g-i-HzDUe9-ds{
border-radius:30px !important;
}

.phw-g-i-HzFeJO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-HzUZ1I-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Hzajmh-ds{
background-position:50% 0% !important;
background-size:100% 100% !important;
border-width:0px !important;
}

.phw-g-i-HzdGZB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-HzshTu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Hzw9sR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I05vuS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-I0A9iR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I0Clb9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I0JPHU-ds{
}

.phw-g-i-I0UFj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I1BATQ-ds{
border-radius:30px !important;
}

.phw-g-i-I1Ozpm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-I1PQ5s-ds{
border-radius:30px !important;
}

.phw-g-i-I1TpW4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-I218xG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-I2E5t0-ds{
border-radius:30px !important;
}

.phw-g-i-I2PkPZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I2nL96-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-I30bCv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-I31Vk0-ds{
border-radius:30px !important;
}

.phw-g-i-I3NyCy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I3RuTx{
}

.phw-g-i-I3Y4jA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I3gif5{
}

.phw-g-i-I3jirq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-I3jjj0{
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
margin-inline-start:calc(var(--mu-space)*1) !important;
}

.phw-g-i-I41nF7{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-I499sF-ds{
border-radius:30px !important;
}

.phw-g-i-I4Q9mT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-I4SKwB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-I4YGhv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I4bMiu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-I4xNYo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I52b6a-ds{
border-radius:30px !important;
}

.phw-g-i-I57xzk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I58pfQ-ds{
border-radius:30px !important;
}

.phw-g-i-I5E8CY-ds{
border-radius:30px !important;
}

.phw-g-i-I5ILA7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-I5ORMO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-I5Quet-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I5TdZF-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-I5Vwej-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-I5Yq0e-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-I5lsPX-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-I5nwCi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I5vyjN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-I66ibJ-ds{
border-radius:30px !important;
}

.phw-g-i-I69G7w-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-I6Ir8f-ds{
border-radius:30px !important;
}

.phw-g-i-I6OK0j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I6lSLN-ds{
display:none !important;
}

.phw-g-i-I740EN-ds{
border-radius:30px !important;
}

.phw-g-i-I76Iky-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-I76wgP-ds{
border-radius:30px !important;
}

.phw-g-i-I7DZEE-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-I7ajiN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I7lRwp-ds{
border-radius:30px !important;
}

.phw-g-i-I7o9Bl-ds{
border-radius:30px !important;
}

.phw-g-i-I83ybL-ds{
border-radius:30px !important;
}

.phw-g-i-I8C8MX{
color:var(--black) !important;
font-size:var(--font-size-8) !important;
}

.phw-g-i-I8JpwK{
}

.phw-g-i-I8UTyn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-I8WYkj-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-I8Wj6A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I8fDFm-ds{
border-radius:30px !important;
}

.phw-g-i-I8iD15-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I8q0Zk-ds{
border-radius:30px !important;
}

.phw-g-i-I8yRui-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-I90H9i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I94DlR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I95Z2m{
color:var(--black) !important;
font-weight:inherit !important;
font-size:52px !important;
padding-bottom:calc(var(--pu-space)*1.5) !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-I95mbt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-I9QV9O-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-I9Qy3p{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-IAKcHh-ds{
border-radius:30px !important;
}

.phw-g-i-IAcPSU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-IAh8TU-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-IAhC0x-ds{
border-radius:31px !important;
}

.phw-g-i-IAlX83{
color:var(--black) !important;
}

.phw-g-i-IAtxWE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IAuYgx-ds{
border-radius:30px !important;
}

.phw-g-i-IAynlg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IB5zwL-ds{
}

.phw-g-i-IBBiDf{
text-align:center !important;
color:var(--black) !important;
font-size:var(--body-font-size) !important;
line-height:1.6 !important;
}

.phw-g-i-IBGayT{
}

.phw-g-i-IBRkzU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IBs63u-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IC5B1f-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-ICB7Rm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ICBjOy{
}

.phw-g-i-ICRUE6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ICRkVL-ds{
border-radius:30px !important;
}

.phw-g-i-ICfXZe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ICgQbX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ICmStW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ID5lwJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ID5vwh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ID9LOJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IDS1KR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IDUSB1-ds{
}

.phw-g-i-IDx2aj-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-IDzTWA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IE6q6h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IE7OHk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-IEnHeq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IEptla{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-IF0cZk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IF44fY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IF6LLb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IF8cJF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IFFMWI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IFVReF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IFakPw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IFePit-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IFhi2j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IFoLCh-ds{
border-radius:30px !important;
}

.phw-g-i-IG6TTO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IG9tRS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IGQkrc{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:var(--box-shadow-style-3) !important;
}

.phw-g-i-IGtW3i-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-IH4Shh-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-IH6Z9m-ds{
border-radius:30px !important;
}

.phw-g-i-IH829I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IHFEf3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IHJ2jE-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IHS3IR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IHWIth-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IHqSBC-ds{
}

.phw-g-i-IHtxaQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-II1xnq-ds{
border-radius:30px !important;
}

.phw-g-i-II2YWV{
}

.phw-g-i-IIHVG0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IIIWyv{
text-align:center !important;
color:var(--black) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.6 !important;
}

.phw-g-i-IIafsd-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-IIayK8-ds{
}

.phw-g-i-IIivlD-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-IIlVEE-ds{
}

.phw-g-i-IInKsn-ds{
border-radius:30px !important;
}

.phw-g-i-IIpsSu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IJGRqO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IJO7AJ-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-IJQhDZ-ds{
background-size:100% 100% !important;
}

.phw-g-i-IJa9gh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-IJrCVe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IJwHnM-ds{
border-radius:30px !important;
}

.phw-g-i-IK0JFn-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IK4byQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IKFq2K{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-IKOkuc-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-IKYZAu{
}

.phw-g-i-IKr00v-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-IKybXb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IL6jAG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ILY3jR-ds{
border-radius:30px !important;
}

.phw-g-i-ILgU9B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ILmB5Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ILmzIg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ILorFq{
border-top-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-ILorFq img{
object-fit:cover !important;
}

.phw-g-i-ILrEkg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IM0LD7-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-IM74Cb{
}

.phw-g-i-IM8QtE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IMQ97d-ds{
background-position:0% 50% !important;
}

.phw-g-i-IMQny2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IMirYq-ds{
border-radius:30px !important;
}

.phw-g-i-IMphew-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IMq7E6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IN0V2H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-INLLnS-ds{
border-radius:30px !important;
}

.phw-g-i-INPybU{
line-height:1.2 !important;
}

.phw-g-i-INY0Qv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-INcydB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-INi27B-ds{
border-radius:30px !important;
}

.phw-g-i-INmlDs{
}

.phw-g-i-IO4Cyl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IOEDnt-ds{
}

.phw-g-i-IOP75G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IOSsv8-ds{
border-radius:30px !important;
}

.phw-g-i-IOVo8g-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-IOuc7G-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IOz4Wc-ds{
}

.phw-g-i-IP7tWR-ds{
border-radius:30px !important;
}

.phw-g-i-IPG5f5{
}

.phw-g-i-IPJB9p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IPWqpe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IPZjjU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IPkIpw{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
border:none !important;
}

.phw-g-i-IPl7FK{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-IPuKzP{
}

.phw-g-i-IPvpR1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IPxi1t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IQBAW1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IQC0LX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IQCy4K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IQDhZ7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IQG6Vs{
aspect-ratio:3/2 !important;
}

.phw-g-i-IQQQcO-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IQVWbw-ds{
border-radius:30px !important;
}

.phw-g-i-IQZ3M1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IQlY1n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IQo4s2-ds{
border-radius:35px !important;
}

.phw-g-i-IR0SQd-ds{
}

.phw-g-i-IR0yqK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IR4t6c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IRAkc5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IRIcM5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IRNO3Q{
color:var(--white) !important;
}

.phw-g-i-IRjesU-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-IRlyRN-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ISPr2R-ds{
border-radius:30px !important;
}

.phw-g-i-ISRcS3-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ISRtSt-ds{
border-radius:30px !important;
}

.phw-g-i-ISnYjA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ISt9FO{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-ISx50S-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ISxQOQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IT9i0T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ITFNjd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ITI4ig{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-ITI4ig:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-ITI7y2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ITIc6J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ITIhW5-ds{
}

.phw-g-i-ITWxU6{
}

.phw-g-i-ITl1bE{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-ITn21I{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-ITvjXf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IU1e6N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IU2n0f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IU4ZiQ-ds{
border-radius:30px !important;
}

.phw-g-i-IU4ah4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IUBIf4-ds{
border-radius:30px !important;
}

.phw-g-i-IUMPWV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IUOQz9-ds{
border-radius:30px !important;
}

.phw-g-i-IUlneR{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
font-weight:inherit !important;
font-size:64px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:center !important;
}

.phw-g-i-IUxmpS{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
font-size:0px !important;
line-height:0 !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
height:400px !important;
width:365px !important;
}

.phw-g-i-IV0YTr-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-IVJeWm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IVKDCH-ds{
border-radius:30px !important;
}

.phw-g-i-IVXTvO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IVjSRx-ds{
border-radius:30px !important;
}

.phw-g-i-IVuH9v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IVvShV-ds{
border-radius:30px !important;
}

.phw-g-i-IVvdNC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IVyi7d{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
}

.phw-g-i-IW3mgq-ds{
border-radius:30px !important;
}

.phw-g-i-IWOEnZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-IWTQZc-ds{
border-radius:30px !important;
}

.phw-g-i-IWWqRf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IWdFgu{
width:250px !important;
max-width:300px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
max-height:60px !important;
}

.phw-g-i-IWmNoc-ds{
border-style:none !important;
}

.phw-g-i-IWmWKU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IWn4Xf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IWtyoP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IWx8ni-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-IXiiME-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IY5lL3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IY81aS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IYKFms-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-IYKFms-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-IYOWzm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IYVDAO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IYbTQx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IYsRqb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IYsneZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IYtMMD-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-IZ0D7l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IZKKaJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IZM7Kr{
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-IZM7Kr{
background:none !important;
background-image:none !important;
opacity:50 !important;
}

.phw-g-i-IZVXSS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IZZvN3-ds{
border-radius:30px !important;
}

.phw-g-i-IZbfSM{
}

.phw-g-i-IZcHsp-ds{
border-radius:30px !important;
}

.phw-g-i-IZcwOV{
background-color:var(--brand-color-primary) !important;
color:var(--black) !important;
}

.phw-g-i-IZr7Tu{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-Ia8KPp-ds{
border-radius:30px !important;
}

.phw-g-i-IaTXVw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IaU06W-ds{
border-radius:30px !important;
}

.phw-g-i-IacvY6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Iahj4z-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-IansdH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Iaymfl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IbC7mo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-IbfZJP-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-IbfjWK-ds{
border-radius:30px !important;
}

.phw-g-i-IbtzR2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IbyJx5-ds{
border-radius:30px !important;
}

.phw-g-i-IbyuIG-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-Ic5lbP-ds{
border-radius:30px !important;
}

.phw-g-i-IcI3pl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IcMA5U-ds{
border-radius:30px !important;
}

.phw-g-i-IcmUQ0-ds{
border-radius:30px !important;
}

.phw-g-i-IcnqZO-ds{
border-radius:30px !important;
}

.phw-g-i-IczV6e-ds{
display:none !important;
}

.phw-g-i-Id0NUu{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-Id0TLw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Id0ZBh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Id4p37-ds{
border-radius:30px !important;
}

.phw-g-i-Id6iXu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IdBOfm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IdIk6A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IdNe4P-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Idfnog-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Idl1AQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IdymxV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ie5ckJ-ds{
background-color:#3a3a3a !important;
}

#_PCM .phw-g-i-Ie7ZSl{
background:none;
-webkit-background-clip:unset;
-webkit-text-fill-color:unset;
color:var(--black);
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.1;
font-weight:900 !important;
padding-bottom:calc(var(--pu-space)*1.5);
}

.phw-g-i-IeFRz3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IeObSw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IedJMy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IeqtO8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IewWXP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IexGpi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-If71xG{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-IfFLD4-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IfILZS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IfLtZ4-ds{
}

.phw-g-i-IfWR1K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IfaTOa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ifbtle-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IfyWWs-ds{
border-radius:30px !important;
}

.phw-g-i-IfzYTQ-ds{
border-radius:30px !important;
}

.phw-g-i-IgXaJX-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Igbgu4-ds{
}

.phw-g-i-Igm2wp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ih9CGI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IhEnx2{
}

.phw-g-i-IhGP7K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IhVUQn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ii1w2s-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ii2tm3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ii3qXX-ds{
border-radius:30px !important;
}

.phw-g-i-IiLl1g-ds{
border-radius:30px !important;
}

.phw-g-i-IiPFii-ds{
}

.phw-g-i-IiVsja-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IiX1ob-ds{
border-radius:30px !important;
}

.phw-g-i-Iiemr5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ij5LbQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ij99P3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IjCNF7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IjJUEQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IjK0JA{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-IjM9Ka-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IjeVBT-ds{
}

.phw-g-i-IjhH3I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IjjUTa-ds{
border-radius:30px !important;
}

.phw-g-i-IjwKkA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Ik9Uvt-ds{
}

.phw-g-i-IkCPwN-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-IkOYrs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IkSlDh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ikf4vL-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-IlNiGP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IlcWHz-ds{
border-radius:30px !important;
}

.phw-g-i-IlsI8b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IlslMs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IlswYC-ds{
display:none !important;
}

.phw-g-i-IlzZjV-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-ImGLmj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ImL6Tv{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ImNFsp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ImPP35-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ImSywo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ImT6iC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ImVvLr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Imbvxd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Imcpsu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Imdce4-ds{
border-radius:30px !important;
}

.phw-g-i-ImjLOw{
}

.phw-g-i-ImlGNm{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-ImlOum-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Imn30n{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-ImpnOz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Imvg4z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ImwEPq-ds{
border-radius:30px !important;
}

.phw-g-i-In9BjV-ds{
border-radius:30px !important;
}

.phw-g-i-InC4fG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-InOjkl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-InWigi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-InbB5Q{
min-height:48px !important;
height:48px !important;
align-items:normal !important;
}

.phw-g-i-Inc02A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-InhU7B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Inpxku-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ins2q2-ds{
border-radius:30px !important;
}

.phw-g-i-InvK78-ds{
background-size:100% 100% !important;
}

.phw-g-i-IoGMws-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IoQv13-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-Iol75s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ip4N5O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IpEpr4{
font-size:var(--phw-g-regular-text-font-size) !important;
padding-inline-end:calc(var(--pu-space)*6) !important;
}

.phw-g-i-IpS5sL{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-IpaNiD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IpeYMt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ipg4Qq{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-IpsQGh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Iq5Rlp{
}
.phw-g-i-Iq5Rlp img{
object-fit:cover !important;
}

.phw-g-i-IqR4j4{
border:none !important;
}

.phw-g-i-IqUDFB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IqVchg-ds{
border-radius:30px !important;
}

.phw-g-i-IqlwQf-ds{
}

.phw-g-i-IqmgjW-ds{
color:#00adee !important;
}

.phw-g-i-IrANtP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IrGuCW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IrRBfI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IrTLrR-ds{
border-radius:30px !important;
}

.phw-g-i-IrbM3b-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IrcUhb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Irk9qp-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-IroQtI-ds{
border-radius:30px !important;
}

.phw-g-i-IruKUt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IrxOR6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Is2VTN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IsFRiV{
}

.phw-g-i-IsRTXw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IsX2Gh-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-IsZMVC-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-IsfYiq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-IslsW7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Isnmrq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-It0seP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-It8Ld2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ItDau5-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ItOCKZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ItQUtL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ItS8M9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ItUnZq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ItZwjT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ItaPkR-ds{
border-radius:30px !important;
}

.phw-g-i-ItjswF-ds{
border-radius:30px !important;
}

.phw-g-i-ItoX47-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Itoppl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Itpc3Q-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-ItsdOC-ds{
border-radius:30px !important;
}

.phw-g-i-Iu6oD3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IuBnRa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IuGhDM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IuOatT{
color:var(--black) !important;
font-size:var(--font-size-8) !important;
}

.phw-g-i-IuQC0R-ds{
}

.phw-g-i-IuXXWQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IufnSL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IughYm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IuqdYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IurMo9-ds{
border-radius:30px !important;
}

.phw-g-i-Iv5c70{
}

.phw-g-i-Iv5c70:hover{
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-IvDSVJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IvJKG5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IvKuvE{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-IvR6pI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IvVGTn{
}

.phw-g-i-IvgPbL-ds{
border-radius:30px !important;
}

.phw-g-i-Ivt60H-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Ivw5Uv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ivz5dh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IwCyGx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IwDUg7{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-IwghX0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-IxF9Ol-ds{
border-radius:30px !important;
}

.phw-g-i-IxLHxi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IxOsRT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IxWvrY-ds{
border-radius:30px !important;
}

.phw-g-i-IxbM1n-ds{
background-image:url("") !important;
}

.phw-g-i-Ixkwgb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ixmh6R-ds{
border-radius:30px !important;
}

.phw-g-i-IxnRTH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Iy9X3o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-IyNDM8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-IynH0J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Iyt2Da-ds{
border-radius:30px !important;
}

.phw-g-i-Iyv26v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Iz0H3P-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Iz1pIx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Iz2yqh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Iz4qvV-ds{
border-radius:30px !important;
}

.phw-g-i-IzcV3G-ds{
border-radius:30px !important;
}

.phw-g-i-Ize9qp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Izhgqa{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-J039cF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J06MXo{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-J0Cgsp-ds{
}

.phw-g-i-J0gqJk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J0jSZP-ds{
border-radius:30px !important;
}

.phw-g-i-J0pk01-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J14TLx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J1IpYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J1MhL8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J1X9um-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-J1e2Ue-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-J1eHcM-ds{
border-radius:30px !important;
}

.phw-g-i-J1gT5y-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-J1ooj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J1qa8r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J22CAJ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-J2GbI8-ds{
border-radius:30px !important;
}

.phw-g-i-J2UtZD{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-J2daxv-ds{
border-radius:30px !important;
}

.phw-g-i-J2w3zA{
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-J2zGHE{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-J31IZu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J3360C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J39Fpu{
}

.phw-g-i-J3Cklb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J3dOOU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-J3dq5n-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-J3fqcP-ds{
border-radius:30px !important;
}

.phw-g-i-J3hQ0A-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-J3s1oo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J4BTJB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-J4Wl8i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J4kDht-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J4msRn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J4ygpo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J57flz-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-J59Hws-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J5Adog-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-J5JMBJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J5VQJ6{
border-width:0px !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-size:var(--phw-g-small-text-font-size) !important;
font-weight:normal !important;
line-height:28px !important;
padding-left:28px !important;
padding-right:28px !important;
min-height:60px !important;
}

.phw-g-i-J5ZZdY-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J5j2OY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J5jpt0{
}

.phw-g-i-J5myYA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J5r0ys{
}
.phw-g-i-J5r0ys img{
object-fit:cover !important;
}

.phw-g-i-J625vW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J65SUd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J667Hd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J68xrD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J6Isxw-ds{
}

.phw-g-i-J6Kc03-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J6XPbp-ds{
border-radius:30px !important;
}

.phw-g-i-J6Zaao-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-J6sKJQ-ds{
display:none !important;
}

.phw-g-i-J72Sov-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-J7DBLM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J7e0AM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-J7gFi0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-J7n5Lb{
}

.phw-g-i-eWvUwU:hover .phw-g-i-J7n5Lb{
color:var(--black) !important;
}

.phw-g-i-J7oEb6-ds{
}

.phw-g-i-J8342h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J83zdE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J8Cxyz-ds{
border-radius:30px !important;
}

.phw-g-i-J8Db4M{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-J8IlIE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J8Kpkc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-J8U7qS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J8iPnL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J8mdPf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-J8rVMd-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-J90UZ2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J9ECE4-ds{
display:none !important;
}

.phw-g-i-J9haFR-ds{
border-radius:30px !important;
}

.phw-g-i-J9miIB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-J9vGcd-ds{
border-radius:30px !important;
}

.phw-g-i-J9xBvb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JA7zFn-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-JAC1lf-ds{
border-radius:30px !important;
}

.phw-g-i-JAHgPc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JAP00W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JASngC{
font-size:var(--body-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-JAfNCp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-JAoOHC-ds{
}

.phw-g-i-JB8xgW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JBED3E{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-JBFDlO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JBK5q2{
width:360px !important;
}

.phw-g-i-JBXdmJ-ds{
border-radius:30px !important;
}

.phw-g-i-JBpVb9-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-JBpzve-ds{
}

.phw-g-i-JBr9gg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JBxo4J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JC2dFX-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-JC7cq0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JC8iG6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JCDP90-ds{
}

.phw-g-i-JCfbiu-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JCipAj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JCstYg-ds{
border-radius:30px !important;
}

.phw-g-i-JCyck9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JCygK1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JD0hAU-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-JD4M45{
}

.phw-g-i-JD5Ud8{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
background-color:var(--widget-bg-white-color) !important;
color:var(--text-dark) !important;
}

.phw-g-i-JDEU6J-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-JDEWhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JDHxeL-ds{
border-radius:30px !important;
}

.phw-g-i-JDYkcy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JDZ1Vz{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-JDbyBx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JDteAF-ds{
}

.phw-g-i-JE2qPp{
}
.phw-g-i-JE2qPp img{
object-fit:cover !important;
}

.phw-g-i-JE7k0N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JEFl96-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JEI9OZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JEfyjx-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-JElBp0-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-JEmGIj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JF7h2l-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JFAl8o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JFFV9m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JFJfV5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JFMTAb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JFPlJG-ds{
width:100% !important;
}

.phw-g-i-JFRslh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JFbDO8-ds{
border-radius:30px !important;
}

.phw-g-i-JFguL1{
fill:var(--phw-custom-icon-whiteffffffff) !important;
width:22px !important;
height:22px !important;
}

.phw-g-i-229zxZ:hover .phw-g-i-JFguL1{
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
}

.phw-g-i-JG54mW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JG81JJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JGDe7y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JGOiHy-ds{
border-radius:30px !important;
}

.phw-g-i-JGajee{
}

.phw-g-i-JGk4i2-ds{
border-radius:30px !important;
}

.phw-g-i-JGvqAy{
color:var(--black) !important;
}

.phw-g-i-JHBN41-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JHH35z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JHHWvu-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JHMpV0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JHRYFb-ds{
border-radius:30px !important;
}

.phw-g-i-JHUYmC{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:50px !important;
line-height:60px !important;
}

.phw-g-i-JHdtx0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JHgF2s{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-JHmlks{
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-JHphjb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JHyJQI-ds{
border-radius:30px !important;
}

.phw-g-i-JHylc2-ds{
}

.phw-g-i-JI9zd5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JIARSa-ds{
border-radius:30px !important;
}

.phw-g-i-JIRmo4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JIc7ek-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JIedcM-ds{
border-radius:30px !important;
}

.phw-g-i-JIjCj1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JIyhpQ-ds{
border-radius:20px !important;
}

.phw-g-i-JJ2zGq-ds{
}

.phw-g-i-JJPcq5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JJV4GW-ds{
border-radius:30px !important;
}

.phw-g-i-JJVtKy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JJXxjF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JJYSw2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JJm4PA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JJx3Tv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JJy0D0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JJyphb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JJzOiA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JK0fkN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JK30Fa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JKGWjf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JKSlc5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JKlY4q-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JKrSZ3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JKt8aK-ds{
border-radius:30px !important;
}

.phw-g-i-JLCWyZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JLTxWY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JLUSQU-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JLVKrP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JLiswP{
background:none !important;
background-image:none !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
color:var(--black) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}

.phw-g-i-JLiswP:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
border:none !important;
}

.phw-g-i-JLiswP:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-JLiswP:focus{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-JLiswP:active{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-JLiswP.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-JLiswP:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-JLivaW-ds{
border-radius:30px !important;
}

.phw-g-i-JLoYnb-ds{
border-radius:30px !important;
}

.phw-g-i-JLxTuj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JM0dPf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JMYIXc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JMmzZv-ds{
}

.phw-g-i-JN1rW4-ds{
border-radius:30px !important;
border-width:0px !important;
}

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

.phw-g-i-JNE5Ba-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JNNwGH{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:320px !important;
}

.phw-g-i-JNNwGH:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
}

.phw-g-i-JNNwGH:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-JNNwGH:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-JNNwGH:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-JNNwGH.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-JNNwGH:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-JNOpiJ{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-JNYWih-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JNmQkM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JOB0Ht-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JOB9hr-ds{
border-radius:30px !important;
}

.phw-g-i-JOL1Y3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JOdxeW-ds{
}

.phw-g-i-JP5pSo{
}

.phw-g-i-JP7Pzn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JPBJyp-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-JPZKyT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JPnIah-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-JPoGIU-ds{
border-radius:30px !important;
}

.phw-g-i-JPrnkO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JPvcXC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JQ5Ue9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JQCU0z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JQEvn7-ds{
border-radius:30px !important;
}

.phw-g-i-JQaFMb-ds{
border-radius:30px !important;
}

.phw-g-i-JQghUt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JQmQg9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JQzZDu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JRG8T3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JRLsqn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JRY8NP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JRYsRt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JRhbWV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JRpKFi-ds{
border-radius:30px !important;
}

.phw-g-i-JRt1Bh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JRupg5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JS7vEX-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-JSDChF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JSFzsV{
padding-inline-start:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*1) !important;
}

.phw-g-i-JSPrFe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JSkOPY{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
}

.phw-g-i-JSrHwJ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JStmcQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JTEiQb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JTFaxb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JTHuap-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JTJOEw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JTUzaX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JU1RrW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JU7Ydr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JUNnCr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JUjOla-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JUkpaV:hover{
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-JUkpaV{
}

.phw-g-i-JUm2AI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JV1095-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JV5W9J-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JV89uu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JV8tRu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JVCeIj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JVUsGU-ds{
border-radius:30px !important;
}

.phw-g-i-JVZtoW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JVj7oz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JVnl1w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JW0asY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JW3RWP{
}

.phw-g-i-JW7mQC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JWFfPq-ds{
opacity:0.8 !important;
}

.phw-g-i-JWJsqi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JWNfUT-ds{
border-radius:30px !important;
}

.phw-g-i-JWY0a8{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-JWiejJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JWqZ1q-ds{
border-radius:30px !important;
}

.phw-g-i-JX2k3P-ds{
border-radius:30px !important;
}

.phw-g-i-JX7fyL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JXGPjV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JXTsVg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-JXXn9h-ds{
}

.phw-g-i-JXnGQG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JXp91X-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JXuEKd-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-JY5oEQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JYP5RD-ds{
border-radius:30px !important;
}

.phw-g-i-JYknBn-ds{
border-radius:30px !important;
}

.phw-g-i-JYmMtD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JYtC5I{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-JYuIUX-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-JZ1wJK-ds{
}

.phw-g-i-JZ32Jt-ds{
border-radius:30px !important;
}

.phw-g-i-JZ4EkE-ds{
border-radius:30px !important;
}

.phw-g-i-JZcF1o{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-Ja65oG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JaCTMv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JaEo3J{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/EBSA-Madrid-People-1744106702717.png) !important;
background-color:transparent !important;
background-repeat:no-repeat !important;
background-size:tile !important;
background-position:100% 50% !important;
}

.phw-g-i-JaHDBU{
}

.phw-g-i-JaLcEX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Jarluc-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-JasrqM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JawYXo-ds{
border-radius:30px !important;
}

.phw-g-i-JazJLT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JbIg4l-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JbYdHD{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-JbdU57{
}

.phw-g-i-JbeMlN-ds{
border-radius:30px !important;
}

.phw-g-i-JbhjD4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JbpG2o-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JbsOxc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-Jc9YJP-ds{
}

.phw-g-i-JcBETv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JcGGyT{
border:none !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-JcGGyT:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-JcGGyT:focus{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-JcL0a4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JcvBvt-ds{
border-radius:30px !important;
}

.phw-g-i-Jd00jQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Jd16SM{
}

.phw-g-i-JdX2fZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Jdegrd{
padding:0 !important;
color:var(--white) !important;
font-weight:400 !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
border-color:transparent !important;
min-height:auto !important;
background-color:transparent !important;
box-shadow:none !important;
border-width:0 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
height:var(--btn-height) !important;
}

.phw-g-i-JdnYe7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Je97Sk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JeC6yD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JeEsZ0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JeG4Vl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JecxBL{
min-height:38px !important;
color:var(--white) !important;
border-style:none !important;
}

.phw-g-i-JerkmF{
}

.phw-g-i-JeyzYn-ds{
border-radius:30px !important;
}

.phw-g-i-JfHfHi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JfIWV3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JfNH0C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JfRfyS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JfWF0C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JfZh9s-ds{
z-index:2 !important;
pointer-events:none !important;
}

#_PCM .phw-g-i-Jfc2NO{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-JfdqvQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Jfow3w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JftSQZ-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-JgOf4H-ds{
border-radius:30px !important;
}

.phw-g-i-JgTC1m{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-Jgh2y3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JgiAhk{
}

.phw-g-i-Jgreln-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JgwQXK-ds{
}

.phw-g-i-Jh2pQG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JhFviz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JhHzsd-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-JhVVJI{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}

.phw-g-i-Jhdni7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JhqJuA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ji11at-ds{
}

.phw-g-i-Ji68wJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JiB2mj{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-JiBlaf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JiFtal-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JiLynt-ds{
}

.phw-g-i-JiMOLY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-JiTOmK-ds{
border-radius:30px !important;
}

.phw-g-i-JiYElJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Jine5I-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JipS5k-ds{
border-radius:30px !important;
}

.phw-g-i-Jj5WOH-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-JjEKPl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JjMonB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-Jji0qV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JjqzB6-ds{
border-radius:30px !important;
}

.phw-g-i-JjvDVs-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Jk19d6-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Jk3IBa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Jk3vlj-ds{
border-radius:30px !important;
}

.phw-g-i-Jk6li3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Jk7QZM-ds{
border-radius:30px !important;
}

.phw-g-i-JkBkt4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JkCFDa{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
width:350px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-JkCFDa:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-JkCFDa:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-JkCFDa:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-JkCFDa:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-JkCFDa.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-JkCFDa:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-JkIIpZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-JkJMm4-ds{
border-radius:30px !important;
}

.phw-g-i-JkOddD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JkSPnL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Jkgpuz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JkhUjr{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-Jkusas-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JlRlMR-ds{
border-radius:30px !important;
}

.phw-g-i-Jlaneg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JlbHe8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JlfDJ9-ds{
}

.phw-g-i-JloI7n-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/pp/TAKEGLOBAL/images/backdrop_mozzarella-1629430259614.png") !important;
background-size:100% 100% !important;
background-position:50% 0% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-Jm0sMY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Jm1eK1{
}

.phw-g-i-Jm39Lh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JmNZH2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JmVg1u{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-JmZB8W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JmhoLm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JmqVby-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Jn1FMW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Jn3mIL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JnDuxO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JnEEhS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JnKz5d-ds{
}

.phw-g-i-JnRpu7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JnUgyx-ds{
}

.phw-g-i-JnZfpd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JnoCMG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Jnqz8w-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-JnsVUc-ds{
border-radius:30px !important;
}

.phw-g-i-Jnslxy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JnvGYH-ds{
border-radius:30px !important;
}

.phw-g-i-JoDvGv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JoE1Gk{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-JoGS55-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JoMyDO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JoOHLr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JoYTV1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Joc659-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Joc9Cy-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JohYJI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Jos4yy-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-Joy0r4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JpcUv4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JpvzLA-ds{
border-style:none !important;
}

.phw-g-i-Jq0cAu-ds{
border-radius:30px !important;
}

.phw-g-i-Jq19mk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JqDLXp{
}

.phw-g-i-JqGLHh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JqMRuD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JqN5qf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JqNkcg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JqjvpR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JqmSTb-ds{
border-radius:30px !important;
}

.phw-g-i-JqmxUY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JqtwXS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Jr4ZZO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JrJKjW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JrKPy5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JrVo5s-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-JrfArr{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
box-shadow:var(--box-shadow-style-1) !important;
}

.phw-g-i-Jrk0xx{
color:var(--black) !important;
font-size:14px !important;
}

.phw-g-i-JrszVz-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-Js7Hid-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JsDVfI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JsLcSo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-JsQRvw-ds{
border-radius:30px !important;
}

.phw-g-i-JsSUsb{
}

.phw-g-i-JsW8NP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-JscJJO{
color:var(--white) !important;
}

.phw-g-i-Jsg4JK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Jskigq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Jsr2Az-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JssQxR{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-JssQxR:hover{
background:none !important;
background-image:none !important;
opacity:1 !important;
}

.phw-g-i-JssQxR{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-Jt6cw8-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Jt6pt5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Jt8mFE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Jt9Bi0-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-JtFpQE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JtgSJo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JtlVKQ-ds{
border-radius:30px !important;
}

.phw-g-i-JttqXg-ds{
z-index:2 !important;
pointer-events:none !important;
}

#_PCM .phw-g-i-JtulCh{
}

.phw-g-i-JuAMs5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JuFQ5D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JuWjeR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Junqrc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JutQxj{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
width:350px !important;
}

.phw-g-i-JutQxj:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-JutQxj:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-JutQxj:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-JutQxj:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-JutQxj.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-JutQxj:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-Jv3QQ0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Jv6Pjs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JvN1Sx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JvNXTz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JvPnFP-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JvXPhK-ds{
}

.phw-g-i-JvpPdG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JvwBCc{
}

.phw-g-i-Jw01ye{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-Jw36Zx-ds{
}

.phw-g-i-JwNxNT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JwRlwu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JwUEtf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-JwarDL-ds{
border-radius:30px !important;
}

.phw-g-i-JwmpEm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Jwrrsx-ds{
border-radius:30px !important;
}

.phw-g-i-JwrwoW-ds{
border-radius:30px !important;
}

.phw-g-i-Jwvumy-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-JwwQOQ-ds{
}

.phw-g-i-Jx179x-ds{
border-radius:30px !important;
}

.phw-g-i-JxPZP3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-JxWJHW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JxkcgE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Jy565G-ds{
border-radius:30px !important;
}

.phw-g-i-JyBKgn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JyassT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-JyeydB-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Jz11ON-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Jz1SXZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JzGJCe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-JzkiNG{
}

.phw-g-i-JzvjfG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K059Yf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K06Lzp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K0OECA{
padding-top:calc(var(--pu-space)*4) !important;
height:150px !important;
}

.phw-g-i-K0OVkg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-K0PUFm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K0XjuH-ds{
border-radius:30px !important;
}

.phw-g-i-K0Zjqx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K0e2rm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K0xXsr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K12DcI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K14QR2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K17Ocy-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-K17Ocy-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-K1C6yG-ds{
}

.phw-g-i-K1HsSg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-K1Ycs7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-K1b9dV{
color:var(--black) !important;
}

.phw-g-i-K1dZXf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K1hjVM-ds{
border-radius:30px !important;
}

.phw-g-i-K1j9kf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K1lbAk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K1pDJS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K21WLq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K2686W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K2AoIm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K2XF20-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K2kAFI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K2ljRT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-K36Yaj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K3OoRS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K3SBu9{
}

.phw-g-i-K3kYgK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K3lfme-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-t5ostv:hover .phw-g-i-K3oK6Y{
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
}

.phw-g-i-K3oK6Y{
}

.phw-g-i-K3skDw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-K40MvP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K40mJH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-K439jU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K43Yjr{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
text-transform:capitalize !important;
color:var(--white) !important;
width:100% !important;
text-align:start !important;
}

.phw-g-i-K440PP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K4BSY7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K4XQLq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K4g3a1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K4qYnN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K50Kzw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K54Bgz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-K5BCJL{
border-style:none !important;
font-size:var(--phw-g-regular-text-font-size) !important;
background-color:transparent !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
line-height:1.4 !important;
}

.phw-g-i-K5NFxx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K5mlUb-ds{
border-radius:30px !important;
}

.phw-g-i-K5wLk9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K66Ipq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K6C3xh-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-K6JRqc{
color:var(--phw-custom-text-colorsff8000) !important;
font-family:var(--cms-g-jetsansregular) !important;
text-decoration:underline !important;
}

.phw-g-i-K6NkVK-ds{
}

.phw-g-i-K6bae6-ds{
border-radius:30px !important;
}

.phw-g-i-K6joGA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K6lmCg{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
border-style:none !important;
}

.phw-g-i-K6mCLe-ds{
}

.phw-g-i-K70XHv-ds{
border-radius:30px !important;
}

.phw-g-i-K7Jjy5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-K7KOnd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K7LEcO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K7N8Pk-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-K7OjUc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K7YdcV-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K7elAU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K7l1qZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K7qIs2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K7qS9G-ds{
border-radius:30px !important;
}

.phw-g-i-K7teKS{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-K7v3eT{
}

.phw-g-i-K7yJYo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K80OjP{
}

.phw-g-i-K99mYh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K9A1kq-ds{
border-radius:30px !important;
}

.phw-g-i-K9D8tB{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:20px !important;
padding-right:20px !important;
min-height:auto !important;
box-shadow:none !important;
width:auto !important;
height:auto !important;
}

.phw-g-i-K9D8tB:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-K9D8tB:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-K9D8tB:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-K9D8tB:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-K9D8tB.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-K9D8tB:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-K9SH93-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K9XxwL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-K9kOhp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K9tRFP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-K9tjIl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-K9uZH1-ds{
background-color:rgb(249, 245, 241) !important;
border-width:0px !important;
border-radius:0px !important;
}

.phw-g-i-KA4Lfd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KA5weR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-KAA9kb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KAGQQK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KAO6KZ-ds{
}

.phw-g-i-KAOW7b-ds{
border-radius:30px !important;
}

.phw-g-i-KAbZOt{
max-height:none !important;
color:var(--black) !important;
max-width:none !important;
width:500px !important;
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
min-height:0px !important;
min-width:0px !important;
text-align:start !important;
}

.phw-g-i-KAbySJ-ds{
border-radius:30px !important;
}

.phw-g-i-KAdYfI-ds{
border-radius:30px !important;
}

.phw-g-i-KAfJ0I-ds{
border-radius:30px !important;
}

.phw-g-i-KAiQ5A{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KAsH2g{
font-size:52px !important;
line-height:1.4 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-KB1pTC-ds{
border-radius:30px !important;
}

.phw-g-i-KB7bhV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KBDZZU{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*10) !important;
border-top-right-radius:calc(var(--border-radius-base)*10) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*10) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*10) !important;
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:16px !important;
letter-spacing:0em !important;
line-height:1.3 !important;
background-color:var(--brand-color-secondary) !important;
font-weight:700 !important;
padding-top:calc(var(--pu-space)*1.75) !important;
padding-bottom:calc(var(--pu-space)*1.75) !important;
}

.phw-g-i-KBDZZU:hover{
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-KBJZCI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KBNZPl-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-KBT3zh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KBdMEZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KBnr1s-ds{
border-radius:30px !important;
}

.phw-g-i-KBpVgf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KCGQve-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KCNH5M-ds{
border-radius:30px !important;
}

.phw-g-i-KCYjcj-ds{
border-radius:30px !important;
}

.phw-g-i-KCbBHa-ds{
border-radius:30px !important;
}

.phw-g-i-KCcf8x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KCfwNo-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KCqx3e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KCwK8M{
}

.phw-g-i-KD4RCT-ds{
border-radius:30px !important;
}

.phw-g-i-KD6MA5-ds{
border-radius:30px !important;
}

.phw-g-i-KDBdiM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KDHNV2-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-KDHsG5{
}

.phw-g-i-KDJ9hf-ds{
border-radius:30px !important;
}

.phw-g-i-KDnDPS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KE0btJ-ds{
display:none !important;
}

.phw-g-i-KE0zvm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KE5uY7-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-KE7hjH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KEBYPk{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-KECHU2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KER9hC{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-KEWfJe-ds{
border-radius:30px !important;
}

.phw-g-i-KEhmTm-ds{
border-radius:30px !important;
}

.phw-g-i-KEnpMk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KEwFzM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KEyeZn{
color:var(--black) !important;
}

.phw-g-i-KF1D6T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KF4qHS-ds{
border-radius:30px !important;
}

.phw-g-i-KF59C1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KFDH6D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KFN4qs{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
text-transform:none !important;
width:1000px !important;
text-align:start !important;
}

.phw-g-i-KFOf2r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KFWl5n{
background-color:var(--brand-color-primary) !important;
box-shadow:none !important;
}

.phw-g-i-KFu4ck-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KG2INn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KG89Pp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KGdS9Q-ds{
border-radius:30px !important;
}

.phw-g-i-KGnDfJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KGqMrh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-KH35Xm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KHEU8g-ds{
border-radius:30px !important;
}

.phw-g-i-KHFkp3-ds{
}

.phw-g-i-KHReYG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KHVjMl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KI4r45-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KI9vbQ{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-KIFebh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KIOTeK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KIY43N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KIzbxb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KJP6OB-ds{
}

.phw-g-i-KJSzBg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KJTgAU-ds{
border-radius:30px !important;
}

.phw-g-i-KJVld4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KJWxex-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KJY89x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KJaNj1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KJbRlB-ds{
}

.phw-g-i-KJcORc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KJgIr3-ds{
border-radius:30px !important;
}

.phw-g-i-KJgWKQ{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-KJo8Na{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-KJuKA2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-KJxcur{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-KK3rn0-ds{
opacity:0.8 !important;
}

.phw-g-i-KK5RuT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KKBtBX{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-KKSH0Y-ds{
border-radius:30px !important;
}

.phw-g-i-KKUh6K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KKZOmX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KKo3wm-ds{
}

.phw-g-i-KKqsT4{
}

.phw-g-i-KKvbtv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-KKwc9D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KKyOVM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KL4aoo-ds{
border-radius:30px !important;
}

.phw-g-i-KLIPV8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KLPpAn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KLYWJa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KLbBvV{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-KLbBvV:hover{
background:none !important;
background-image:none !important;
opacity:100 !important;
}

.phw-g-i-KLi4Uo-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-KLizJM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KLn1QM{
}

.phw-g-i-KLne9E-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KMKOYX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KMT8AZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KMznIv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KNEEoc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KNLBsb-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-KNLBsb-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-KNPQQj-ds{
}

.phw-g-i-KNSido{
color:var(--black) !important;
}

.phw-g-i-KNWFYL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KNXDVj{
width:0px !important;
height:0px !important;
}

.phw-g-i-KNpLal-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KO0UaT-ds{
}

.phw-g-i-KO6mcj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KOIEeu{
}

.phw-g-i-KOQE7u{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
}

.phw-g-i-KOVLnm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KOWZ9n-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-KOfg95-ds{
border-radius:30px !important;
}

.phw-g-i-KOhfyR-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-KOmhqb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KP3AZf{
box-shadow:none !important;
}

.phw-g-i-KP3eu7-ds{
border-radius:30px !important;
}

.phw-g-i-KPCl0f-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-KPInc0-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-KPXO8X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KPYhVc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KPr3AK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KPs4lo-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KPzPKJ-ds{
}

.phw-g-i-KQ99Yr-ds{
border-radius:30px !important;
}

.phw-g-i-KQADlR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KQEVcQ-ds{
border-radius:30px !important;
}

.phw-g-i-KQKYnl-ds{
border-radius:30px !important;
}

.phw-g-i-KQNMd1-ds{
border-radius:30px !important;
}

.phw-g-i-KQRuPM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KQS5uU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KQZgtW-ds{
border-radius:30px !important;
}

.phw-g-i-KQanWQ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-KQb2sb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KQmRcT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KQoPez-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KQtsMo{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
width:320px !important;
}

.phw-g-i-KQtsMo:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
color:var(--black) !important;
}

.phw-g-i-KQtsMo:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-KQtsMo:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-KQtsMo:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-KQtsMo.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-KQtsMo:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-KR7Jp7{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-KRQyNU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KRR10c-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KRSLXX{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

#_PCM .phw-g-i-KRTzFT{
padding-top:calc(var(--pu-space)*4) !important;
height:150px !important;
}

.phw-g-i-KRUvAd{
}

.phw-g-i-KRb7wc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KRdF4q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KReflc{
font-size:var(--phw-g-input-label-text-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
}

.phw-g-i-KS2N8q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KS49qj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KS7suI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KSFDB1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KSN2pf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-KSP7iq-ds{
color:#00adee !important;
}

.phw-g-i-KSaZ6J-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-KSgFfh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KSmqrA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KStL1U-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-KSuIW0-ds{
border-radius:30px !important;
}

.phw-g-i-KSyKe2-ds{
border-radius:30px !important;
}

.phw-g-i-KSyRrd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KTDBq1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KTKZs1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KTLDrx-ds{
border-radius:30px !important;
}

.phw-g-i-KTPkJq-ds{
border-radius:30px !important;
}

.phw-g-i-KTRvmk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KTU1BE{
}

.phw-g-i-KTgKEk-ds{
border-radius:30px !important;
}

.phw-g-i-KTlRid-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-KTnMcV-ds{
opacity:0.8 !important;
}

.phw-g-i-KU65kI-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-KU6kbL-ds{
}

.phw-g-i-KU8wOS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KUKaO1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KUO0mP{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-KUPE96-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KUcbl5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KUqvfX-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-KVHCkX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KVNzRC{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-KVWBfN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KVZtgb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KVheFU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KW96Zc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KWFHQl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KWIjXu-ds{
border-radius:30px !important;
}

.phw-g-i-KWRmCx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KWSwVW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KWTBsX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KWbBUv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KWhuI6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KWk0Le-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KWo4Wq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KWpZtT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KWrNsF-ds{
border-radius:31px !important;
}

.phw-g-i-KWy3h8-ds{
border-radius:30px !important;
}

.phw-g-i-KX15Ys-ds{
border-radius:30px !important;
}

.phw-g-i-KX2TEh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KX2b8G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KX7ipu-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KX9sHG{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
}

.phw-g-i-KXGD51-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KXKE28-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-KXMOXY{
color:var(--black) !important;
}

.phw-g-i-KXbbFF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KY1Drw-ds{
border-radius:30px !important;
}

.phw-g-i-KY84Oq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KYamEl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KYb12X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KYlxnG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KYobdv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KYu8ao-ds{
border-radius:30px !important;
}

.phw-g-i-KZAac7-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-KZBKqa{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-KZPkyr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KZcuo1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KZyOVn{
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
}

.phw-g-i-Ka87u6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KaKz9E-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KaMG8I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KaNyau-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KaRDsF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KakDjB-ds{
border-radius:30px !important;
}

.phw-g-i-KamKBC-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Kau6Bs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Kb6Vem-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KbGhpF{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-KbJXdv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KbMO0P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KbkufG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KbzuKd-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-Kc5Y1q{
background:none !important;
background-image:none !important;
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-KcAE3J-ds{
}

.phw-g-i-KcGeuV-ds{
}

.phw-g-i-KcJ5US{
}

.phw-g-i-KcYEW4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KciqHB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KclbPr{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-Kd0lji-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kd3L6b-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Kd4e9A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kd97MB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Kd9S0P-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KdBpEk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KdDajj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KdJu4X-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KdKL0G-ds{
border-radius:30px !important;
}

.phw-g-i-KdQchT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Kdd4va-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KdeztV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KdwALK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KdwdaL-ds{
border-radius:30px !important;
}

.phw-g-i-KdwjZn{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-Ke4dse-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KefIWO-ds{
border-radius:30px !important;
}

.phw-g-i-KerMCC-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-KerMCC-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Kevttg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kez9O5{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-KfGagy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-KfR31A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KfRA6A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KfU09C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KfW4OI-ds{
border-radius:30px !important;
}

.phw-g-i-Kfen71-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KfkIho-ds{
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-KfrKTP{
border-width:0px !important;
border-color:var(--phw-custom-blackcolor000000ff) !important;
border-style:solid !important;
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
align-items:center !important;
max-height:70px !important;
height:70px !important;
border-inline-end-width:1px !important;
}

.phw-g-i-KftEmN-ds{
border-radius:30px !important;
}

.phw-g-i-Kg8aqT-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Kg9sWz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KgKUCp{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-KgSHP1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KgSePI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KgmjWN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kh8r94-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KhF4M0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KhLQ3M-ds{
border-radius:30px !important;
}

.phw-g-i-KhZrM8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KhcQqR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ki479H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ki9zuL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kixpyn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kj1oAO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KjHHIW{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}

.phw-g-i-KjJ7SC-ds{
border-radius:30px !important;
}

.phw-g-i-KjKKcu-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-KjKgAO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KjMIQm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KjXvhI{
}

#_PCM .phw-g-i-KjbRmj{
}

.phw-g-i-Kjn84j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kjpfab-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Kk16S8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Kk2SLw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KkK3Fn-ds{
border-radius:30px !important;
}

.phw-g-i-KkWpVC{
font-weight:700 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-KkXZ0I-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KktxZJ-ds{
border-radius:30px !important;
}

.phw-g-i-KlC6dX-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-KlCmBq-ds{
border-radius:30px !important;
}

.phw-g-i-KlN2kJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KlSOdd{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-KldTFc-ds{
border-radius:30px !important;
}

.phw-g-i-KloRHh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KmCREn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KmF3L5-ds{
border-radius:30px !important;
}

.phw-g-i-KmPdBq-ds{
}

.phw-g-i-KmVeZt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KmpLml-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Kn0MeP-ds{
border-radius:35px !important;
}

.phw-g-i-KnFjdo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KnHkP0-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-KnOPVr-ds{
}

.phw-g-i-KnPcdr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KnSfgU-ds{
border-radius:30px !important;
}

.phw-g-i-KnZhEv-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KnjZdy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ko2Jr7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KoFAAc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KoFCPG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KoM9Vi{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image4-1739248010660.png) !important;
background-color:none !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-KoaEFA{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-KosohJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Kp6ZTM-ds{
border-radius:30px !important;
}

.phw-g-i-KpA0U6-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-KpAhpN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KpBNH4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-KpHrXn-ds{
border-radius:30px !important;
}

.phw-g-i-KpU7AU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KpZKT4{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-Kpbrw2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kpnuoe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KpyCRV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Kpzwfl{
}

.phw-g-i-Kq6cLU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KqOiYa-ds{
}

.phw-g-i-KqQZy7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KqYHHg-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KqcEQc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KqhjOR-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Kqv7Eo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kqw82m-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-KqxGdF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KrCrmW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KrTNCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KrjzFc-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-KrsrP2{
}

.phw-g-i-KrtWLG{
background-color:transparent !important;
}

.phw-g-i-KsB9Mf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KsBhju{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-KsTK6o-ds{
border-radius:30px !important;
}

.phw-g-i-KslxAv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KswHrn-ds{
border-radius:30px !important;
}

.phw-g-i-Ksz5AN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Kt0AO4{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
}

.phw-g-i-KtWryZ-ds{
}

.phw-g-i-KtXXVx-ds{
display:none !important;
}

.phw-g-i-KtrTJD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ku1eTJ-ds{
}

.phw-g-i-Ku7uXu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KuCXTc-ds{
}

.phw-g-i-KuG03m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KuIdyv{
}

.phw-g-i-KuKlT8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KuNZng-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KuWPHw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Kugj2J{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
}

.phw-g-i-KuqG5D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KvDsF1-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-KvNOSN-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-KvU54e-ds{
border-radius:30px !important;
}

.phw-g-i-KvWGNY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KvdWWp{
border-width:0px !important;
border-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-KvdWWp img{
object-fit:cover !important;
}

.phw-g-i-Kvdc34{
}

.phw-g-i-Kvl7py{
color:var(--black) !important;
}

.phw-g-i-KvmKXg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KvopiC-ds{
border-radius:30px !important;
}

.phw-g-i-KvwNoU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KvxP4I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Kw5ALR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kw5MTD{
}

.phw-g-i-KwIIiI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KwRUZH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KwV8VD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KwXirT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kwc81g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KwquKk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KwudPG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ITI4ig:hover .phw-g-i-Kx1EYH{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-Kx1EYH{
}

.phw-g-i-Kx3HJB{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-KxJ4Ou{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-title-font-size) !important;
}

.phw-g-i-KxPLeh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-KxeD94-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KxnGgE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KxrbGt-ds{
border-radius:30px !important;
}

.phw-g-i-KxuB5Q-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ky3zj7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KyDpkr-ds{
}

.phw-g-i-KyEfdB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KyQwFC{
}

.phw-g-i-KyWR6j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KyWlPc{
}

.phw-g-i-KyZWcD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KylDsc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Kypf3w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KyqznE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kyyl6K{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
.phw-g-i-Kyyl6K img{
object-fit:cover !important;
}

.phw-g-i-KzEXbG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-KzKbD2-ds{
border-radius:30px !important;
}

.phw-g-i-KzLYMf-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-KzYOza{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KziOoh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Kzks0n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-KznEm8-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-KzxVIg{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
font-weight:normal !important;
padding-left:35px !important;
padding-right:35px !important;
margin-top:calc(var(--mu-space)*3) !important;
}

.phw-g-i-KzxVIg:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
}

.phw-g-i-KzxVIg:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-KzxVIg:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-KzxVIg:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-KzxVIg.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-KzxVIg:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-L01D7Y-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-L0HxE5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-L0KGN8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-L0Vqpq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L0alES-ds{
border-radius:30px !important;
}

.phw-g-i-L0e9NC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L15kcw{
font-size:var(--phw-g-hero-title-font-size) !important;
line-height:1.25 !important;
color:var(--black) !important;
font-weight:600 !important;
}

#_PCM .phw-g-i-L1EXzg{
background-color:var(--phw-custom-whitebgffffffff) !important;
background-repeat:no-repeat !important;
}

.phw-g-i-L1EXzg{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-L1OKjJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L1R63S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L1XeOV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L1azLJ{
}

.phw-g-i-L1bbz9-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-L1si0H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L26eyL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L28KhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L2AfYI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L2UzKZ-ds{
}

.phw-g-i-L37mII{
}

#_PCM .phw-g-i-L3YZCn{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
color:var(--text-dark) !important;
background-color:var(--widget-bg-white-color) !important;
}

.phw-g-i-L3deov-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L3liNb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-L3ohx4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-L4Ew8c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L4Goyz-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-L4M7yR-ds{
border-radius:30px !important;
}

.phw-g-i-L4PVKB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L4UwlS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-L4ohSJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L4qcqE-ds{
border-radius:17px !important;
}

.phw-g-i-L4r1g8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-L57w9o{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
border-style:none !important;
}

.phw-g-i-L5GqCA-ds{
border-radius:17px !important;
}

.phw-g-i-L5PEg6-ds{
border-radius:30px !important;
}

.phw-g-i-L5Q9Um-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L5pmqb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-L6Afwp-ds{
border-radius:30px !important;
}

.phw-g-i-L6M887-ds{
}

.phw-g-i-L6Pzbf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-L6XdKP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L6ZBts-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-L6dbhP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L6lPDr-ds{
border-radius:30px !important;
}

.phw-g-i-L6lzhi-ds{
border-radius:30px !important;
}

.phw-g-i-L6t42s-ds{
border-radius:17px !important;
}

.phw-g-i-L7B7b9{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-L7BTPa-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-L7CBtf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L7KcN4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L7gvtJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-L7hKbk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-L8AUW8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-L8g7xE-ds{
border-radius:30px !important;
}

.phw-g-i-L9AdR3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-L9nfH9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-L9xjAW-ds{
border-radius:30px !important;
}

.phw-g-i-LA1Igu-ds{
background-image:url("") !important;
}

.phw-g-i-LA6t1a-ds{
border-radius:30px !important;
}

.phw-g-i-LAEsyu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LAZ8kq{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
height:200px !important;
}

.phw-g-i-LAaf7Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LAolyS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LB0wVZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LB1aea-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LB6Xwa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LB8sm3-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-LBGkcW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LBRh81-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LBXUWM-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-LBXsK5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LBYKYO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LBZAqd-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-LBd4ZJ{
}

.phw-g-i-LBdAUu-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-LBkDQQ-ds{
border-radius:30px !important;
}

.phw-g-i-LBv8SH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LC59bL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LCEA6r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LCIqSF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LCQUmU-ds{
border-radius:30px !important;
}

.phw-g-i-LCSir6-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-LCZN6N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LCepvv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LCl46j-ds{
border-radius:30px !important;
}

.phw-g-i-LCoWzX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LCqejo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LCv4MG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LD32bn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LDGyDO-ds{
border-radius:30px !important;
}

.phw-g-i-LDK2CJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LDLZmm{
padding-bottom:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
}

.phw-g-i-LDaUva-ds{
border-radius:30px !important;
}

#_PCM .phw-g-i-LDnMTO{
width:1244px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
max-width:1440px !important;
}

.phw-g-i-LDrqyw-ds{
border-radius:30px !important;
}

.phw-g-i-LDsMxQ-ds{
text-align:left !important;
}

.phw-g-i-LE2bG1{
}
.phw-g-i-LE2bG1 img{
}

.phw-g-i-LEHVKU-ds{
background-size:100% 100% !important;
}

.phw-g-i-LELpz3{
border-width:1px !important;
border-color:var(--custom-border-color-1Buie-border) !important;
border-style:solid !important;
color:var(--black) !important;
}

.phw-g-i-LEMHkZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LEOAuW{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-LEOAuW:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
color:var(--black) !important;
}

.phw-g-i-LEOAuW:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-LEOAuW:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-LEOAuW:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-LEOAuW.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-LEOAuW:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-LEXZDV-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LEmsBE-ds{
border-radius:30px !important;
}

.phw-g-i-LEyW4n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LF9WC1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LFAk7v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LFEzQK-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-LFF6iC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LFLCBT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-LFN3YW-ds{
border-radius:30px !important;
}

.phw-g-i-LFYcTh{
color:var(--black) !important;
}

.phw-g-i-LFctD0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LFgq53{
}

.phw-g-i-LFoOji-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LFqD1M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LFufFv{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-LG2usU-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-LGaEru{
background:none !important;
background-image:none !important;
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-LGi9pg-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-LH50VY{
}

.phw-g-i-LH5kaj-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-LHJhB9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LHaEAY{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-LHgN6P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LHgOCu-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-LHhHaf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LHi2je-ds{
border-radius:31px !important;
}

.phw-g-i-LHxbiY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-LI587w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LI7jT9-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-LISu1M-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-LIUwfZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LIroU6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LIvbYd-ds{
}

.phw-g-i-LIxe8J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LJI2TT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LJKgiQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LJbjex-ds{
border-radius:30px !important;
}

.phw-g-i-LJuU4L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LK9tWI{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-LKC5ID-ds{
border-radius:30px !important;
}

.phw-g-i-LKYCzX-ds{
}

.phw-g-i-LKkxeK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LKokZt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LL0bM2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LL5VeG{
text-transform:lowercase !important;
}

.phw-g-i-LLC80q{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}

.phw-g-i-LLdgK9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LLnRci-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LLtySq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LLxDQ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LMICMh-ds{
border-radius:30px !important;
}

.phw-g-i-LMULhj-ds{
border-radius:30px !important;
}

.phw-g-i-LMbl6f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LMusn5-ds{
}

.phw-g-i-LN8cZj-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-LNA45p-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LNLFfl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LNOvSN-ds{
border-radius:30px !important;
}

.phw-g-i-LNRrG8{
color:var(--white) !important;
}

.phw-g-i-LNVQ3W-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LNdje8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LNqyer-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-LNrjKm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LNt3gq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LNxaTz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LNyQRH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LO2EtA-ds{
}

.phw-g-i-LOBJ4o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LOJs2l{
color:var(--black) !important;
}

.phw-g-i-LOLa0c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LOTZh5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LOcKe7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-LOecMi-ds{
border-radius:30px !important;
}

.phw-g-i-LOuy5p-ds{
border-radius:30px !important;
}

.phw-g-i-LOvlsZ-ds{
border-radius:30px !important;
}

.phw-g-i-LOxrHh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LOzemx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LP0V6f-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LP1Ngr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LPCuW1{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-LPCuW1{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
}

.phw-g-i-LPGEOi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LPPs6T-ds{
border-radius:30px !important;
}

.phw-g-i-LPewHJ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-LPyFbM-ds{
}

.phw-g-i-LQ65nC-ds{
border-radius:30px !important;
}

.phw-g-i-LQ8SJq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LQM878-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LQUYc8-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LQWA82-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-LQa8l3-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-LQaPvE-ds{
border-radius:30px !important;
}

.phw-g-i-LQe3oP-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-LQe7Lw-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LQerdz-ds{
color:#00adee !important;
}

.phw-g-i-LQjC9m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LQv6H7-ds{
border-radius:30px !important;
}

.phw-g-i-LR8fI9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LRCqiV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LRTq14{
}

.phw-g-i-LRULQX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LRZ3EA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LRgwXM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LRsNJp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LRt4lo-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-LRzJaU{
color:var(--black) !important;
}

.phw-g-i-LSHGFe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LSIQkc-ds{
border-radius:30px !important;
}

.phw-g-i-LSVN5p-ds{
display:none !important;
}

.phw-g-i-LSW6Lq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LSbE9W-ds{
border-radius:30px !important;
}

.phw-g-i-LSdbqe-ds{
}

.phw-g-i-LSr0TO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LSxbZ6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-LSyXc1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LT7tIZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LTCfZw-ds{
border-radius:30px !important;
}

.phw-g-i-LTF31a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LTRKVe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LTdfpB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LTkHQD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LTwLo8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LU4O9U{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-LUGHQ7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LUGYSa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LUNDey-ds{
border-radius:30px !important;
}

.phw-g-i-LUZTkr{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-LUdINB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LUdvGg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LUgoJZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LUmNDL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LUob5w-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LUu8y9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LV2FCY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LV9T44-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LVQSJF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LVVPsv-ds{
border-radius:30px !important;
}

.phw-g-i-LVVvbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LVeuqd-ds{
border-radius:30px !important;
}

.phw-g-i-LVmhnx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LVvBRM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LVxCTN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LVy0vw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LW4eIM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LW5V1j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LWQeaH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LWZIni-ds{
border-radius:30px !important;
}

.phw-g-i-LWZwpk-ds{
border-radius:30px !important;
}

.phw-g-i-LWjFMv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LWnZG3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LWoEEN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LX32km-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LX8phi-ds{
}

.phw-g-i-LXGVgH-ds{
display:none !important;
}

.phw-g-i-LXHs58-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LXPmNJ{
height:64px !important;
width:64px !important;
}

.phw-g-i-LXbBqS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LXqZJm-ds{
border-radius:30px !important;
}

.phw-g-i-LXtJa1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LXug2Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LY3z4D{
}
.phw-g-i-LY3z4D img{
object-fit:cover  !important;
}

.phw-g-i-LY8TuE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LY8xjN-ds{
border-radius:30px !important;
}

.phw-g-i-LYA8Uw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LYALBZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LYFTik-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LYMVGC{
background:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:54px !important;
box-shadow:none !important;
width:340px !important;
}

.phw-g-i-LYMVGC:hover{
background:none !important;
border-color:var(--custom-border-color-1Buie-border) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
color:var(--black) !important;
}

.phw-g-i-LYMVGC:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-LYMVGC:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-LYMVGC:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-LYMVGC.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}
.phw-g-i-LYMVGC:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}

.phw-g-i-LYZ8iZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LYptSR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LZADdk{
font-size:40px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-LZJYbY{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-LZK9A8{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
width:350px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-LZK9A8:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-LZK9A8:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-LZK9A8:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-LZK9A8:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-LZK9A8.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-LZK9A8:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-LZv6e8{
color:var(--white) !important;
}

.phw-g-i-LaNDiR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LaWQV0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Lacnzn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LaeU0g-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Lagrds-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LainsB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Lap5Ar-ds{
}

.phw-g-i-Lauvqf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LavC23-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lb7Mhw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LbH4dl-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-LbLach-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LbOe2m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LbSw9I-ds{
border-radius:47px !important;
}

.phw-g-i-LbUj13-ds{
border-radius:30px !important;
}

.phw-g-i-LbeCtq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Lbjic8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Lbl5P3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LbnJZv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LbpGVV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LbpelO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Lc62BU{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-Lc62Ij-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LcHYQG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LcL01l-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-LcL1Kq{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-LcNMML-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-LcYF7D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lca3lo-ds{
border-radius:30px !important;
}

.phw-g-i-LcdYyV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Lcj96v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LcjQxn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LcpAAE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Lcx1gD-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LcyFMp-ds{
}

.phw-g-i-Ld76tK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LdA740-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LdLkib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LdZ8lq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Le7J8P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-LeMg6c{
border-color:var(--phw-custom-border-black000000ff) !important;
color:var(--white) !important;
}

.phw-g-i-LeO83p{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--white) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-LeS087-ds{
border-radius:30px !important;
}

.phw-g-i-LeTTnc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LeTmqV{
color:var(--black) !important;
}

.phw-g-i-LeXzev-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LebsMK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-Lemajw:hover{
background-color:var(--phw-custom-whitebgffffffff) !important;
color:var(--black) !important;
}

.phw-g-i-LfHkM5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LfSviE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LfdwDS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LfpOH0-ds{
border-radius:30px !important;
}

.phw-g-i-LftHcp{
}

.phw-g-i-Lg01xl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lg4k0j-ds{
border-radius:30px !important;
}

.phw-g-i-LgO03w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LgeJ1L-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lgfc3B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LgoLUp-ds{
border-radius:30px !important;
}

.phw-g-i-LhNP22-ds{
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-LhSMph-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lho8FH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LhqwSh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LhxXrw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Li2hRu{
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
}

.phw-g-i-Li7aMp{
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--white) !important;
border-style:none !important;
}

.phw-g-i-LiM3NB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LiaJZW{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-LioNdh-ds{
border-radius:30px !important;
}

.phw-g-i-LisPKY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LizhDy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lj7Png-ds{
border-radius:30px !important;
}

.phw-g-i-LjGYJk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LjHeA2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LjQGuu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LjWG3q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LjZCkR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LjsXeR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LjwMWZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Lk3taN-ds{
}

.phw-g-i-Lk6we4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LkJr6z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LkbQTD-ds{
border-radius:30px !important;
}

.phw-g-i-LkdyjH-ds{
}

.phw-g-i-Lktt9w-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LkysKZ{
}

.phw-g-i-Ll3MSx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LlF4TY{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-LlaR5n-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LlaWxS-ds{
border-radius:30px !important;
}

.phw-g-i-LlkYEy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LlrLT0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Lm3VeC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lm3o3n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Lm8Ahw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LmA93z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LmE0Jv{
}
.phw-g-i-LmE0Jv img{
object-fit:cover !important;
}

.phw-g-i-LmEIqV-ds{
border-radius:30px !important;
}

.phw-g-i-LmFuzL-ds{
border-radius:30px !important;
}

.phw-g-i-LmIfWc-ds{
border-radius:30px !important;
}

.phw-g-i-Lmvk0c-ds{
border-radius:30px !important;
}

.phw-g-i-Ln0UaH-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-LnAOm2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LnLiYS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LnR5uB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LnSskX{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-LnkWTR-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-Lnlizz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LnwMvv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Lo1atM-ds{
border-radius:30px !important;
}

.phw-g-i-Lo1zXl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LoGb9k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LoIzaL{
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-LoNPM0{
}

.phw-g-i-LoQVbU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Loa6N5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LoeYVJ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lol2I7-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-LomKKG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Los6P1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Loy384-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LpJWhk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LpW4ob-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LpaEFg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LpaF0Y-ds{
}

.phw-g-i-Lphtxz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LpiEf7-ds{
border-radius:30px !important;
}

.phw-g-i-LptdJV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LpxZ8K-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LqS97V-ds{
opacity:0.8 !important;
}

.phw-g-i-LqSwt2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LqXdE6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LqdHxp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LrKk4z-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LrOxQP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LrPXIH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LrelRg{
text-align:center !important;
}

.phw-g-i-Lry3Kl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LsAsXH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LsET4L-ds{
border-radius:30px !important;
}

.phw-g-i-LsGRRw-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Lseoba-ds{
}

.phw-g-i-Lsj0PL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Lsj3Hn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LsnJPA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LtEHPI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LtElu5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LtOi1o{
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-LtXR0X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LtfGua-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LtinGa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lty9ox-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Lu1Qju-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Lu8lQ1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Lu9IGJ-ds{
border-radius:30px !important;
}

.phw-g-i-LuE0oR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LuGT12-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LuTAXg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LuW0rP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-LufSn7-ds{
border-radius:30px !important;
}

.phw-g-i-Lul102-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LurM4u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Lv3ptk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Lv8OPq{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-Lv8OPq:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-Lv8OPq:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-Lv8OPq:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-Lv8OPq:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-Lv8OPq.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-Lv8OPq:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-LvDl1h{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-LvUXhm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LvbHMl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lvq169-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Lvtp7q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lw7Tyd{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-Lw9Xun-ds{
border-radius:30px !important;
}

.phw-g-i-LwA7QQ{
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-LwEJvH{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-finance-1740368957616.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-LwHytp{
fill:var(--phw-custom-icon-whiteffffffff) !important;
color:var(--phw-custom-icon-whiteffffffff) !important;
}

.phw-g-i-LwNvwl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lweq4M{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:16px !important;
line-height:1.5 !important;
text-decoration:underline !important;
font-weight:700 !important;
}

.phw-g-i-Lweq4M:hover{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-Lwt1WP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LxBEKC{
max-width:1440px !important;
width:auto !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
height:auto !important;
}

.phw-g-i-LxHfyg{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-LxHy6d-ds{
border-radius:17px !important;
}

.phw-g-i-LxIHuZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-LxQYOQ{
}

.phw-g-i-LxRybR-ds{
border-radius:30px !important;
}

.phw-g-i-Lxeztf-ds{
border-radius:30px !important;
}

.phw-g-i-LxlJLL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Lxott5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Ly030J-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ly2nNp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-LyglUN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Lyiwqg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Lyqn3h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-LywSHv{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-LyzG2Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Lz7jnz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-LzHmXu-ds{
border-radius:30px !important;
}

.phw-g-i-Lze645{
}

.phw-g-i-LzhevT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-M0Aoeu-ds{
border-radius:30px !important;
}

.phw-g-i-M0DidL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M0L7ov-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M0NrKA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M0OAU1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M0XOGt-ds{
border-radius:30px !important;
}

.phw-g-i-M0ZUp4-ds{
}

.phw-g-i-M11r6S-ds{
border-radius:30px !important;
}

.phw-g-i-M153ZY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M1KP1g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-M1KZUP{
background:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:54px !important;
box-shadow:none !important;
width:220px !important;
}

.phw-g-i-M1KZUP:hover{
background:none !important;
border-color:var(--custom-border-color-1Buie-border) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
color:var(--black) !important;
}

.phw-g-i-M1KZUP:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-M1KZUP:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-M1KZUP:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-M1KZUP.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}
.phw-g-i-M1KZUP:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}

.phw-g-i-M1LVUv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M1QMd2-ds{
border-radius:30px !important;
}

.phw-g-i-M1YFar{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-M1bOls-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M1dba8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M1ljMk-ds{
border-radius:30px !important;
}

.phw-g-i-M28Chz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M2A0cM-ds{
}

.phw-g-i-M2YKAX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M2xvHM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M30Kne-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M3FLiK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M3OGrG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M3Or5P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M3TAuF-ds{
border-radius:30px !important;
}

.phw-g-i-M3gMSK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M3lG1p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M3mqTT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-M3oCOM-ds{
border-radius:30px !important;
}

.phw-g-i-M3rmnN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-M3sY2o-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-M40IKO-ds{
border-radius:30px !important;
}

.phw-g-i-M43V9P-ds{
border-radius:30px !important;
}

.phw-g-i-M45172-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M464GE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M472LS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-M48UgN{
line-height:1 !important;
}

.phw-g-i-M49hDe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M4EzLg-ds{
border-radius:30px !important;
}

.phw-g-i-M4Ilea-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M4aZuA-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-M4rZc5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-M4t3Zi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M56vJB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M58e08-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-M59AuU{
}

.phw-g-i-M5AOFC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M5MWVI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M5Uz0B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M5WZRO-ds{
border-radius:30px !important;
}

.phw-g-i-M5X6PH{
}

.phw-g-i-M5evd7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M5foiT-ds{
border-radius:30px !important;
}

.phw-g-i-M5g85V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M5hL69-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-M5tZUv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M62yID-ds{
border-radius:30px !important;
}

.phw-g-i-M6DLyG{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-M6KmGN{
}

.phw-g-i-M6bDpH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M6cz1s-ds{
border-radius:30px !important;
}

.phw-g-i-M6ir3N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M6uk1X-ds{
border-radius:30px !important;
}

.phw-g-i-M6umwb-ds{
border-radius:30px !important;
}

.phw-g-i-M6xJVX{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:598px !important;
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
height:268px !important;
}

.phw-g-i-M7Gwws-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M7ODPm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M7RCre-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M7VjJF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M7jS0C-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-M7o3wC{
height:auto !important;
width:auto !important;
overflow:hidden !important;
}
.phw-g-i-M7o3wC img{
object-fit:unset !important;
}

.phw-g-i-M7p8xO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M7tf8c-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-M7xlA0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M801XX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M88jbC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M89CjS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M8CsHj{
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
color:var(--white) !important;
border-style:none !important;
}

.phw-g-i-M8MBDH-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-M8Os11-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M8htUe-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-M8z3Oj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-M93lz9-ds{
border-radius:17px !important;
}

.phw-g-i-M9AYQX{
}
.phw-g-i-M9AYQX img{
object-fit:cover  !important;
}

.phw-g-i-M9Stp2-ds{
border-radius:30px !important;
}

.phw-g-i-M9vSVG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-M9vcyA-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-M9wbeU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MACS07-ds{
}

.phw-g-i-MAPTvx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MAeZrc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MAuT63-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MBiMGW{
}

.phw-g-i-MBy50J-ds{
border-radius:30px !important;
}

.phw-g-i-MC0OEN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MC3OHW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MC8IgX{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-MCDYgh-ds{
border-radius:30px !important;
}

.phw-g-i-MCIO4p-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MCLZ7f-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MCLqD6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MCO1gl-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MCSS5d-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MCSgn4{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-MCUHeP-ds{
border-radius:30px !important;
}

.phw-g-i-MCUT3R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MCX3qp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MCylyS-ds{
}

.phw-g-i-MD3vs7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MD5QVa-ds{
border-radius:30px !important;
}

.phw-g-i-MDBrID-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MDC3eN-ds{
border-radius:30px !important;
}

.phw-g-i-MDDq0F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MDNPPh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MDzKio-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ME7L7y{
height:63px !important;
width:300px !important;
}

.phw-g-i-MEVva9-ds{
border-radius:30px !important;
}

.phw-g-i-MEWU3H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MExMIk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MF1MpI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MFAxIb{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-MFPDwx{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
}

.phw-g-i-MFXo8u-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MFYVrA-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-MFkhjF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MFx4XI{
background-color:var(--phw-custom-backgrounds636363636363)) !important;
}

.phw-g-i-MG8ZcA-ds{
background-image:url("") !important;
}

.phw-g-i-MGMC5D-ds{
border-radius:30px !important;
}

.phw-g-i-MGQYcN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MGSVtU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MGgYGb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MGj41r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MGwXXN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MGwo0P-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MGz2cU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MHAenu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MHBDPP-ds{
border-radius:30px !important;
}

.phw-g-i-MHEHpf-ds{
}

.phw-g-i-MHFI5E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MHOAkL-ds{
border-radius:30px !important;
}

.phw-g-i-MHRAU3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MHa52n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MHh3vy-ds{
border-radius:30px !important;
}

.phw-g-i-MICwtS-ds{
border-radius:30px !important;
}

.phw-g-i-MIFSlZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MIKZEK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MIPNdU-ds{
border-radius:30px !important;
}

.phw-g-i-MIQPCd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MIfBHa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MIiFwl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MIqan9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MIyWla-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-MJ31Gu-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MJDIX8-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-MJUgNQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MJiq3j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MJjrYJ-ds{
border-radius:30px !important;
}

.phw-g-i-MK305t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MKJlgY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-MKapVs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MKkERj{
margin-inline-start:auto !important;
}

.phw-g-i-MKokLh-ds{
}

.phw-g-i-MKqSXC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MKxTee-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ML4u4q-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-ML7mMT-ds{
border-radius:30px !important;
}

.phw-g-i-MLAIMi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MLOY9A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MLTkJU-ds{
border-radius:30px !important;
}

.phw-g-i-MLWYkf-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MLfHSF-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-MLwUUw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MMESzt-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MMNY3w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MMTtcQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MMgAHs-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MMi3Vz-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MMiRHo-ds{
border-radius:30px !important;
}

.phw-g-i-MMsC27-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-MMurbJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MN07WL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MNBAXd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MNCYgN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MNCxqK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MNLBqU-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-MNaXdf-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-MNc0of{
}

.phw-g-i-MNl2tT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MNoXMh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MNu8wb-ds{
border-radius:17px !important;
}

.phw-g-i-MO6dJh{
}

.phw-g-i-MO9uY0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MOCAjy-ds{
}

.phw-g-i-MODkxm-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MOIN2s-ds{
border-radius:30px !important;
}

.phw-g-i-MOKCiL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MONYUr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MOQPL1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MObZQ3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MOfD8u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MOgksn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MOpOBd{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-weight:900 !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-MOyzlP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MPFatS-ds{
color:#00adee !important;
}

.phw-g-i-MPRUxo-ds{
border-radius:30px !important;
}

.phw-g-i-MPRcba-ds{
border-radius:30px !important;
}

.phw-g-i-MPnzu2-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-MPsLNl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MPvpM7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MPxOGQ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-MQ3Hku-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MQDMi0-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-MQTeW5-ds{
border-radius:30px !important;
}

.phw-g-i-MQXL7X-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MQYpZz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MR9aM2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MRDyUb-ds{
border-radius:30px !important;
}

.phw-g-i-MRLc4c-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-MRT6xq{
font-size:var(--font-size-11) !important;
}

.phw-g-i-MRjqyw-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-MRmvO0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MRp4da-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MSWrCf-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MSZ7Vc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MSjdwB-ds{
}

.phw-g-i-MSjhEi-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MSs47V-ds{
border-radius:30px !important;
}

.phw-g-i-MT0hbP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MTG83P-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-MTGwMG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MTH1Kc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MTNroZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MTspL0-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-MTve4b-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-MTzlWK{
background:none !important;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/background-1738315259540.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-MUA4zb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-MUJImB{
height:24px !important;
width:24px !important;
}

.phw-g-i-MUOLxx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MUjNax-ds{
opacity:0.8 !important;
}

.phw-g-i-MUsefe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MVU1Fy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MVd1LY{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-MVj7DY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MVnM3u{
}

.phw-g-i-MWBknc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MWD68m-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-MWZAQX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MWf2Nc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MWgeU0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MWkU4g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MWmZ3U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MWnnA5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MWssKF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MWv3zn-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-MX9jzj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MXHjYb-ds{
}

.phw-g-i-MXPep1{
}

.phw-g-i-MXTnLJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MXXo72-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MXYdlC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MXo8qf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MY1Kjq{
text-shadow:none !important;
}

.phw-g-i-MY6KO9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MYMDst{
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
height:96px !important;
}

.phw-g-i-MYOFCu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MYYuEF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MYbpg3{
}

.phw-g-i-MYo5da{
}
.phw-g-i-MYo5da img{
object-fit:cover !important;
}

.phw-g-i-MYunN2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-MYx114-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MZ1WEC-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-MZ4XT3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MZ7638-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MZDoc7-ds{
border-radius:30px !important;
}

.phw-g-i-MZFiCM{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-MZKmGF{
border-color:var(--phw-custom-border-black000000ff) !important;
color:var(--black) !important;
}

.phw-g-i-MZTi12-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ma37y9-ds{
}

.phw-g-i-Ma7Now-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MaBspe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MaS0be{
color:var(--black) !important;
}

.phw-g-i-ManWHr{
color:rgb(255, 128, 0) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-hero-title-font-size) !important;
line-height:60px !important;
padding-inline-start:calc(var(--pu-space)*5) !important;
}

.phw-g-i-MapDtm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MaxDd9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MbJZZs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MbO4at-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MbYNkd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MbfgAk{
color:var(--black) !important;
text-align:center !important;
}

.phw-g-i-MbgtA3-ds{
border-radius:30px !important;
}

.phw-g-i-Mbo6ir{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-MbrhM4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mbv1xL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mc09j9-ds{
border-radius:30px !important;
}

.phw-g-i-McP2E4-ds{
border-radius:30px !important;
}

.phw-g-i-McVVOx{
}

.phw-g-i-MceA5i-ds{
border-radius:29px !important;
}

.phw-g-i-MceGSn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Md9Bfv{
}

.phw-g-i-Md9KN8-ds{
}

.phw-g-i-MdBKgd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MdLK02-ds{
border-radius:17px !important;
}

.phw-g-i-MdV4oB-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-MdXmH3-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-MdYtt5{
border-width:1px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
color:var(--black) !important;
background-color:transparent !important;
width:320px !important;
}

.phw-g-i-Mdap6L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MdefHg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MdfFXq{
}

.phw-g-i-MdhKPH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MeOzxx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MeSN6t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MeZXHt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mebg8W{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-MeeyT6{
padding-inline-end:calc(var(--pu-space)*0) !important;
}

.phw-g-i-Mei9ib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MekjC3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MesfH1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mf4yiI-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-MfK1ou{
}
.phw-g-i-MfK1ou img{
object-fit:cover !important;
}

.phw-g-i-MfplKO-ds{
border-radius:30px !important;
}

.phw-g-i-Mftvq1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mg7NUP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MgCvq3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MgINdM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MgWqhy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MgYZCs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MgZ1t2-ds{
}

.phw-g-i-MgdfMA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MgnBS1{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:inherit !important;
}

.phw-g-i-MgpbAP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mgvb94-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MhIns8{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-MhOFNc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MhR7TE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MhcgPj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MhgX2E-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Mi2dJ1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Mi7UbS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MiByLu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MiFctD-ds{
border-radius:30px !important;
}

.phw-g-i-MiK2UA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Mih9jm-ds{
}

.phw-g-i-MikD38-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Mj2oz9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MjD0li-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-MjDudI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Mk2oXr-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-Mk83g1{
font-size:var(--phw-g-input-label-text-font-size) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
}

.phw-g-i-MkBqYp{
}

.phw-g-i-MkEz4u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MkGURx-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-MkO6on-ds{
border-radius:30px !important;
}

.phw-g-i-MkiPTj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MkxKSd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ml37nK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ml46Mm{
}

.phw-g-i-MlG0SJ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MlIdNk:hover{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-MlIdNk{
}

.phw-g-i-MlTLzo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MlUgKD-ds{
border-radius:30px !important;
}

.phw-g-i-MldOa0{
width:360px !important;
height:63px !important;
max-width:360px !important;
}

.phw-g-i-MlfkL5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Mlj4nu{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-MloDA3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MmAHiA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MmDuam-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MmUSp8-ds{
}

.phw-g-i-MmaGBe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MmjpzB{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:32px !important;
}

.phw-g-i-MmlAiN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-MmlDcm-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-Mmrkgy-ds{
border-radius:30px !important;
}

.phw-g-i-MmydH7-ds{
border-radius:30px !important;
}

.phw-g-i-MnFiOk-ds{
border-radius:30px !important;
}

.phw-g-i-MnQHoA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-MnVv3l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MnenhG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MnfR2F-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MnoXdf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mnvf6b-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Mo1MdY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Mo9lfU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MoAoii-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MoDoV0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MoJl7q-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-MoLl6w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MoWNiz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MocNxu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MoqJpj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Moqy9H-ds{
border-radius:31px !important;
}

.phw-g-i-MotZvU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mozo56-ds{
border-radius:30px !important;
}

.phw-g-i-Mp1In5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-MpF7Wi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MpHLhr{
color:var(--white) !important;
}

.phw-g-i-MpYlNJ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-MpqQ9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mpucvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mq91Xl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MqBf7N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MqSEef-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MqWsUs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MqaQnN-ds{
}

.phw-g-i-MqdEcH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MqgQ4i-ds{
opacity:0.8 !important;
}

.phw-g-i-MqoIcM-ds{
}

.phw-g-i-MqqMYR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MqvOVZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MqywSn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mr4uKq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MrBhK5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MrJhQW{
}

.phw-g-i-MrLPLk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Mrhjby-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MrmyHA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mroa3T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MsETUT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MsZFDX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Msy1PZ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Msz0ui-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Mt2F4s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MtBJMX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MtDgWE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MtfFdA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MtiAmR{
color:var(--black) !important;
}

.phw-g-i-Mtk04t-ds{
border-radius:30px !important;
}

.phw-g-i-MtlY0O-ds{
border-radius:31px !important;
}

.phw-g-i-Mtwcs2{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-MtyK3r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Mu04EM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Mua91g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MueNfX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MufofM-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MunZwb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Mv1Vxt-ds{
border-radius:30px !important;
}

.phw-g-i-MvFskH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MvWhxO-ds{
border-radius:30px !important;
}

.phw-g-i-Mvhmen-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mvnmig-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mw2Usv-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-Mw85PG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MwETKX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-MwHIQz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MwSJ8I{
}

.phw-g-i-MwTaZq{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--white) !important;
margin-top:calc(var(--mu-space) * 3) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-MwZZ0X{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--link-color) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
}

.phw-g-i-MwrzC8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-MwsYQ1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MwvnF6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Mwy3RZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Mx0ner{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:20px !important;
line-height:20px !important;
}

.phw-g-i-Mx5vNf{
background:none !important;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738731519301.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-MxAXgX-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-MxGkko-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MxI2cl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MxKrll{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-MxXu5F-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-MxkWti-ds{
border-radius:30px !important;
}

.phw-g-i-MxrDWR-ds{
border-radius:30px !important;
}

.phw-g-i-Mxx0qO-ds{
}

.phw-g-i-MxxeIT-ds{
display:none !important;
}

.phw-g-i-My0qS3-ds{
}

.phw-g-i-My1yef-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MyAXqB-ds{
border-radius:30px !important;
}

.phw-g-i-MyQAVu{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-MyjznG-ds{
border-radius:30px !important;
}

.phw-g-i-MynJP1-ds{
border-radius:30px !important;
}

.phw-g-i-MyqaLu-ds{
border-radius:30px !important;
}

.phw-g-i-MyrGVR{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
min-height:0px !important;
width:auto !important;
}

.phw-g-i-MyrO6s{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
box-shadow:var(--box-shadow-style-3) !important;
}

.phw-g-i-Mz1R8c-ds{
border-radius:30px !important;
}

.phw-g-i-Mz7cnR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MzCE4K-ds{
border-radius:30px !important;
}

.phw-g-i-MzG01v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MzI4FD{
background:none !important;
background-image:none !important;
}

.phw-g-i-MzQp1K-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-MzWzDV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MzXtkA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-MzdOR4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-MzpJKL-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-N0GIri-ds{
border-radius:30px !important;
}

.phw-g-i-N0H9d0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N0Lgtg-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-N0MieL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-N0UTzM-ds{
z-index:2 !important;
pointer-events:none !important;
}

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

.phw-g-i-N0aJtw{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-N0pyDl-ds{
}

.phw-g-i-N0vee0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N10drk-ds{
border-radius:30px !important;
}

.phw-g-i-N1K9PV{
}

.phw-g-i-N1g4A9{
width:1244px !important;
max-width:1440px !important;
}

.phw-g-i-N1sHsX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-N21JyP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N2GoO0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N2NM5W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-N2Pb6j-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-N2QdMw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N2cZCk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N2iNtp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N2wMcV{
}

.phw-g-i-N38tRD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-N3ILAv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N3KNa8-ds{
border-radius:30px !important;
}

.phw-g-i-N3Zi10-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N3iNMW{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-N3wUBD{
color:var(--black) !important;
}

.phw-g-i-N420pp-ds{
border-radius:30px !important;
}

.phw-g-i-N4RYfX-ds{
color:#00adee !important;
}

.phw-g-i-N4SOr1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-N4SsJj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N4Ud1j-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-N4YuVI-ds{
border-radius:30px !important;
}

.phw-g-i-N4aL5b{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-N4aL5b:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-N4aL5b:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-N4aL5b:focus{
border-color:var(--brand-color-primary) !important;
}

.phw-g-i-N4aL5b:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-N4aL5b.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-N4aL5b:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-N4xdW3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N57Ckt-ds{
border-radius:30px !important;
}

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

.phw-g-i-N5dTlf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N5f5QP-ds{
border-radius:30px !important;
}

.phw-g-i-N5fcI8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-N5mYJV-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N5rhBF{
text-transform:none !important;
color:var(--black) !important;
width:1000px !important;
font-size:var(--font-size-11) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:start !important;
}

.phw-g-i-N5sPQV-ds{
border-radius:30px !important;
}

.phw-g-i-N63bVC{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-NhxXMc:hover .phw-g-i-N63bVC{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-N64IHt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N66CnP-ds{
border-radius:30px !important;
}

.phw-g-i-N6FuJl-ds{
}

.phw-g-i-N6a7fL-ds{
border-radius:30px !important;
}

.phw-g-i-N6cGJB-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-N6kdxe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-N6qLIw-ds{
border-radius:30px !important;
}

.phw-g-i-N6yeWs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N73X7t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N7Mf79-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-N7NGAk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-N7OqBZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N7Z9lt{
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*10.25) !important;
width:640px !important;
font-size:18px !important;
text-align:start !important;
}

.phw-g-i-N7aEdg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N7asqK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N7dUl0-ds{
border-radius:30px !important;
}

.phw-g-i-N7eSen-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-N7hivy{
}

.phw-g-i-N83ZsN-ds{
border-radius:30px !important;
}

.phw-g-i-N88PRR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-N8G8hw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N8Na7C-ds{
border-radius:30px !important;
}

.phw-g-i-N8bZji-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-N8g2pF-ds{
}

.phw-g-i-N8iWCt-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N8jQgi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N8w700-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N8xds0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-N90pui{
width:300px !important;
max-width:300px !important;
max-height:60px !important;
}

.phw-g-i-N9RECu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N9S4pe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N9UZCr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N9bS4m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-N9cjpx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-N9qd2B-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-N9tsRq-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NALWfQ-ds{
border-radius:30px !important;
}

.phw-g-i-NAQj6d{
}

.phw-g-i-NAQjYk{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-NAQjYk:hover{
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-NAVsRl-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-NAcUMr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NAizAs{
}

.phw-g-i-NAjIY2-ds{
border-radius:30px !important;
}

.phw-g-i-NAlkSh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NAwFNk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NB116M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NB4b8N{
}

.phw-g-i-NBJRib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NBJXRT-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-NBnYgf{
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:#242e30 !important;
font-weight:inherit !important;
}

.phw-g-i-NBzUJq-ds{
border-radius:30px !important;
}

.phw-g-i-NCb286-ds{
border-radius:30px !important;
}

.phw-g-i-NCe6hf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-NCujI9-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ND7K2b-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NDFTco-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NDKI6V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NDfqs5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NDm1oD{
color:var(--black) !important;
}

.phw-g-i-NDpUWs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NE6gSK-ds{
background-image:url("") !important;
}

.phw-g-i-NEAJOt-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-NEHQdJ{
color:var(--black) !important;
max-width:none !important;
text-decoration:none !important;
padding-top:calc(var(--pu-space)*1) !important;
text-align:start !important;
}

.phw-g-i-NEJWnd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NEOPB7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NESpd3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NEXh5g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NEe72O-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NEfq6Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NEodKc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NEr2GL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NExm57-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NF08qt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NF3JLk{
}

.phw-g-i-NF5eQT-ds{
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-NFH9Mg-ds{
}

.phw-g-i-NFKnc6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NFeXXM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NFem0u-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NFfEMb{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-NFmKDD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NFzo9W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NG5ORo-ds{
border-radius:30px !important;
}

.phw-g-i-NGFvDN{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-NGJ2Lw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NGQd4C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NGWZJh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NGbxM4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NGc6BF-ds{
border-radius:30px !important;
}

.phw-g-i-NGePXo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NGjYfR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NGurNR{
margin-inline-end:calc(var(--mu-space)*8) !important;
margin-inline-start:calc(var(--mu-space)*8) !important;
}

.phw-g-i-NH0NA2{
color:var(--black) !important;
text-decoration:none solid rgb(255, 128, 0) !important;
}

.phw-g-i-NH85i5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NHJP0s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NHPKCD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NHUrrF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-3KsPPv:hover .phw-g-i-NHerso{
background-color:transparent !important;
}

.phw-g-i-NHerso{
}

.phw-g-i-NHwmkd{
}

.phw-g-i-NI0hu1{
}

.phw-g-i-NIFahM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NIdKCK-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-NIlF3k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-NIloVF-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-NInitL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NIyK7v-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NJ1f38{
}

.phw-g-i-NJ7asi-ds{
border-radius:30px !important;
}

.phw-g-i-NJ8QnV{
}

.phw-g-i-NJHXeI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NJNUSx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NJR76h-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NJScMG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NJWGx0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-NJbGQH-ds{
border-radius:30px !important;
}

.phw-g-i-NJbdiJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NJmoFl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NK4BzW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NKOxt3-ds{
border-radius:30px !important;
}

.phw-g-i-NKcKSi{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
}

.phw-g-i-NL5l5m-ds{
}

.phw-g-i-NL5rj6-ds{
border-radius:30px !important;
}

.phw-g-i-NLBgY6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NLE53X{
}

.phw-g-i-NLJT5M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NLL4nH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NLWBrc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NLl7Op-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-NLl7Op-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-NLzHkM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NMPXVQ-ds{
}

.phw-g-i-NMgrF9-ds{
border-radius:30px !important;
}

.phw-g-i-NMrVPO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NN307o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NNHVjd-ds{
border-radius:30px !important;
}

.phw-g-i-NNay2w-ds{
border-radius:30px !important;
}

.phw-g-i-NNbQ7z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NNcqPT-ds{
}

.phw-g-i-NNjMtj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NO1fRq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NOBjmk-ds{
border-radius:30px !important;
}

.phw-g-i-NONBdn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NOp6Fu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NPAi62-ds{
border-radius:30px !important;
}

.phw-g-i-NPGfGC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NPO6oQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NPRkM9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NPrZu2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NQ4glL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NQ6KDQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NQ8UBw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NQIiRQ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NQQRCg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NQQovr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NQXEnM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NQbbYG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NQkJlQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NQkzBb-ds{
}

.phw-g-i-NQrT7g-ds{
}

.phw-g-i-NR9ogM{
background-color:var(--phw-custom-whitebgffffffff) !important;
color:var(--black) !important;
}

.phw-g-i-NREbH7{
color:var(--black) !important;
}

.phw-g-i-NRPZQo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NRSQcd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NRjqmP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NS1kUO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NS3kG6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NS65us-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NSDXv1{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
}

.phw-g-i-NSH0SN-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-NSOws0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-NSTkC5-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-NSTqKs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NSVzh8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NSWZTM{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-NSeoUF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NSpH0i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NT3dIs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NT9FCt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NTsLzB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NTuxGw-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-NTw7Sj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NU7jEt-ds{
border-radius:30px !important;
}

.phw-g-i-NUBqvK-ds{
border-radius:30px !important;
}

.phw-g-i-NUJNLQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NUL4Rb{
}

.phw-g-i-NVI0Vy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NVaGga-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NVeyPB-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-NW6PDF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NWCo9U-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NWINcU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NWKWLy-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NWQHib-ds{
border-radius:30px !important;
}

.phw-g-i-NWbogY-ds{
border-radius:30px !important;
}

.phw-g-i-NWcVwU{
}

.phw-g-i-NWn0Pl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NWuaDy{
}

.phw-g-i-NWuq1I-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NWyiOL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NX0cBu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NXJb8t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NXQtJA-ds{
border-radius:30px !important;
}

.phw-g-i-NXrT7l-ds{
cursor:pointer !important;
}

.phw-g-i-NY42VN-ds{
border-radius:30px !important;
}

.phw-g-i-NY6Gby-ds{
}

.phw-g-i-NY8p9F-ds{
}

.phw-g-i-NYPjrz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NYSu19-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NYVBux{
}

.phw-g-i-NYYYHu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NYYu5I-ds{
}

.phw-g-i-NYrTS5-ds{
display:none !important;
}

.phw-g-i-NZ1wtN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NZ2a24{
}

.phw-g-i-NZLjNJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NZLyCl-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-NZSf3f-ds{
border-radius:30px !important;
}

.phw-g-i-NZUzm6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-NZcPza:focus{
border-color:var(--input-stroke-focus) !important;
box-shadow:var(--input-box-shadow-focus) !important;
}

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

.phw-g-i-NZe0Vi-ds{
border-radius:30px !important;
}

.phw-g-i-NZkrYY-ds{
border-radius:30px !important;
}

.phw-g-i-NZpDUX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NaLh1m-ds{
border-radius:30px !important;
}

.phw-g-i-NaP6JB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NaU395-ds{
border-radius:30px !important;
}

.phw-g-i-NagviK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Nb1z8p{
background-color:var(--widget-bg-primary-color) !important;
color:var(--white) !important;
}

.phw-g-i-NbXDCW-ds{
border-radius:30px !important;
}

.phw-g-i-Nc0sXP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Nc4cqi-ds{
}

.phw-g-i-Nc8V1X-ds{
}

.phw-g-i-NcNDXN-ds{
border-radius:30px !important;
}

.phw-g-i-NcP9Gj-ds{
background-image:url("") !important;
}

.phw-g-i-NcfT62-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ncrcpp-ds{
border-radius:30px !important;
}

.phw-g-i-NcylKY{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-Nd2aWz-ds{
}

.phw-g-i-Nd8mVO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NdKYn1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-NdMWFo-ds{
}

.phw-g-i-NdNoy4-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-NdVP1R-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NdWIKL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NdXRyR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ndc9rM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ndgqg6{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-NdlfVC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Ndwv43-ds{
border-radius:30px !important;
}

.phw-g-i-NeDvpv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NeUXUj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NeVuBa-ds{
border-radius:30px !important;
}

.phw-g-i-Nf0iO6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NfDKPj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NfEhZN-ds{
border-radius:30px !important;
}

.phw-g-i-NfHcrd{
}

.phw-g-i-NfK3Mp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-NfWcAL{
}

.phw-g-i-NfhkFT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Nfl8Nu-ds{
}

.phw-g-i-Ng3FI6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ng6Ouy-ds{
border-radius:31px !important;
}

.phw-g-i-NgDSNv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NgDeDo-ds{
border-radius:30px !important;
}

.phw-g-i-NgG91U:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-NgG91U{
}

.phw-g-i-NgHpii-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-NgL5ZH-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NgTkwk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NgcbZg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NgieWw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NgysG0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Nh4L7W-ds{
background-image:url("") !important;
background-size:cover !important;
}

.phw-g-i-Nh4PSb-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Nh4Qiy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NhRKGR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NhRiup-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NhdFsy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NhgO0j-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-NhjEpB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Nhssel-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NhupUX-ds{
border-radius:30px !important;
}

.phw-g-i-NhxXMc{
background-color:transparent !important;
}

.phw-g-i-Ni7SvD-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-NiAfjG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NiGMRh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-NiXUjJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NiXg9x-ds{
border-radius:30px !important;
}

.phw-g-i-NietV3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NioGf0-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-NixRIV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Nj5kRv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Nj6mjB-ds{
border-radius:30px !important;
}

.phw-g-i-NjGnbn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NjKjhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NjLCnT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NjMiCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NjQ7zB{
}

.phw-g-i-NjQKc1-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-NjVoLs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NjaPuJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Njbs5L-ds{
}

.phw-g-i-Njl597-ds{
border-radius:30px !important;
}

.phw-g-i-Njn2pN-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-NjtuQ4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Nk4m8a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Nk9sJS-ds{
border-radius:30px !important;
}

.phw-g-i-NkC9QZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NkEI9b-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-NkY7L0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NknsC1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NkoJPV-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-NktIk9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Nkuc35-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Nky6Rn{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-Nl65L7{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-Nl6Ubf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NlCa06-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NlHE6E-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NlJn0O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NlL3jl-ds{
border-radius:30px !important;
}

.phw-g-i-NlPNSu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NlWj67-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NlaEYk-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NlemKp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Nm8HAf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Nm8bmY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Nm8vUi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Nm9oJD-ds{
border-radius:30px !important;
}

.phw-g-i-NmMXtm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NmMsdc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NmO51O-ds{
border-radius:30px !important;
}

.phw-g-i-NmPCpZ-ds{
border-radius:30px !important;
}

.phw-g-i-NmR67d{
}

.phw-g-i-NmfXIn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Nmm95c-ds{
border-radius:30px !important;
}

.phw-g-i-NmsScw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NmtmHn-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Nn1Q7b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Nn4lfN-ds{
border-radius:30px !important;
}

.phw-g-i-NnKzge{
text-align:left !important;
}

.phw-g-i-No4qVz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-No6GIa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NocmCr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NokWtY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NopkTW-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-NoyoOV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NpGOGi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NpGfUz{
color:var(--black) !important;
}

.phw-g-i-NpLX4p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NpeQ8U-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-NqAACM-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-NqBOUt{
}

.phw-g-i-NqDkci-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NqJ9Q4-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-NqKrzd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NqtW1f-ds{
border-radius:30px !important;
}

.phw-g-i-Nr8Rrq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NrEE6R-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NrGoK6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NrPb3o{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-NriRjR-ds{
border-radius:30px !important;
}

.phw-g-i-Nrkq79-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NrqavC-ds{
}

.phw-g-i-Nrtjbw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ns4vxY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NsDvFG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NsJCkL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NsOSEq{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-NsPEVV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NscMPV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NsdT5D-ds{
border-radius:30px !important;
}

.phw-g-i-NsdyGe-ds{
border-radius:30px !important;
}

.phw-g-i-Nsgez1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Nsr9Rt-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Nt57CY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Nt7esF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Nt82yV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-NtAekX-ds{
border-radius:30px !important;
}

.phw-g-i-NtFGD6-ds{
}

.phw-g-i-NtFbst{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-NtIvjs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NtRLdP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NtRtz7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NtUXgJ-ds{
border-radius:30px !important;
}

.phw-g-i-NtYZge-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NtnPta-ds{
border-radius:30px !important;
}

.phw-g-i-NtwkTL{
width:340px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-NtxJNi-ds{
}

.phw-g-i-Nu1jP7-ds{
border-radius:30px !important;
}

.phw-g-i-Nu53g2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Nu7tSn-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-NuJ0lu-ds{
border-radius:30px !important;
}

.phw-g-i-NuNTUu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NuP2qA{
}

.phw-g-i-NuSB3C-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Nuc8iv{
}

.phw-g-i-Nues1S-ds{
border-radius:30px !important;
}

.phw-g-i-Nv674b-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-NvAEHJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NvD7yl{
}

.phw-g-i-NvFV9W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NvIAMO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NvWRMz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Nvfocc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NvpbI3-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-NvpbI3-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-NvqXiJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NvtQUw-ds{
border-radius:30px !important;
}

.phw-g-i-NwAbmL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NwGlXv-ds{
border-radius:31px !important;
}

.phw-g-i-NwLxzD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NwZ8JD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Nwg30f-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NwuOD8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NwvQXP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NxJWKG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NxTYls-ds{
border-radius:30px !important;
}

.phw-g-i-NxfQN2-ds{
border-radius:30px !important;
}

.phw-g-i-NxgRcL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Nxi3SK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Nxk1zv-ds{
border-radius:30px !important;
}

.phw-g-i-Nxkxe6-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-NxoMEP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NyJ3zJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-NyMmIB{
color:var(--black) !important;
}

.phw-g-i-NyMyxA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NyPhwQ-ds{
border-radius:30px !important;
}

.phw-g-i-NyYfzb-ds{
background-color:#3a3a3a !important;
}

#_PCM .phw-g-i-NyfRQ6{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:16px !important;
margin-bottom:calc(var(--mu-space)*1.5) !important;
font-weight:400 !important;
}

.phw-g-i-NygeNv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NysfR5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-NywSIV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NzCHfY{
}
.phw-g-i-NzCHfY img{
object-fit:cover !important;
}

.phw-g-i-Nzdmk6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-NzjJwS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O00Nqi-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O0Fs8B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O0XMjk{
color:var(--white) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-O0gGme{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-O0pLP3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O10wxq{
color:var(--black) !important;
}

.phw-g-i-O19I24-ds{
}

.phw-g-i-O1bCRM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O1dTk7-ds{
border-radius:30px !important;
}

.phw-g-i-O25lSd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O2OZVh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-O2XaO8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O2mOB9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O3AOCZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O3G6xn{
}
.phw-g-i-O3G6xn img{
}

.phw-g-i-O3RU2O-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-O3dHS8-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-O3qpFy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-O3tkAQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O3vTJx-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-O495kT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O4HuKO-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-O4QZaU-ds{
border-radius:30px !important;
}

.phw-g-i-O4RMdi-ds{
border-radius:30px !important;
}

.phw-g-i-O4YXeX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O4hjXW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O4jTod{
background-image:none !important;
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}

.phw-g-i-O4jTod{
background-color:#3a3a3a !important;
}

.phw-g-i-O4q4fl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O4uQw1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-O5JP7S{
}

.phw-g-i-O5Si9J-ds{
}

.phw-g-i-O5UASJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O5cOGb-ds{
}

.phw-g-i-O5gbOK-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-O5kjY0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O5lOxI-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-O5mYJR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O5mhIw-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-O5t4dY-ds{
border-radius:30px !important;
}

.phw-g-i-O5y5s7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-O680j8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O6OHZa-ds{
border-radius:30px !important;
}

.phw-g-i-O6XbYk{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-O6XbYk:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-O6XbYk:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-O6XbYk:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-O6XbYk:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-O6XbYk.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-O6XbYk:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-O6kL5B-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-O6y0s9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O70i6R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O7MM2Z{
}

.phw-g-i-O7Nsax-ds{
border-radius:30px !important;
}

.phw-g-i-O7OnmN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O7Y3Hm{
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:18px !important;
line-height:32px !important;
}

.phw-g-i-O7aY06-ds{
border-style:none !important;
}

.phw-g-i-O7mDjY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O7oh9j{
border-width:1px !important;
border-color:var(--brand-color-secondary) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
color:var(--black) !important;
}

.phw-g-i-O80iKz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O8J03V{
color:var(--black) !important;
font-size:18px !important;
text-align:start !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
}

.phw-g-i-O8gSjf-ds{
border-radius:30px !important;
}

.phw-g-i-O8pOLC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-O92Bg2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-O9DYzC-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-O9GMvG{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-O9GMvG:hover{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-O9RwF3-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-O9ZTRp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O9aLMZ-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-O9cf5F-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-O9kRN1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-O9pfPR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-O9sCEq{
}

.phw-g-i-OA7fHm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OAM8XV-ds{
border-radius:30px !important;
}

.phw-g-i-OATXX0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OAYATl-ds{
border-radius:30px !important;
}

.phw-g-i-OAadam{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-OApjId-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OAuBgl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OAua2X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OAxTmU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OB09si-ds{
border-radius:30px !important;
}

.phw-g-i-OB2XOV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OB9OJl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OBD7Sk-ds{
}

.phw-g-i-OBEQsO-ds{
border-radius:30px !important;
}

.phw-g-i-OBGBtH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OBVamT-ds{
border-radius:30px !important;
}

.phw-g-i-OBYi1a-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OBgOei-ds{
border-radius:30px !important;
}

.phw-g-i-OBnHeY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OCGwT7-ds{
pointer-events:visible !important;
}

.phw-g-i-OCJOky-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-OCMMg6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OCUYNn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OCdQrI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-OD6Z4z-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ODAOEs-ds{
border-radius:31px !important;
}

.phw-g-i-ODCZEA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ODMzj2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ODQE2v-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ODbW5E-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ODm7Rz-ds{
}

.phw-g-i-ODo8Wp-ds{
}

.phw-g-i-ODxYvm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OE91bG{
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:transparent !important;
}

.phw-g-i-OEHkzu-ds{
border-radius:30px !important;
}

.phw-g-i-OEQmNS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OEVfvI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OEYIaB{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-OEptDl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OEyXMU{
color:var(--black) !important;
}

.phw-g-i-OF0y8m-ds{
border-radius:30px !important;
}

.phw-g-i-OFDReW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OFEVm9{
color:var(--black) !important;
}

.phw-g-i-OFeBuN-ds{
border-radius:17px !important;
}

.phw-g-i-OFgWci{
}

.phw-g-i-OFtKzK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OFwqGn{
}

.phw-g-i-OFx12G{
}

.phw-g-i-OGWGYT-ds{
border-radius:30px !important;
}

.phw-g-i-OGZRzR-ds{
width:100% !important;
}

.phw-g-i-OGhBMe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OGxWSo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OH2Mic{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-OH2NBM-ds{
border-radius:30px !important;
}

.phw-g-i-OHCQ5o-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-OHGRL6-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-OHcf1O-ds{
border-radius:30px !important;
}

.phw-g-i-OHnBcj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OHxjiW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OI0Bog-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OI4Qx7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OI9S8N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OILNif-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-OIaZiX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OIkODH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OIqNan-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OJBnvj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OJFQM0-ds{
}

.phw-g-i-OJFs0T-ds{
}

.phw-g-i-OJIS0A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OJMf10{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-OJNZtk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OJPWYR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OJU8Xu-ds{
opacity:0.8 !important;
}

.phw-g-i-OJfDWZ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OJk3FT{
}

.phw-g-i-OJn3r6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OJndJD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OJoaLY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OJp2iW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OJpYUW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OJsJZ4-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-OJx7tn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OKAQTP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OKFavL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OKMLhb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OKSk8P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OKahoW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OKqy7A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OKtozA{
color:var(--black) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:center !important;
}

.phw-g-i-OKtozA:hover{
color:var(--black) !important;
}

.phw-g-i-OL0IE6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OL3b3v-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OL6hMJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OM2yTx-ds{
}

.phw-g-i-OM5SpQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OMOSps-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-OMOvV6-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-OMPHLP{
}

.phw-g-i-ONHVql-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ONMHO8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ONoa0q-ds{
}

.phw-g-i-OOAD0x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OOAWE1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OODypf{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}

.phw-g-i-OOE4dw-ds{
border-radius:30px !important;
}

.phw-g-i-OOOAsT-ds{
border-radius:30px !important;
}

.phw-g-i-OOd8MR-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-OOkdbp-ds{
border-radius:30px !important;
}

.phw-g-i-OOssH8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OOuQcq-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-OOxDeC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OOzmgi{
}

.phw-g-i-OOzt8b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OP0N7y-ds{
border-radius:30px !important;
}

.phw-g-i-OP7f1M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OPVjSG{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-OPe16M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OPeYfF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OPz95E-ds{
border-radius:30px !important;
}

.phw-g-i-OQSen9-ds{
border-radius:30px !important;
}

.phw-g-i-OQj1st-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OQooqi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OQxlA7-ds{
border-radius:30px !important;
}

.phw-g-i-OR3Y3x-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-OR8oyA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ORL2G4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ORWgEb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ORtm2C-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OS00Ym-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OS3YEq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OS7Ooq-ds{
}

.phw-g-i-OSHEJM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OSNJ8c-ds{
border-radius:30px !important;
}

.phw-g-i-OSR4e7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OSSDgF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OSe3pq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OSiGTS-ds{
border-radius:30px !important;
}

.phw-g-i-OT3Ym9{
background:none !important;
background-image:none !important;
}

.phw-g-i-OTBqW1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OTT6Sv-ds{
border-radius:30px !important;
}

.phw-g-i-OTYXYu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OTgtPs-ds{
border-radius:30px !important;
}

.phw-g-i-OTphbt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OTwzqq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OU5QBU-ds{
border-radius:30px !important;
}

.phw-g-i-OU8Uyb-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-OULiKu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OUTtuG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OUWOvL{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-OUnpO7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OUojpg-ds{
border-radius:30px !important;
}

.phw-g-i-OV2lMA-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-OVF8AP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OVL4X9-ds{
border-radius:29px !important;
}

.phw-g-i-OVVtHu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OW1iUa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OW5Vgf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OWAYAW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OWCdgy{
color:rgb(255, 128, 0) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:50px !important;
line-height:60px !important;
padding-inline-start:calc(var(--pu-space)*6) !important;
}

.phw-g-i-OWGbJN{
}
.phw-g-i-OWGbJN img{
}

.phw-g-i-OWM9zP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OWb7YE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OWhCXJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OWrnlz-ds{
border-radius:30px !important;
}

.phw-g-i-OWsGFc{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-OX3TQm-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OXZhNA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OXo1yG-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-OYCEUV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OYH3Xo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-OYQ400-ds{
border-radius:30px !important;
}

.phw-g-i-OYS0EL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OYkrXz{
}

.phw-g-i-OYpsZl-ds{
border-radius:30px !important;
}

.phw-g-i-OYqaRH{
border-top-width:0px !important;
border-color:var(--phw-custom-border-colorsb8b8b8) !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-OYqaRH img{
object-fit:cover !important;
}

.phw-g-i-OYwvmB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OZ4lRB{
}

.phw-g-i-OZ4vYB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OZ7SoR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OZAYbj-ds{
border-radius:30px !important;
}

.phw-g-i-OZKwGI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OZQ8SQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OZShYi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OZcog7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OZfqku{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}

.phw-g-i-OZi4CK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OZsDQ6-ds{
display:none !important;
}

.phw-g-i-OaVj3L-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OaWwMa-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-OajWLR-ds{
border-radius:30px !important;
}

.phw-g-i-Oakcs7{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-OasLqe-ds{
border-radius:30px !important;
}

.phw-g-i-Ob7LWB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ObKtwL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ObOxVu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ObPpW5-ds{
}

.phw-g-i-Obd21t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ObsajN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Oc1oVS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Oc32X7-ds{
border-radius:30px !important;
}

.phw-g-i-OcFS5E-ds{
border-radius:30px !important;
}

.phw-g-i-OcIiqS{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-OcTORQ-ds{
border-radius:30px !important;
}

.phw-g-i-OcYyCt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ocvlfy-ds{
border-radius:30px !important;
}

.phw-g-i-Od1VHS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Od7Xf4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OdAy15-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OdM64r{
}

.phw-g-i-OdpG21-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Oe9fJ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OeCdVl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OeCjyZ{
}

.phw-g-i-OeEfOt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OeLKb6{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-OeLKb6:hover{
background:none !important;
background-image:none !important;
opacity:50 !important;
}

.phw-g-i-Oednzt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Oem535-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OeoLKH-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OesaHF-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-OetTKo-ds{
border-radius:30px !important;
}

.phw-g-i-Of6dFl{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-OfJjw9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OfMkK4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OfNb3k-ds{
border-radius:30px !important;
}

.phw-g-i-OfU11S-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OfbIg5-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ofc7AW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Ofr2DT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Og0DN8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Og1dGA-ds{
border-radius:30px !important;
}

.phw-g-i-OgRElb{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-OgXW1J-ds{
border-radius:30px !important;
}

.phw-g-i-Ogj5BU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OgouZx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Oh2FFa-ds{
border-radius:30px !important;
}

.phw-g-i-OhD67l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OhPBK5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OhRBe6-ds{
}

.phw-g-i-OheAUx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ohea14-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ohq38u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OhtjoC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Oi4Y66-ds{
}

.phw-g-i-Oi8S3J-ds{
border-radius:30px !important;
}

.phw-g-i-OiHrMt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OiIUEl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OiXp5U-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OimV6H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OioaNO-ds{
border-radius:30px !important;
}

.phw-g-i-Oiozvt-ds{
border-radius:30px !important;
}

.phw-g-i-OizJTF-ds{
border-radius:30px !important;
}

.phw-g-i-Oj56WG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Oj97Ve-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OjJb0i-ds{
border-radius:30px !important;
}

.phw-g-i-OjaTPj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OjzGMD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ok3ItN-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OkJdtR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OkL7u2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OkYtGB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OkcFZ9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OklM8g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OkqFse{
width:250px !important;
max-width:300px !important;
margin-inline-start:calc(var(--mu-space)*4) !important;
max-height:60px !important;
}

.phw-g-i-Oku0jP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ol3mHZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OlRYlo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ola2eq{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
border:none !important;
}
.phw-g-i-Ola2eq img{
object-fit:cover !important;
}

.phw-g-i-Om43nR-ds{
}

.phw-g-i-Om4CEC-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-OmFqYj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OmPx2R-ds{
border-radius:30px !important;
}

.phw-g-i-OmakLX-ds{
}

.phw-g-i-Omrzpu-ds{
border-radius:30px !important;
}

.phw-g-i-Omsen6-ds{
border-radius:30px !important;
}

.phw-g-i-OmylQp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OnGTnt{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-OnLPYp-ds{
border-radius:30px !important;
}

.phw-g-i-OnMOp6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OnOea6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OnRZEp-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-OnVrlH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OnbO9s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OoAk8x-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-OoFU0k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OoNKH2-ds{
border-radius:30px !important;
}

.phw-g-i-OoW6ii-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OpGd9f-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OpGmfj-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-OpYyIT-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-OphkUG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OpxViH-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-OqF5vj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OqHtFM-ds{
border-radius:30px !important;
}

.phw-g-i-OqK5to-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Oqdmfq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Oqx0X3-ds{
border-radius:30px !important;
}

.phw-g-i-OqyKIk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Or0T1p{
}

.phw-g-i-Or3jei-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Or5udM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Or74KG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-OrcQWn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Orcp1S{
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
}

.phw-g-i-OreXG4-ds{
border-radius:30px !important;
}

.phw-g-i-OrjpgG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Orq22k{
color:var(--black) !important;
font-size:16px !important;
line-height:1.5 !important;
text-decoration:underline !important;
}

.phw-g-i-Os5TZP-ds{
}

.phw-g-i-OsU4kA-ds{
border-radius:30px !important;
}

.phw-g-i-OsYqB0-ds{
border-radius:30px !important;
}

.phw-g-i-OsaTS8-ds{
opacity:0.8 !important;
}

.phw-g-i-OscFJz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Osf3FU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ot1xiR-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-OtDFkE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OtiXcF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-OuKj9E-ds{
border-radius:30px !important;
}

.phw-g-i-OuVBoW-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-OuVrGZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OugiE3-ds{
border-radius:30px !important;
}

.phw-g-i-OuhQrA-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-OuvlJI-ds{
border-radius:30px !important;
}

.phw-g-i-OvBRro{
}

.phw-g-i-OvYuFN-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-OvcCb7-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OvkGVi-ds{
border-radius:30px !important;
}

.phw-g-i-OwFxbj-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-OwJ72w-ds{
border-radius:30px !important;
}

.phw-g-i-OwQAeK-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OwmtR6-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-OwvXds{
max-width:1440px !important;
width:1244px !important;
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-OwxnEc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ox3AKi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ox6k7W-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-OxEOBN{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
}

.phw-g-i-OxEOBN:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-OxEOBN:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-OxEOBN:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-OxEOBN:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-OxEOBN.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-OxEOBN:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-OxhR4b-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-OxihQc-ds{
}

.phw-g-i-OxlPbZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OyVHOZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-OyXrBc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OyaNdR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OypoyQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:64px !important;
color:var(--white) !important;
}

.phw-g-i-OyrPXH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-OysoHl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Oz0t4g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-OzBrna-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-OzFT64{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-OzFas9{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-OzJnZt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OzRTzH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-OzgHyI-ds{
border-radius:31px !important;
}

.phw-g-i-OzsHcq{
}

.phw-g-i-OzvlDM-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-OzzssY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-P0995z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P0Rcd9{
}

.phw-g-i-P0Xo0L{
color:var(--black) !important;
}

.phw-g-i-P0c71Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P0pVtS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P0yeP2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-P19bNP{
font-weight:600 !important;
font-size:var(--phw-g-hero-title-font-size) !important;
line-height:1.25 !important;
color:var(--black) !important;
}

.phw-g-i-P19nbt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P1JAsl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P1U3Mv-ds{
border-radius:30px !important;
}

.phw-g-i-P1dTe6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-P1gOSg{
color:var(--black) !important;
font-weight:inherit !important;
width:350px !important;
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-P1kqTa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P1sD4z-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-P205oI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P2B2Ug-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P2BTyX{
color:var(--white) !important;
}

.phw-g-i-P2CYtF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P2FysL-ds{
border-radius:30px !important;
}

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

.phw-g-i-P2pVRb{
border-width:1px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
color:var(--black) !important;
background-color:var(--phw-custom-backgroundsfff) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
margin-top:calc(var(--mu-space)*2) !important;
padding-left:60px !important;
padding-right:60px !important;
}

.phw-g-i-P2pVRb:hover{
}

.phw-g-i-P2zKHe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-P3092n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P37wvD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P3DBv0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P3IsOh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-P3iA6W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P3pC2u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P3sd37-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P45Yly-ds{
border-radius:30px !important;
}

.phw-g-i-P4CrFB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-P4NJeJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P4R4sX-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-P4sauy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P4wI6v{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
}

.phw-g-i-P52Qy6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P52k5B-ds{
border-radius:30px !important;
}

.phw-g-i-P54BCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P5ErBQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P5Wi2E-ds{
border-radius:30px !important;
}

.phw-g-i-P5Zuky-ds{
border-radius:30px !important;
}

.phw-g-i-P5kZpY-ds{
border-radius:30px !important;
}

.phw-g-i-P5phNI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P5sv1n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P60olV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P67aVX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P6GrIE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-P6VKkT-ds{
border-radius:30px !important;
}

.phw-g-i-P6xXjM{
}
.phw-g-i-P6xXjM img{
}

.phw-g-i-P77Uju-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-P7SUK3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P7TDYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P7W6nU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P7XM0Y-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-P7ekbP-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-P7ukAi{
}

.phw-g-i-P7yqx2-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P83WYn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P85GCf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-P866q1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P8Lgt9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P8PYZm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-P8WLYK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-P8aSyG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P8iNc7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P8qan3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P8rlRG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-P9Drwe{
}

.phw-g-i-P9PBAD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P9TAPP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P9VPZ7-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-P9dyIO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P9i6AW{
}

.phw-g-i-P9nP3a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-P9oIFV-ds{
opacity:0.8 !important;
}

.phw-g-i-PA2vdi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PAHx6S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PAIIZ3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-PANshn-ds{
border-radius:30px !important;
}

.phw-g-i-PASEqO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-PAoGc9{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-PAyH8G-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PB7Zo9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PBDjnI-ds{
border-radius:30px !important;
}

.phw-g-i-PBUJ4b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PBdlTC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PBknsP{
}

.phw-g-i-PBzsJn-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-PC1Ga1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PCXYw1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PCmZXW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PDBV4h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PDCP7S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PDE6aj{
color:var(--white) !important;
}

.phw-g-i-PDPfGJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PDPqmx:hover{
color:var(--white) !important;
text-decoration:none !important;
outline-style:dotted;
outline-color:var(--brand-color-secondary);
outline-width:1px;
}

.phw-g-i-PDPqmx{
border:none;
color:var(--white);
font-weight:700 !important;
font-size:var(--phw-g-regular-text-font-size);
outline-offset:0px;
font-family:var(--cms-g-jetsansregular) !important;
outline-style:none;
outline-color:transparent;
}

.phw-g-i-PDPqmx:focus{
border:none;
outline-offset:0px;
outline-style:dotted;
outline-color:var(--phw-custom-black000000ff);
outline-width:1px;
}

.phw-g-i-PDRJSH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PDRiGd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PDaPrO-ds{
border-radius:30px !important;
}

.phw-g-i-PDdOM4-ds{
border-radius:30px !important;
}

.phw-g-i-PDdQvy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PDdzJP{
}

.phw-g-i-PDhzOX{
color:var(--black) !important;
max-width:none !important;
text-decoration:none !important;
padding-top:calc(var(--pu-space)*1) !important;
text-align:start !important;
padding-bottom:calc(var(--pu-space)*1.5) !important;
}

.phw-g-i-PE389k-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-PE5kqG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PE7VyI{
padding:0 !important;
color:var(--white) !important;
font-weight:400 !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
border-color:transparent !important;
min-height:auto !important;
background-color:transparent !important;
box-shadow:none !important;
border-width:0 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}

.phw-g-i-PEDQj2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PELC4W{
}

.phw-g-i-PEM4or-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PEXreO-ds{
}

.phw-g-i-PEkc92-ds{
border-radius:30px !important;
}

.phw-g-i-PElJRw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PF1v9a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PF7o3C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PFF9TT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PFL0p3:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-PFL0p3{
}

.phw-g-i-PFSA9U-ds{
}

.phw-g-i-PFdwWJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PFi2Jb{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-weight:900 !important;
color:var(--black) !important;
}

.phw-g-i-PFk2fJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PFtMLF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PFyoPw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PG0SsN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PG7PxL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PGbQmi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PGjJo1:hover{
background:none !important;
background-image:none !important;
opacity:20 !important;
}

.phw-g-i-PGjJo1{
}

.phw-g-i-PGph0v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PGqqmH-ds{
border-radius:30px !important;
}

.phw-g-i-PGsPjH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PH10Fj-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-PH70w3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PHJpYM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PHMTOv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PHNZLh{
}

.phw-g-i-PHd34A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PHgNum-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PHpmIK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PHyx3a-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PI1BYV{
text-transform:lowercase !important;
color:#242e30 !important;
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-PI4R6f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PI4xYm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PISzIe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PIVHo2{
}

.phw-g-i-PIXrin-ds{
border-radius:30px !important;
}

.phw-g-i-PIZNip-ds{
border-radius:30px !important;
}

.phw-g-i-PIcjZh{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:598px !important;
height:268px !important;
}

.phw-g-i-PImKOS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PIpj4E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PIvhae-ds{
border-radius:30px !important;
}

.phw-g-i-PJ4GyL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PJ9Bin-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-PJHXz8{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}

.phw-g-i-PJP55U-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PJRa3X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PK38rI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PK4ccW-ds{
border-radius:30px !important;
}

.phw-g-i-PK6WsP{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-PKDY6z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PKXUHL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PKepiC-ds{
border-radius:30px !important;
}

.phw-g-i-PKpS5V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PKwkGs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PL1eu8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PL3iU9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PLAPD0{
background-color:var(--brand-color-primary) !important;
box-shadow:none !important;
}

.phw-g-i-PLEDHZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PLI9kX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PLKNsp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PLa0Ve-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PLbpSA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PLc28r-ds{
border-radius:30px !important;
}

.phw-g-i-PMDlLw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PMF8Lo{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-font-small) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
padding-left:0px !important;
padding-right:0px !important;
min-height:34px !important;
}

.phw-g-i-PMMZt7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PMf8rK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PMkvfJ{
}

.phw-g-i-PMoaFd{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-PMqJFN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PN73rT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PN9bre-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PNBZCh-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-PNGcNL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PNGoRU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PNNMaf-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-PNPAde-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-PNdYW4{
}

.phw-g-i-PNq5NK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PNwuq8-ds{
border-radius:30px !important;
}

.phw-g-i-PO1vBs{
}

.phw-g-i-PODTv5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-POG2Qv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-POdzNs-ds{
border-radius:30px !important;
}

.phw-g-i-PP8J58{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-PPCdbu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PPE7a3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PPlkRQ{
}

.phw-g-i-PPqk1r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PQC6yF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PQQmdp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PQcXyc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PQxVvw-ds{
border-radius:30px !important;
}

.phw-g-i-PRYK2f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PRvrCd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PSfsXy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PT4VqS{
border-color:var(--phw-custom-border-black000000ff) !important;
}

.phw-g-i-PT5rkr-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-PTEmjJ-ds{
border-radius:30px !important;
}

.phw-g-i-PTS3WY-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-PTp7Ei{
}

.phw-g-i-PTr9t0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PTztrj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PU0yS0-ds{
border-radius:30px !important;
}

.phw-g-i-PUBHrP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PUBRdS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PUOp0K-ds{
background-color:#3a3a3a !important;
}

#_PCM .phw-g-i-PUa9xD{
text-shadow:none !important;
}

.phw-g-i-PV33CC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PV7tqO{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
width:350px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-PV7tqO:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-PV7tqO:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-PV7tqO:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-PV7tqO:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-PV7tqO.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-PV7tqO:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-PVJazg-ds{
opacity:0.8 !important;
}

.phw-g-i-PVQ4XR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PVf9Gr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PVkFpX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PVleBu-ds{
border-radius:30px !important;
}

.phw-g-i-PVmfi6{
}

.phw-g-i-PVsQEU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PVttaw{
}

.phw-g-i-PVu5Gi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PVvduf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PVvjkX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PVyQ27-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-PW0rC2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PW5xA6-ds{
border-radius:17px !important;
}

.phw-g-i-PWHZkE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PWVqxE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PWvyE2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PX259p{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-PX6i4e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PXOMWZ-ds{
border-radius:30px !important;
}

.phw-g-i-PXUr0d-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PXadhf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PXgiQK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PXl8iF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PXrvsv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PYVBzg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PYc79a{
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-PYmXpY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PYmdrN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PYri7s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PYvjKx{
text-shadow:none !important;
}

.phw-g-i-PZ349s-ds{
border-radius:30px !important;
}

.phw-g-i-PZCsOv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-PZHbpC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PZOIDu-ds{
border-radius:30px !important;
}

.phw-g-i-PZWSyL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PZdE38-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PZoXje-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PZrK8q-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PZuHol-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PZwalz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PaBJm1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PaHtsh-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-PaIMb7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PaTLH0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PaeV98-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Pb7t8b{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-PbGvUS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PbT5Cg-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-PbVZnc-ds{
border-radius:30px !important;
}

.phw-g-i-PbVvnG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PboRrj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PbrgfN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PdSBvW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PdSOnY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PdaipL-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-PdgftD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pdh6rM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PdjJ0Y-ds{
border-radius:30px !important;
}

.phw-g-i-PdnhuF{
font-size:18px !important;
line-height:1.4 !important;
color:var(--black) !important;
max-height:none !important;
max-width:none !important;
width:500px !important;
min-height:0px !important;
min-width:0px !important;
text-align:start !important;
}

.phw-g-i-PdqGPh-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-PdqJMC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pe29hP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Pe3klK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PeApBf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PeBI5n{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:600px !important;
}

.phw-g-i-PePMQ3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PeilaC-ds{
border-radius:30px !important;
}

.phw-g-i-Pej9A5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PerzSL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Pezn18-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Pf2i19-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Pf5TpH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pf9d1Q{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-PfKeqb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-PfUXke{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
border:none !important;
}

.phw-g-i-PfbSCP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PfjfZd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pg1gWA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PgAOKo-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-PgBPLo{
}

.phw-g-i-PgDJqY{
min-height:38px !important;
color:var(--white) !important;
border-style:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-PgOCPf-ds{
border-radius:30px !important;
}

.phw-g-i-PggVwK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pgim8l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pgl5nv-ds{
border-radius:30px !important;
}

.phw-g-i-PgqBAU-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ph3EM7-ds{
}

.phw-g-i-PhE0Fi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PhMSdp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PhXQyD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Pi10eY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Pi2G53-ds{
border-radius:30px !important;
}

.phw-g-i-Pi4PIC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PiA9PS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PiNqv9-ds{
border-radius:30px !important;
}

.phw-g-i-PiS3rn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PiZAx6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PibjQT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-PidTiY-ds{
}

.phw-g-i-PijCQk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Pj0Ovd-ds{
border-style:none !important;
}

.phw-g-i-Pj5w9u-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PjBg2V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PjGv7T{
}

.phw-g-i-PjQDCQ-ds{
border-radius:30px !important;
}

.phw-g-i-Pjbf7i{
background:none !important;
background-image:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
border:none !important;
text-decoration:underline !important;
}

.phw-g-i-PjlF61-ds{
border-radius:30px !important;
}

.phw-g-i-PjpYNB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pjv9cw-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Pjy4Mi{
border-color:var(--stroke-white) !important;
color:var(--white) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-PkAbDt{
color:var(--black) !important;
width:60% !important;
margin-inline-start:auto !important;
margin-inline-end:auto !important;
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-PkLLiV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PkX4Yo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PkZJGU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PkdRtE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PkdwUu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PkgEro-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PknGsb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Pknr5k-ds{
border-radius:30px !important;
}

.phw-g-i-PkorOu-ds{
}

.phw-g-i-PkpUUu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pks6Qi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PkuTuX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PkwT8S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PkybYk-ds{
border-radius:30px !important;
}

.phw-g-i-Pl4KjK-ds{
border-radius:30px !important;
}

.phw-g-i-Pl7rYl-ds{
border-radius:30px !important;
}

.phw-g-i-PlJ3Pf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Plafh3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PldgS5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Plf2GP-ds{
border-radius:30px !important;
}

.phw-g-i-Plfk5g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PloNNP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PlwM2V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Pm3psp-ds{
border-radius:30px !important;
}

.phw-g-i-PmBoW5-ds{
}

.phw-g-i-Pmak1F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pn7M3K-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Pn7ztD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PnAc4O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PnDXc8-ds{
border-radius:30px !important;
}

.phw-g-i-PnDnlO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pnxeam-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Po04WG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Po2OEr-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-PoF6Jf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PoMABr-ds{
background-size:100% 100% !important;
}

.phw-g-i-PoPGqW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PoQIWy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PoUqFf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PoVbQ3{
}

.phw-g-i-PoeEs4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PoeTBA-ds{
border-radius:30px !important;
}

.phw-g-i-PovPTV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PpHkVx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PpWFrK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ppechh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PqDOPX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PqSxiu{
text-decoration:none !important;
background-color:transparent !important;
}

.phw-g-i-PqfyNd-ds{
}

.phw-g-i-Pqodiz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PqvA0M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PrAcCV{
padding-top:calc(var(--pu-space)*12.5) !important;
}

.phw-g-i-PrDWUH{
color:var(--white) !important;
}

.phw-g-i-PrKAsA-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-PrKSmL-ds{
}

.phw-g-i-PrMok2{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-weight:normal !important;
padding-left:35px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
padding-right:35px !important;
}

.phw-g-i-PrMok2:hover{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
padding-left:35px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
margin-top:calc(var(--mu-space)*0.625) !important;
padding-right:35px !important;
}

.phw-g-i-PrMok2:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-PrMok2:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-PrMok2:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-PrMok2.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-PrMok2:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-WreRUu:hover .phw-g-i-PrMok2{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
padding-left:35px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
margin-top:calc(var(--mu-space)*0.625) !important;
padding-right:35px !important;
border:none !important;
}

.phw-g-i-PrQb9j{
}

.phw-g-i-PrSpUZ-ds{
border-radius:30px !important;
}

.phw-g-i-PrrL9b-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PrrXSm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PrwgYi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Prwx1a-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-Ps6bB2-ds{
border-radius:30px !important;
}

.phw-g-i-PsKozj-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-PsOnu4-ds{
border-radius:30px !important;
}

.phw-g-i-Psdl2Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PskWNd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PsqNk2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Psu2yj-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-Psv2F8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PsxsQr-ds{
border-radius:30px !important;
}

.phw-g-i-Pt1zeu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Pt2tJ5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PtA0a0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PtABM0-ds{
border-radius:30px !important;
}

.phw-g-i-PtSLmv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PtVRd9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PtbLE5-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-PtePVZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PtpYeG-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-Ptsega-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pu9MmG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PuKXvT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-PuZyb0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PukETr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pv5VGp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PvAONi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PvJcVk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PvWrTQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PvY0Q2{
}

.phw-g-i-PvYkSf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Pvfd4G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PvrH7z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PvyOoi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PwC3n9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PwGBd5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PwOOh8-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-PwjYMB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PwtI2F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pwzozp{
}

.phw-g-i-Px8f95-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Px9V7v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PxMxcT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PxTCKQ-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-PxZwJh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Pxv9La-ds{
border-radius:30px !important;
}

.phw-g-i-PxzcYL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Py20sq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Py7n1o-ds{
border-radius:30px !important;
}

.phw-g-i-PyBFH8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-PyBzVt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PyOUe2{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-PySbgc-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-Pysw2t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-PyzuYH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Pz8c2D-ds{
border-radius:30px !important;
}

.phw-g-i-PzLVSw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PzPMls-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PzPUJA-ds{
}

.phw-g-i-PzWSKQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-PzbGfR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Pznugx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PzvQWS{
}

.phw-g-i-Q07TMi-ds{
}

.phw-g-i-Q0IUZI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q0Ra0f{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
color:var(--black) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:200px !important;
margin-inline-start:calc(var(--mu-space)*1.25) !important;
margin-top:calc(var(--mu-space)*0) !important;
}

.phw-g-i-Q0Ra0f:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-Q0Ra0f:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-Q0Ra0f:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-Q0Ra0f:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-Q0Ra0f.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-Q0Ra0f:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-Q0ZIrF-ds{
display:none !important;
}

.phw-g-i-Q0fUXy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q0hUDg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q0nZ2O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q0nd4x:hover{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-Q0nd4x{
}

.phw-g-i-Q0wO3I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q0wvXj{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-Q1ApU3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Q1C4FK{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}
.phw-g-i-Q1C4FK img{
object-fit:cover !important;
}

.phw-g-i-Q1l8rl{
}

.phw-g-i-Q1rLTY{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-Q2B8Ie-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q2Bk5K-ds{
border-radius:30px !important;
}

.phw-g-i-Q2LgTS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q2dipj-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Q2wuN4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q31R4z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q3EeWT{
}

.phw-g-i-Q3FM9J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q3PkZD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q3bOnW-ds{
border-radius:30px !important;
}

.phw-g-i-Q3dBTP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q3uq4X-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Q4Bd4Y-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Q4F7IU-ds{
border-radius:30px !important;
}

.phw-g-i-Q4Q0X7-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Q4dAg1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q4mFzO{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-Q503NO-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Q5Ae4L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q5I9Df-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Q5TIWC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q5UL7Y{
border-color:var(--phw-custom-border-black000000ff) !important;
color:var(--black) !important;
}

.phw-g-i-Q5UstR-ds{
border-radius:30px !important;
}

.phw-g-i-Q5cMES-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q5cVnQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q5d1Bj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q5eRfT-ds{
border-radius:30px !important;
}

.phw-g-i-Q5qgUu{
background:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:54px !important;
box-shadow:none !important;
width:220px !important;
}

.phw-g-i-Q5qgUu:hover{
background:none !important;
border-color:var(--custom-border-color-1Buie-border) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
color:var(--black) !important;
}

.phw-g-i-Q5qgUu:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-Q5qgUu:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-Q5qgUu:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-Q5qgUu.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}
.phw-g-i-Q5qgUu:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}

.phw-g-i-Q5seT3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q5wLGC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q5yjgd{
}

.phw-g-i-Q67frL-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Q6Hvj4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q6JwYv{
}

.phw-g-i-Q6MtHv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-Q6SCqh{
width:1244px !important;
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
max-width:1440px !important;
}

.phw-g-i-Q6VLTy-ds{
border-radius:30px !important;
}

.phw-g-i-Q6Yj0J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q6Zn6E-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Q6dTwa{
aspect-ratio:9/16 !important;
object-fit:cover !important;
}

.phw-g-i-Q6jIAJ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q6mb2n-ds{
border-radius:30px !important;
}

.phw-g-i-Q6tPEQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q728Na-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q76gNJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Q7M5fY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q7ZdZ7-ds{
border-radius:29px !important;
}

.phw-g-i-Q7qDyv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q7xcDK{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-Q7yz62-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q8I2wr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Q8K2ZD{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-Q8KYIT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q8LYcW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q8PSq5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Q8VCbB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Q8ZKGz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q8bbX5-ds{
border-radius:30px !important;
}

.phw-g-i-Q8brrv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Q8iK5j-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Q8yiWM-ds{
border-radius:30px !important;
}

.phw-g-i-Q9KEcn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-Q9XNZ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q9gGby-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Q9nxhL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Q9u5Rh-ds{
border-radius:30px !important;
}

.phw-g-i-QA0VYL-ds{
border-radius:30px !important;
}

.phw-g-i-QA1Jrr{
background-color:transparent !important;
}

.phw-g-i-Eya1VA:hover .phw-g-i-QA1Jrr{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-y05YKt:hover .phw-g-i-QA1Jrr{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-QAAYUV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QAB8jZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QADHsY-ds{
display:none !important;
}

.phw-g-i-QAQSX3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QAQmK7-ds{
border-radius:30px !important;
}

.phw-g-i-QATZWM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QAZHe9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QAZw9t{
border-style:solid !important;
}
.phw-g-i-QAZw9t img{
object-fit:cover !important;
}

.phw-g-i-QAioXq-ds{
border-radius:30px !important;
}

.phw-g-i-QAlbw7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QAu2eC{
border-color:var(--custom-border-color-f0xcY-border) !important;
color:var(--white) !important;
}

.phw-g-i-QB1Lxo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QBFSuK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QBQfcx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QBb7CF-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-QBdT2X{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-QBooaw{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-QBsREK-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-QBt4d2-ds{
border-radius:30px !important;
}

.phw-g-i-QC61Im-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QC8NWX-ds{
border-radius:30px !important;
}

.phw-g-i-QC9uBK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QCPXfL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QCQQOv-ds{
border-radius:30px !important;
}

.phw-g-i-QCf5Lc{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
}

.phw-g-i-QCf5Lc:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-QCf5Lc:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-QCf5Lc:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-QCf5Lc:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-QCf5Lc.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-QCf5Lc:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-QCgUFS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QCh1fm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QCtRiM-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-QCuYwI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QCwbm7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QD1Lnt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QDD8p2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QDP4Ja-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QDQMzU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QDeg7D-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QDfFsp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QDgLeq-ds{
opacity:0.8 !important;
}

.phw-g-i-QDo4kU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QDvd8x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QDyvU6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QE2IY4-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QE5iBJ-ds{
border-radius:30px !important;
}

.phw-g-i-QEGLcY-ds{
border-radius:30px !important;
}

.phw-g-i-QEM3mU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QEPqDE-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QEVm73-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-QEowFA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QEpvVU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QFEgE0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-QFeqyw-ds{
border-radius:30px !important;
}

.phw-g-i-QFgAwS-ds{
}

.phw-g-i-QFlBMU-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-QFlu6R-ds{
border-radius:30px !important;
}

.phw-g-i-QFvrzf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QFwk2B-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-QGCM5Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QGLZab-ds{
border-radius:30px !important;
}

.phw-g-i-QGMwyb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QGpv9y-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-QGxteJ{
}

.phw-g-i-QH9Nkl{
color:var(--white) !important;
font-size:13px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-QHBdFM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QHMI8b-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QHPlms-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QHTmlP{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-QHqfZh-ds{
}

.phw-g-i-QI4AyN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QI62bt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QI65tM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QI8O6J{
}

.phw-g-i-QIJ9Z3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QIOxmX{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
line-height:1.3 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-QIX1Vd-ds{
border-radius:30px !important;
}

.phw-g-i-QIjls0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QIrJd4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QJ2XjE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QJJn9O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QJNp7K-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QJb7N9-ds{
color:#00adee !important;
}

.phw-g-i-QJdnID-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-QJeyLK{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-QJeyLK:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-QJeyLK:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-QJeyLK:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-QJeyLK:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-QJeyLK.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-QJeyLK:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-QJlV6w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QJq7Xj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QJtVkS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QJxaQb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QK9ACm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QKCSfu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QKVZKi-ds{
}

.phw-g-i-QKVp2F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QKbPMN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-QKbpoq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QKeQDg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QKfoaG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QKiEy4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QKotPL-ds{
border-radius:30px !important;
}

.phw-g-i-QKpbcy-ds{
opacity:0.8 !important;
}

.phw-g-i-QKzjmo-ds{
border-radius:30px !important;
}

.phw-g-i-QLDYx4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QLRtwK-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-QLhy37-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QLlgY5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QLo1NF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QLwUX2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QLzRc2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QLzjLK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QM0JrQ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-QMAmqa-ds{
border-radius:30px !important;
}

.phw-g-i-QMIlXV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QMIrgQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QMRFRa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QN2cLO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QN53da-ds{
border-radius:30px !important;
}

.phw-g-i-QN6IBa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QNA8L7-ds{
border-radius:30px !important;
}

.phw-g-i-QNJuW8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QNQtnO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QNT5Ey-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QNY1rX-ds{
border-radius:30px !important;
}

.phw-g-i-QO2KOF-ds{
border-radius:30px !important;
}

.phw-g-i-QO92gD-ds{
border-radius:30px !important;
}

.phw-g-i-QOIQps-ds{
border-radius:30px !important;
}

.phw-g-i-QOS2r8{
color:var(--white) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-QOUkpR{
text-align:center !important;
justify-content:normal !important;
text-decoration:none !important;
align-items:normal !important;
}

.phw-g-i-QOUkpR:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-QOUkpR:focus{
background-color:var(--brand-color-secondary) !important;
border:none !important;
color:var(--white) !important;
}

.phw-g-i-QOUkpR:active{
border:none !important;
}

.phw-g-i-QOhm3R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QP2Ern-ds{
border-radius:30px !important;
}

.phw-g-i-QPALKL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-QPF7QS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QPKmSq{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-QPNsmX{
}

.phw-g-i-QPOIi4-ds{
border-radius:30px !important;
}

.phw-g-i-QPPBWr{
}

.phw-g-i-QPQjGq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QPSbh3-ds{
border-radius:30px !important;
}

.phw-g-i-QPTJgg{
background:none !important;
background-image:none !important;
border:none !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-QPTJgg:hover{
color:var(--black) !important;
}

.phw-g-i-QPV3yS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QPWxVA-ds{
display:none !important;
}

.phw-g-i-QPXpbx-ds{
border-radius:30px !important;
}

.phw-g-i-QPgHkj-ds{
border-radius:17px !important;
}

.phw-g-i-QPzz8u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QQC2v8{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-QQUK8u{
border:none !important;
}
.phw-g-i-QQUK8u img{
object-fit:cover !important;
}

.phw-g-i-QQkuCS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QQzm22-ds{
border-radius:30px !important;
}

.phw-g-i-QR4uTS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QRM04c-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QRW7YR{
}

.phw-g-i-QRgsIj-ds{
border-radius:30px !important;
}

.phw-g-i-QRnsS6-ds{
border-radius:30px !important;
}

.phw-g-i-QS02k5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QS5aiJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QSHTBP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QSSGqM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QSdlSL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QSfwUp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QSi6xQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QSi97S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QSjgSt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QSm477-ds{
border-radius:30px !important;
}

.phw-g-i-QSqlda-ds{
border-radius:30px !important;
}

.phw-g-i-QStGit-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QSwa1Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QSxa3L{
}

.phw-g-i-QT0KPs{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-QT5aBM-ds{
border-radius:30px !important;
}

.phw-g-i-QT9I9r{
}

.phw-g-i-QTlZuR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-QTnQ70-ds{
border-radius:30px !important;
}

.phw-g-i-QTwTCf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QUA4yO-ds{
border-radius:30px !important;
}

.phw-g-i-QUAkas-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-QUDNNO-ds{
display:none !important;
}

.phw-g-i-QUbDIA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-QUfiIY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QUjnph-ds{
border-radius:30px !important;
}

.phw-g-i-QUmF7j{
color:var(--white) !important;
}

.phw-g-i-QUwPh8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QVCL1M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QVFztP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QVKXno{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-QVKeca-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-QVKr3I-ds{
border-radius:30px !important;
}

.phw-g-i-QVOKLS-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-QVQi2K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QVgEBl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QW7uy6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QW8AJO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QWQVAA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QWx33t-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-QXGM00-ds{
border-radius:30px !important;
}

.phw-g-i-QXMfGr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QXN1Wh-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-QXT5d3{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-QXU8cX-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-QXoyz8-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-QY4M2M-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QYInwx-ds{
border-radius:30px !important;
}

.phw-g-i-QYMOki-ds{
border-radius:30px !important;
}

.phw-g-i-QYNFsd-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QYZzLl-ds{
border-radius:30px !important;
}

.phw-g-i-QYc8tn-ds{
border-radius:30px !important;
}

.phw-g-i-QYumAW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QYvn2M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QYz3h9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QZFsjR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QZMS1O-ds{
border-radius:30px !important;
}

.phw-g-i-QZY2bU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qa3bxj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qa5vel{
color:var(--black) !important;
}

.phw-g-i-QaNqEL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QaS052-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QaXhwD-ds{
border-radius:30px !important;
}

.phw-g-i-QaalWM-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-Qai9Ky-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QaqfAg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QauGJY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QauQh5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QauYUi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qb9GcG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QbBW7E-ds{
}

.phw-g-i-QbJWdn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QbLEdw-ds{
border-radius:30px !important;
}

.phw-g-i-QbcAyf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Qbolda-ds{
display:none !important;
}

.phw-g-i-Qbs2Ia{
text-shadow:none !important;
}

.phw-g-i-Qbvy5y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qc0xXB{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}

.phw-g-i-Qc1gba-ds{
border-radius:30px !important;
}

.phw-g-i-Qc5BzQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QcMH00:hover{
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-QcMH00{
}

.phw-g-i-QcbHqa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QcePS4-ds{
border-radius:30px !important;
}

.phw-g-i-QckTOB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QcmMCh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QcqJwQ-ds{
background-image:url("") !important;
border-radius:32px !important;
}

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

.phw-g-i-QcycPY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qd4bao{
}

.phw-g-i-QdX0LG{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-QdYh3X-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Qdsiu7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qe4iw6-ds{
border-radius:30px !important;
}

.phw-g-i-QeSK9t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QeffUe-ds{
border-radius:30px !important;
}

.phw-g-i-QefnJ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QemaMW-ds{
}

.phw-g-i-QfL9Fg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QfTOmE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QfdHvN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QfjIlZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QfxTNm-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-Qg5cO2{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
height:268px !important;
width:598px !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-QgGmw7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QgpQaP{
}

.phw-g-i-QgrQhF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QguFVs{
}

.phw-g-i-Qh5m5J-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Qh9bMZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QhJNgC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QhY1Pg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-QheW9r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qhfp1t-ds{
border-radius:30px !important;
}

.phw-g-i-QhhWON{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-QhjjNU-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Qhk98s-ds{
border-radius:35px !important;
}

.phw-g-i-Qhp4cu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QhzhoU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qi5jkH-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QiLNEw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QiM248-ds{
border-radius:30px !important;
}

.phw-g-i-QiQnxg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QiWR6N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QiXmqV-ds{
border-radius:30px !important;
}

.phw-g-i-QicJ5d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QidZIc-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-QidfoQ-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-QiqACH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QiqxIn-ds{
border-radius:30px !important;
}

.phw-g-i-Qit8vd{
color:var(--black) !important;
}

.phw-g-i-Qj62z9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QjQuAY-ds{
background-size:100% 100% !important;
}

.phw-g-i-QjTBVK{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-QjgwHQ-ds{
}

.phw-g-i-QjigAG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qjlls3-ds{
border-radius:30px !important;
}

.phw-g-i-QkaiOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qkge81-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QkiFc4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QkqQrC-ds{
border-radius:30px !important;
}

.phw-g-i-Qkrmmg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ql3pyO{
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:18px !important;
line-height:32px !important;
}

.phw-g-i-Ql5anX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ql8soz-ds{
}

.phw-g-i-QlKiOm-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-QlL6Nz{
box-shadow:none !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-QlYSVj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QlaqJo{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
min-height:38px !important;
}

.phw-g-i-QlcALW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QlhysB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QlwljC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qm2XZ8-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-Qm5j9e-ds{
}

.phw-g-i-Qm9ExW-ds{
border-radius:30px !important;
}

.phw-g-i-QmEyLf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QmHqnG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QmJ8xq{
color:var(--black) !important;
}

.phw-g-i-QmJN1w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QmQDPw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QmX0Hq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-QmlF09-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QmpM7u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QmvBid-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Qn3yeC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qn4T1l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Qn9WFY-ds{
border-radius:30px !important;
}

.phw-g-i-QnDKdI{
}

.phw-g-i-QnDmet{
}
.phw-g-i-QnDmet img{
object-fit:cover !important;
}

.phw-g-i-QnNoxE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QngCtO-ds{
}

.phw-g-i-Qnluie-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QnnOp2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QntDUv{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-QoPaXE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QolMMP-ds{
}

.phw-g-i-QoqLFC-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QozTIw{
color:var(--black) !important;
}

.phw-g-i-QozZpi-ds{
border-radius:30px !important;
}

.phw-g-i-Qp6yU4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QpFb6s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QpH3Lu-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-QpII1v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QpUBtD{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-QpUEW2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QpkHt5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-QpxCLr-ds{
border-radius:30px !important;
}

.phw-g-i-Qq2CGC{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-QqT1QT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QqerXl-ds{
border-radius:30px !important;
}

.phw-g-i-Qr05NB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Qr1nH8-ds{
border-radius:30px !important;
}

.phw-g-i-QrWoRS{
background-color:var(--phw-custom-footer-backgroundefedeaff);
}

.phw-g-i-QrtfwX-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Qs5LlI{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-Qs5MVX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qs8q7q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qs99mO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QsES4p-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QsIeAQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qsiy7G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qsnujd-ds{
border-radius:30px !important;
}

.phw-g-i-QsvFeM{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-nav-items) !important;
line-height:var(--paragraph-line-height-2) !important;
border-width:0px !important;
border-style:none !important;
}

.phw-g-i-QsvFeM:focus{
border-width:0px !important;
border-color:transparent !important;
border-style:none !important;
}

.phw-g-i-QtMbzC-ds{
}

.phw-g-i-QtP1hO-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-QtTyRV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QtnilT-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-QtxVRz-ds{
border-radius:30px !important;
}

.phw-g-i-QtznBE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Qu0Ati-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-QuPRgG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QuRB1V{
}

.phw-g-i-QufwFX-ds{
border-radius:30px !important;
}

.phw-g-i-Quraqc-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QushDM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Qv3jxL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QvAp2V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QvBchg-ds{
border-radius:30px !important;
}

.phw-g-i-QvDP4S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QvESuv{
font-family:var(--cms-g-jetsansregular) !important;
text-decoration:underline !important;
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-QvLRuX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QvSMIR{
}

.phw-g-i-QvaJUq{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-QvctV5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qvrtyf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Qvtrfj-ds{
border-radius:30px !important;
}

.phw-g-i-Qw5wIw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Qw7VGI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-QwJHOM-ds{
border-radius:30px !important;
}

.phw-g-i-QwODva{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
text-decoration:none !important;
}

.phw-g-i-QwQq97-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-QwZHrO-ds{
border-radius:30px !important;
}

.phw-g-i-Qwf00B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QwoRuB{
}

.phw-g-i-Qww7QD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Qwyhdp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Qx9UGf-ds{
border-radius:30px !important;
}

.phw-g-i-QxBQMZ-ds{
border-radius:30px !important;
}

.phw-g-i-QxQZh8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-QxVm67-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QxeR6K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QxgDTv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-QxyWZs-ds{
border-radius:30px !important;
}

.phw-g-i-QyHYry{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.5 !important;
text-decoration:none solid rgb(36, 46, 48) !important;
font-weight:700 !important;
}

.phw-g-i-QyIvLx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QyZ43j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qyg2fU{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--font-size-11) !important;
text-transform:none !important;
width:680px !important;
text-align:start !important;
}

.phw-g-i-QygKzn-ds{
}

.phw-g-i-Qyjxk9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Qyuvi2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Qz53OL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QzDAF9{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-QzMoiq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-QzTlPr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-QzX4lV-ds{
border-radius:30px !important;
}

.phw-g-i-QzfzRW-ds{
}

.phw-g-i-Qzvybi-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-R07B4M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R0KUac-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R0Mr4f-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-R0Titp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R0Vjpj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-R0fEo0-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-R0fyZM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R0imUI-ds{
border-radius:30px !important;
}

.phw-g-i-R0mtpe-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R0nch0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R0xpfl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R10nY8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-R17aix-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R19JgJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R1FOET-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R1FRGG{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}

.phw-g-i-R1O1X1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R1PQQu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-R1aF7p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R1drfF-ds{
border-radius:30px !important;
}

.phw-g-i-R1eQK8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R1mj6g-ds{
background-size:contain !important;
}

.phw-g-i-R2AM2v-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-R2E5ZT{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-R2HH4F-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-R2LLiB-ds{
border-radius:30px !important;
}

.phw-g-i-R2iQJ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R2ulGm-ds{
border-radius:30px !important;
}

.phw-g-i-R2wLVM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R3MXTz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R3SkEx-ds{
}

.phw-g-i-R3bz0f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R3iAbV-ds{
border-radius:30px !important;
}

.phw-g-i-R3k8w9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-R414DK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R460n8-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-R472pA-ds{
border-radius:30px !important;
}

.phw-g-i-R4Io3E-ds{
border-radius:30px !important;
}

.phw-g-i-R4PJHW{
border:none !important;
}
.phw-g-i-R4PJHW img{
object-fit:cover !important;
}

.phw-g-i-R4UDpV-ds{
border-radius:30px !important;
}

.phw-g-i-R4Z0v1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R4ZDiS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R4woAL{
}

.phw-g-i-R50uno-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R5H3Fy-ds{
display:none !important;
}

.phw-g-i-R5LbpF-ds{
border-radius:30px !important;
}

.phw-g-i-R5RSVW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-R5YBty-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-R5gVUw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R5syux{
}

.phw-g-i-R5zvYG-ds{
border-radius:30px !important;
}

.phw-g-i-R68LY3{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-R6C5TR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R6F2W0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R6MzAR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R6PoXN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-R6T2bg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R6Tabw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R6bB11-ds{
}

.phw-g-i-R6q0bK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R765sB{
}

.phw-g-i-R7MEY5-ds{
display:none !important;
}

.phw-g-i-R7QYO0{
background-color:var(--brand-color-primary) !important;
text-align:left !important;
}

.phw-g-i-R7VD7r-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R7XN23-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R7Zzfr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-R7bLhX-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-R7fW9q-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-R7g4eu{
box-shadow:none !important;
color:rgb(255, 128, 0) !important;
font-family:TakeawaySans-Bold !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}

.phw-g-i-R7g4eu:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-R7g4eu:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-R7g4eu:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-R7g4eu:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-R7g4eu.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-R7g4eu:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-R7k3WI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R7oZ60{
}

.phw-g-i-R7rdlB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-R8Qod9-ds{
border-radius:30px !important;
}

.phw-g-i-R8Rmmb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R8aTeR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R8c131{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-R8evMg{
}

.phw-g-i-R8gDwX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R8jPsV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R8jsaI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R8m0Dl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-R8o5Ow-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R9HYWU-ds{
border-radius:30px !important;
}

.phw-g-i-R9Mm4f-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-R9VlQx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-R9f3AU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RA2Loj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RACo5I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RAUigk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RAZ4qM-ds{
border-radius:30px !important;
}

.phw-g-i-RAkTa8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RAq4vl-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-RAuzUk-ds{
}

.phw-g-i-RB2M2a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RB7nKB-ds{
border-radius:30px !important;
}

.phw-g-i-RBIXHL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RBJvc2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RBOaVQ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RBQCRV{
}
.phw-g-i-RBQCRV img{
}

.phw-g-i-RBTbbi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RBVmL2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RBdSie-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RBh1TL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RBjf5V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RBkeHi{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-RBkeHi:hover{
background:none !important;
border-color:#eeeeee !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
}

.phw-g-i-RBkeHi:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-RBkeHi:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-RBkeHi:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-RBkeHi.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-RBkeHi:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-RBnDJz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-RBzmZy-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-RC1Otn-ds{
}

.phw-g-i-RC9wYV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RCH3rE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RCITfS-ds{
}

.phw-g-i-RCU343{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-RCdF20-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RDAgcP-ds{
}

.phw-g-i-RDGXNl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RDeCsX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RDm4b9-ds{
border-radius:30px !important;
}

.phw-g-i-RDsGn4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RDu3XH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RDxgFM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RE1Yqm-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RE6Z9N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RE73j6{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-REOBpw{
}

.phw-g-i-REQlPR-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-RERIc1-ds{
border-radius:30px !important;
}

.phw-g-i-REXU46-ds{
border-radius:30px !important;
}

.phw-g-i-REdUZQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-REhFKm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-REnIMg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-REnK6O-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-REo9xw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RErs6o-ds{
border-radius:30px !important;
}

.phw-g-i-REtA0O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RExzbv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RF09DH-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RF2k4K-ds{
border-radius:30px !important;
}

.phw-g-i-RF3QIN-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-RFMuvt{
padding-top:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*2) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
}

.phw-g-i-RFQtzg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RFS9Xj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RFa3BI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RFdxAf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RFo7vj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RFxjd7-ds{
border-radius:30px !important;
}

.phw-g-i-RG2gmi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RG5mt2-ds{
border-radius:30px !important;
}

.phw-g-i-RGbDIU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RGiXqS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RH7QRi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RHO67c{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--white) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-RHYYIL-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-RHefHE-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-RHlYF7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RHwLH0-ds{
}

.phw-g-i-RI3nt1-ds{
border-radius:30px !important;
}

.phw-g-i-RIBmf9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RICrzy{
}

.phw-g-i-RIJ6yW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RIMnsh{
color:var(--white) !important;
font-size:18px !important;
}

.phw-g-i-RIPrK3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RIbPwj-ds{
border-radius:30px !important;
}

.phw-g-i-RIcEMn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RIiUVZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RIkr3V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RIs7eG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RJ03yz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RJEgMP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RJFyl5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RJU74P{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-RJYURr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RJeMmS-ds{
}

.phw-g-i-RJjEGM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RKFqde-ds{
border-radius:30px !important;
}

.phw-g-i-RKKJVb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RKKe4u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RKMCZc{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-RKNLYl-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-RKSYbc-ds{
}

.phw-g-i-RKT8LB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RKUU32-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RKVgVU-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-RKXxG6-ds{
}

.phw-g-i-RKg1Xb{
}

.phw-g-i-RKwTNW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RL38vg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RLFjor-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RLNEOP{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:auto !important;
background-color:var(--brand-color-secondary) !important;
margin-inline-start:calc(var(--mu-space)*2) !important;
}

.phw-g-i-RLNEOP:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
}

.phw-g-i-RLNEOP:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-RLNEOP:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-RLNEOP:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-RLNEOP.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-RLNEOP:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-RLO2KP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RLYo3s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RLiX7X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RLkCrB{
}

.phw-g-i-RLl6rg-ds{
opacity:0.8 !important;
}

.phw-g-i-RLoH0O-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-RLvn11-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RLzbP0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RM9VLM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RMFNIV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RMGf7i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RMRreq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RMakfy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RMuxsP{
}

.phw-g-i-RN6dEK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RNILv6-ds{
border-radius:30px !important;
}

.phw-g-i-RNZkfk{
}

.phw-g-i-RNot9t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RNrSFb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RNttW3-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-RNwMks-ds{
border-radius:30px !important;
}

.phw-g-i-RNxvr3-ds{
}

.phw-g-i-RO5RFy-ds{
border-radius:30px !important;
}

.phw-g-i-RO7xMK-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ROBpY6-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-ROIYZE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ROck4G-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-ROeQUI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ROfcpF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RP0AGa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RPJYwq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RPp0wu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RPtPdu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RQ5n6k-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RQVSaY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RQgLkY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RQlKzo-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RQmh2x-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RQsWdx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RQto3g-ds{
border-radius:30px !important;
}

.phw-g-i-RR4yAQ{
}
.phw-g-i-RR4yAQ img{
}

.phw-g-i-RR7kK3{
color:var(--black) !important;
}

.phw-g-i-eWvUwU:hover .phw-g-i-RR7kK3{
}

.phw-g-i-RRSaC2-ds{
border-radius:30px !important;
}

.phw-g-i-RRfvIq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RRl7YQ-ds{
border-radius:30px !important;
}

.phw-g-i-RRq91L-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RS0FBd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RS4iEI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RS6CT3{
font-size:var(--cms-g-small-font) !important;
min-height:38px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--white) !important;
border-style:none !important;
}

.phw-g-i-RSTwQF-ds{
opacity:0.8 !important;
}

.phw-g-i-RSTz0e-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-RSbP87-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RSpYZI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RSv20t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RTAfLl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RTILHP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RTQ493-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RTXaCr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RTfbeJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RTgHKC-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RTuWDv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RTzeY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RU8zX5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RUKnW6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RUNjUE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RUOqOE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RUSkzq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RUXCRE-ds{
border-radius:30px !important;
}

.phw-g-i-RUbKRe-ds{
border-radius:30px !important;
}

.phw-g-i-RUg644-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RUlxYx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RUmSAM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RUsxkE{
color:var(--black) !important;
text-align:center !important;
}

.phw-g-i-RUxAY6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RV7BnS-ds{
border-radius:30px !important;
}

.phw-g-i-RVKHsG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RVSBRI-ds{
border-radius:30px !important;
}

.phw-g-i-RVSuWx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RVVpCJ-ds{
border-radius:30px !important;
}

.phw-g-i-RVZPCK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RVin0w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RVsEQa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RVsaWr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RVyAQE{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:72px !important;
height:74px !important;
}

.phw-g-i-RVzkD1-ds{
border-radius:30px !important;
}

.phw-g-i-RW9qF5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-RW9rT0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RWEe7N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RWGj6T-ds{
border-radius:30px !important;
}

.phw-g-i-RWHKco-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RWQm2S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RWRY5l-ds{
border-radius:30px !important;
}

.phw-g-i-RWUeCA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RWXUZW{
}

.phw-g-i-RWYTgp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RWbazB-ds{
border-radius:30px !important;
}

.phw-g-i-RWdv9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RWoETA{
}

.phw-g-i-RWppvB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RX3J3p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RXI3dk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RXQJ5E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RXT9F1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RXcGvb-ds{
border-radius:30px !important;
}

.phw-g-i-RXeKAz{
background-color:transparent !important;
}

.phw-g-i-RXgYyy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RXiO62-ds{
border-radius:30px !important;
}

.phw-g-i-RXrtjd{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
aspect-ratio:16/9 !important;
object-fit:cover !important;
}

.phw-g-i-RXt3Dh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RXtl2v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RXyosv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RY2HGH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RYJUhB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RYKBiv{
border-width:0px !important;
border-top-width:1px !important;
border-bottom-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-bottom-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-bottom-style:solid !important;
padding-top:calc(var(--pu-space)*2.5) !important;
margin-top:calc(var(--mu-space)*0);
margin-bottom:calc(var(--mu-space)*0);
padding-bottom:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*6);
}

.phw-g-i-RYKjJB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RYWm1R-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RYWzgV-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-RYdMjm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RYz6Qr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RZ1dhP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RZ2MCH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RZAkkI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RZGujf{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-size:var(--phw-g-small-text-font-size) !important;
font-weight:normal !important;
line-height:28px !important;
padding-left:28px !important;
padding-right:28px !important;
min-height:60px !important;
}

.phw-g-i-RZdV4W-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RZdke3-ds{
border-radius:30px !important;
}

.phw-g-i-RZhe9R{
height:100px !important;
}

.phw-g-i-RZkqcb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RZmCQp{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
object-fit:cover !important;
}

.phw-g-i-RZncHr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ra1knb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RaAap7-ds{
}

.phw-g-i-RaPS8L-ds{
}

.phw-g-i-RaTNPq{
}

.phw-g-i-RaiEZw-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Rax8Vj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RazkuW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Rb04xd-ds{
border-radius:30px !important;
}

.phw-g-i-Rb2692-ds{
border-radius:30px !important;
}

.phw-g-i-RbALlU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RbBNDe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RbSgQg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-7xCCRC:hover .phw-g-i-RbXeeU{
box-shadow:none !important;
background-color:transparent !important;
}

.phw-g-i-RbXeeU{
}

.phw-g-i-RbcJmT{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--white) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-RbnueG-ds{
border-radius:30px !important;
}

.phw-g-i-RbslcN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Rc4rKG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rc9Xf6-ds{
border-radius:30px !important;
}

.phw-g-i-RcBp8q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RcM2WI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RcY1E4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Rca9Xf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rceo4I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rd8iDD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RdTVRb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RdV1vT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rddkv4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RdfZz0-ds{
}

.phw-g-i-Re9TWP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Re9vqr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Red4Jd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Reoy8H-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Rf30yO-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-RfAvb3-ds{
border-radius:30px !important;
}

.phw-g-i-RfBRc7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RfDnGx-ds{
}

.phw-g-i-RfR6MM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RfkEyh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RfmrbY-ds{
border-radius:30px !important;
}

.phw-g-i-Rfw8cW-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-Rfx1P3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rg5bmr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RgBaKd-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-RgHK7E{
}

.phw-g-i-RgRjGG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RgSsUb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rgdhex-ds{
border-radius:30px !important;
}

.phw-g-i-RgeBJ5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Rgm1Gp-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-Rh2hHf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rh4rjE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Rh7t9f-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-RhG7bH-ds{
border-radius:30px !important;
}

.phw-g-i-RhLo5V{
}
.phw-g-i-RhLo5V img{
}

.phw-g-i-RhOyoF-ds{
border-radius:30px !important;
}

.phw-g-i-RhV1pG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RhVybm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rhkg3z-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Rhozn1{
color:var(--black) !important;
font-family:var(--cms-g-jetsansregular) !important;
font-weight:700 !important;
font-size:var(--body-font-size) !important;
font-style:normal !important;
}

.phw-g-i-Rhozn1:hover{
text-decoration:none !important;
}

.phw-g-i-RiCOag-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-RiH5c9-ds{
border-radius:30px !important;
}

.phw-g-i-RiL9qQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RiOmZn{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-RiOmZn:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-RiOmZn:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-RiOmZn:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-RiOmZn:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-RiOmZn.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-RiOmZn:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-RiUIl5-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-RiVwZ9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rig85u{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-RinqJ7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rj5QFN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rj5R12-ds{
border-radius:30px !important;
}

.phw-g-i-RjB1EO{
border:none !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-RjB1EO:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-RjCpIv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RjFWCr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RjSx18-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RjTFJP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RjZa9e-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RjePhe-ds{
background-position:50% 50% !important;
}

.phw-g-i-RjvDGX-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-RjyE2U-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Rk05HB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rk2j51-ds{
}

.phw-g-i-Rk5zbU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rk8ydI{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-RkP08R{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
}

.phw-g-i-RkbP7E{
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-RkofAl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RkvSsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rl1Hew-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rl5R5G-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Rl892s-ds{
border-radius:30px !important;
}

.phw-g-i-Rl9OJl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RlEaJc-ds{
border-radius:30px !important;
}

.phw-g-i-RlI6TI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rlfr3C-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Rlhjmk-ds{
border-radius:30px !important;
}

.phw-g-i-RlxOF0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Rlz4a1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rm5JSg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RmASvF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RmVjgM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RmX55Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RmXwfU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RmZcyl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rmp3Of-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Rmt3AE-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rn3EGw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RnBYK5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RnDc5S{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:295px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
height:268px !important;
}

.phw-g-i-RnRQIc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RnUGrW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RnXjuA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RnaI71-ds{
border-radius:30px !important;
}

.phw-g-i-RnjB8F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rnr26g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ro4FMo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ro5yAr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ro6OHZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ro9RkK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RoDO30-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-Rodgr2-ds{
}

.phw-g-i-Roea2M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rp1Kyl-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-Rp1Qps-ds{
border-radius:30px !important;
}

.phw-g-i-RpGIJC-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-RpKxLB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RpOc1H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rpc7kB-ds{
}

.phw-g-i-RpdBAx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rpmu0E{
}

.phw-g-i-Rppm6M-ds{
border-radius:30px !important;
}

.phw-g-i-Rpwb06-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RqLpQa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RqQhCa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RqSuPd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RqTfn4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RqdEkj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RqgFyJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rqh8ul-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rqi0eS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RqnHeP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RquKVX-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-RqvPAL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rr6RbI-ds{
border-radius:31px !important;
}

.phw-g-i-RrPAAS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RrT01C-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-RrWiMm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RrWsmb{
background:none !important;
background-image:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
min-height:48px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
padding-left:38px !important;
padding-right:38px !important;
}

.phw-g-i-RrWsmb:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
color:var(--black) !important;
}

.phw-g-i-RrWsmb:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-RrWsmb:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-RrWsmb:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-RrWsmb.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-RrWsmb:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-Rrszlr-ds{
border-radius:30px !important;
}

.phw-g-i-RrvTdK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RrxPUY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RrxzKr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RsDMsw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RsDUwn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RsKSHi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RsScGT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RsTvH2-ds{
border-radius:30px !important;
}

.phw-g-i-RshvTa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rt20x4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rt49DQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Rt4CPs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RtMUx4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RtSpmX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RtWb9m-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Rto297-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ru29RM-ds{
background-size:100% 100% !important;
}

.phw-g-i-Ru6D1U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ru7EEu-ds{
}

.phw-g-i-RuCPKS{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-RuUDQr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rue7ai-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RujTbP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RuoLfu{
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
width:600px !important;
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-RutMSy{
color:var(--black) !important;
font-size:18px !important;
}

.phw-g-i-Rv7z6k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Rv96Bk-ds{
border-radius:30px !important;
}

.phw-g-i-RvSnSA-ds{
border-radius:30px !important;
}

.phw-g-i-RvV4HL-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Rw00Wh-ds{
}

.phw-g-i-Rw49ys-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Rw4wOE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rw6FEr-ds{
border-radius:30px !important;
}

.phw-g-i-Rw79QI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RwAuM2-ds{
border-radius:30px !important;
}

.phw-g-i-RwDk9i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RwJXmN-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-RwK5xC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RwQ4fx-ds{
border-radius:30px !important;
}

.phw-g-i-RwVeVy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RwXJ2t{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-RwZKk4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RwZQkP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RwpF6H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RwpP76-ds{
border-radius:30px !important;
}

.phw-g-i-RwqLgN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rx2skW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RxD9t0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RxJh31-ds{
border-radius:30px !important;
}

.phw-g-i-RxKsUQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RxRki6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RxcBCU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ry0UnZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ry1s9v-ds{
border-radius:30px !important;
}

.phw-g-i-Ry4JSW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ry9Cd2-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-RyGJUn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RyPctr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RyTAuc{
}

.phw-g-i-RyTcdK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RyUbjU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-RyXdoB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ryv1yG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RzDONI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RzFB2a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-RzK4jd{
}

.phw-g-i-RzdlQT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-RzhRFP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Rzq2Un-ds{
border-radius:30px !important;
}

.phw-g-i-S06Ch7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S0GBgR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S0JdAH-ds{
border-radius:30px !important;
}

.phw-g-i-S0NkUa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S0ODoQ{
}

.phw-g-i-S0bvcj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-S0l19W-ds{
border-radius:30px !important;
}

.phw-g-i-S0lie3{
}

.phw-g-i-S1ljhL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S1qyDx-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-S1ytYW-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-S276lC-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-S27x6K{
color:var(--black) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-S2LECf{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-S2N52m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S2bB6e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S36bUO-ds{
border-radius:30px !important;
}

.phw-g-i-S39IzC-ds{
border-radius:30px !important;
}

.phw-g-i-S3Drqp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S3U5lX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S3YStq-ds{
border-radius:30px !important;
}

.phw-g-i-S3enA4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S3f7DZ{
}

.phw-g-i-S3jceO-ds{
background-image:url("") !important;
}

.phw-g-i-S3m42M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S3n0eh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S3sN4v-ds{
}

.phw-g-i-S3vbGT{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-S42iGW-ds{
border-radius:30px !important;
}

.phw-g-i-S43FWu-ds{
border-radius:29px !important;
}

.phw-g-i-S4CM5X{
}

.phw-g-i-S4P4PX-ds{
border-radius:30px !important;
}

.phw-g-i-S4Pw9y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S4RZ1G{
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-decoration:none solid rgb(255, 128, 0) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:700 !important;
}

.phw-g-i-S4TFVB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S4Veq1-ds{
border-radius:30px !important;
}

.phw-g-i-S4chhk{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S4eJ6u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S4xm8m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S500Vl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-S50Hk5{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
min-height:0px !important;
height:42px !important;
}

.phw-g-i-S51Uiw-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-S5IYUH-ds{
}

.phw-g-i-S5nQsO{
}

.phw-g-i-S5nQsO:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-S5qAbo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-S603cj-ds{
border-radius:17px !important;
}

.phw-g-i-S6V3eW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-S6VBYb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S6WOc1-ds{
border-radius:30px !important;
}

.phw-g-i-S6fQuz{
}

.phw-g-i-S6i2LK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S6t2DS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S71GFK{
font-weight:inherit !important;
font-size:64px !important;
line-height:1.2 !important;
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-S72JK8-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-S74a1E-ds{
border-radius:30px !important;
}

.phw-g-i-S7JCIq-ds{
border-radius:30px !important;
}

.phw-g-i-S7OVx9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-S7PsVu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S7QJe6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S7ZUML-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S7a8gI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-S7kidn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S7tPh1-ds{
border-radius:30px !important;
}

.phw-g-i-S82Uby-ds{
border-radius:30px !important;
}

.phw-g-i-S89Oow-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S8PO2n-ds{
}

.phw-g-i-S8SkFy-ds{
border-radius:30px !important;
}

.phw-g-i-S8UPD7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S8awTh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S8eO6l-ds{
}

.phw-g-i-S8poGQ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-S8utMj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S92G8g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S93cvp-ds{
display:none !important;
}

.phw-g-i-S9BNgs-ds{
border-radius:30px !important;
}

.phw-g-i-S9Cw2X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S9N4zk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-S9XySE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-S9Z0zB-ds{
border-radius:30px !important;
}

.phw-g-i-S9Z2Dp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S9tYQu-ds{
border-radius:30px !important;
}

.phw-g-i-S9ucqE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-S9vz9Q{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:40px !important;
line-height:56px !important;
}

.phw-g-i-SA85mu{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
text-decoration:none !important;
}

.phw-g-i-SA8jh3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SAH8cj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SANWpG{
}

.phw-g-i-SAdBHT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SAmZLm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SAvFbF{
}

.phw-g-i-SB4tlX-ds{
border-radius:30px !important;
}

.phw-g-i-SBGiWT-ds{
border-radius:30px !important;
}

.phw-g-i-SBTcgt-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SBXLpH-ds{
border-radius:30px !important;
}

.phw-g-i-SC56MU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SCKIJm{
}

.phw-g-i-SCLHQQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SCQmdL{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:42px !important;
line-height:48px !important;
}

.phw-g-i-SCjwFu-ds{
}

.phw-g-i-SCwW7F{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-SD3v1U{
font-size:var(--phw-g-input-label-text-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
}

.phw-g-i-SD3z43-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SD5Vt9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SD6REK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SDFu47-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SDimOH{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-SDyrw9-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-SE0EFC-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-SE89ek-ds{
border-radius:30px !important;
}

.phw-g-i-SEC6Xg-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-SEP24b-ds{
border-radius:30px !important;
}

.phw-g-i-SEXIuf{
}

.phw-g-i-SEeqFb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SEgr1P-ds{
border-radius:30px !important;
}

.phw-g-i-SEjYUv-ds{
border-radius:30px !important;
}

.phw-g-i-SFBnIB-ds{
border-radius:30px !important;
}

.phw-g-i-SFC0Lp-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-SFIFpg-ds{
}

.phw-g-i-SFLC3u-ds{
border-radius:30px !important;
}

.phw-g-i-SFMsvW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SFORmV-ds{
border-radius:30px !important;
}

.phw-g-i-SFPW5T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SFdgdI-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-SFohNa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SFzla2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SGD71i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SGP8f1-ds{
border-radius:30px !important;
}

.phw-g-i-SGavNT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SGbUFl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SGcpBR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SGdU66-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SGiNPy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SGlS0w{
}

.phw-g-i-SH7i6J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SHAYlU{
}

.phw-g-i-SHBLHu{
}

.phw-g-i-SHEBqJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SHLHHH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SHTy8e-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-SHasvC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SHn27t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SHoKOs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SHpgPc-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-SIHK6S-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SIPwAz-ds{
}

.phw-g-i-SIWtQH-ds{
border-radius:30px !important;
}

.phw-g-i-SIf2E6{
border-style:solid !important;
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-SImR64-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SJ0k2d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SJ1SOV{
color:var(--white) !important;
font-size:var(--font-size-15) !important;
}

.phw-g-i-SJ1SOV:hover{
background:none !important;
background-image:none !important;
border-color:transparent !important;
color:var(--black) !important;
text-decoration:var(--link-hover-decoration) !important;
}

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

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

.phw-g-i-SJ1SOV.disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}
.phw-g-i-SJ1SOV:disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}

.phw-g-i-SJ7LMs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SJ7eW9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SJAYG0{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-operationslogistics-1740640821823.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-SJEIsy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SJHeMN-ds{
border-radius:30px !important;
}

.phw-g-i-SJO3rj{
font-family:var(--cms-g-jetsansregular) !important;
text-decoration:underline !important;
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-SJP1dF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SJbGGe{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
width:auto !important;
}

.phw-g-i-SJccE2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SJpuz2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SJzQjO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SK08HI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SK1Ri8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SKAwvI-ds{
border-radius:30px !important;
}

.phw-g-i-SKFWnr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SKOpdn-ds{
border-radius:30px !important;
}

.phw-g-i-SKhWhT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SKoL6H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SKskcc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SKvBoe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SKwjOX-ds{
border-radius:30px !important;
}

.phw-g-i-SL2nbW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SLFpc1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-SLI2Ah-ds{
border-radius:30px !important;
}

.phw-g-i-SLL5GI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SLOdZL{
}

.phw-g-i-SLUEXP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SLdFJs{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:auto !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-SLdFJs:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
}

.phw-g-i-SLdFJs:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-SLdFJs:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-SLdFJs:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-SLdFJs.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-SLdFJs:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-SLsdgO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SMG791-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SMMfoy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SMO0Cr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SMm6KA-ds{
border-style:none !important;
}

.phw-g-i-SMmRnh-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-SMpcok-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SMpzbD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SMqOSU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-SMsvpW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SMwVuj-ds{
border-radius:30px !important;
}

.phw-g-i-SMxcQs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SN0djM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SN1nYF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SN62JN-ds{
}

.phw-g-i-SN9YH4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SNOhFQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-SNPu1o{
background:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
font-weight:normal !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:54px !important;
box-shadow:none !important;
width:200px !important;
border:none !important;
}

.phw-g-i-SNPu1o:hover{
background:none !important;
border-color:var(--custom-border-color-1Buie-border) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
color:var(--black) !important;
}

.phw-g-i-SNPu1o:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-SNPu1o:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-SNPu1o:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-SNPu1o.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}
.phw-g-i-SNPu1o:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}

.phw-g-i-SNYF8E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SNfQgn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SNfg8w{
font-size:var(--font-size-8) !important;
}

.phw-g-i-SNhJeZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SNr3h0-ds{
border-radius:30px !important;
}

.phw-g-i-SNzo8Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SO6xN5{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
color:rgb(255, 128, 0) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}

.phw-g-i-SO6xN5:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-SO6xN5:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-SO6xN5:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-SO6xN5:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-SO6xN5.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-SO6xN5:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-SOIRHr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SOIVEF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SOKT4i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SONVce-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SOOpbQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SOP9HX-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-SOe9ww-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SOoy8C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SOs409-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SP3Gae-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SPKhK0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-SPNK1c-ds{
border-radius:30px !important;
}

.phw-g-i-SPdHi2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SPegTP-ds{
border-radius:30px !important;
}

.phw-g-i-SPghZK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SPkgYt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SPuHhS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SPwOT5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SPzsTg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-SQ5qIs-ds{
display:none !important;
}

.phw-g-i-SQAK5m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SQBU5p{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
}

.phw-g-i-SQH3v0-ds{
border-radius:30px !important;
}

.phw-g-i-SQIWpy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SQK7Iq{
}

.phw-g-i-SQNohB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SQhDEn-ds{
border-radius:30px !important;
}

.phw-g-i-SQxEDV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SQxXpi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SR1heI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SR4d2p-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SRQCBM{
}
.phw-g-i-SRQCBM img{
}

.phw-g-i-SRQGJz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SRR4FK-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-SRe1OS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SS3Th8-ds{
border-radius:30px !important;
}

.phw-g-i-SSB0jk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SSCAXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SSpCFG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SSzYTR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ST1XjE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-STE9GU-ds{
border-radius:30px !important;
}

.phw-g-i-STXPyO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SThmYu-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-STmKAO-ds{
border-radius:30px !important;
}

.phw-g-i-STprXg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-STy06m-ds{
border-radius:30px !important;
}

.phw-g-i-STzk9m{
background:none !important;
background-image:none !important;
border:none !important;
color:var(--black) !important;
}

.phw-g-i-STzk9m:focus{
color:var(--black) !important;
}

.phw-g-i-SU0IdK{
font-weight:inherit !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-SU3XJl-ds{
display:none !important;
}

.phw-g-i-SU3yTc{
}

.phw-g-i-SU8EI3-ds{
border-style:none !important;
}

.phw-g-i-SUKbyN-ds{
border-radius:30px !important;
}

.phw-g-i-SUOOZf-ds{
border-radius:30px !important;
}

.phw-g-i-SUPMUh-ds{
border-radius:29px !important;
}

.phw-g-i-SUQBCT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SUTTQn{
color:var(--black) !important;
}

.phw-g-i-SUTqTp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SUYiHz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SUf9v2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SUnctu{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-SUnyP3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SUpVoJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SVAsZJ{
color:var(--black) !important;
}

.phw-g-i-SVJToH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SVTAje-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SVVTXr{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-SVly8x-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-SVxYhc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SW6Ltb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SWTsNa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SWdXvb{
}
.phw-g-i-SWdXvb img{
object-fit:cover !important;
}

.phw-g-i-SWgVEN-ds{
border-radius:30px !important;
}

.phw-g-i-SWhMkf-ds{
border-radius:30px !important;
}

.phw-g-i-SWpllW-ds{
}

.phw-g-i-SWvB95-ds{
border-radius:30px !important;
}

.phw-g-i-SXLN4c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SXRbUT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SXTUyH{
}

.phw-g-i-SXXyGH{
width:100% !important;
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
text-transform:capitalize !important;
color:var(--white) !important;
}

.phw-g-i-SXmMMh{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-SXmoUD-ds{
border-radius:30px !important;
}

.phw-g-i-SXwwX9-ds{
border-radius:30px !important;
}

.phw-g-i-SY6wPT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SYAVWo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SYOKjG{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
}

.phw-g-i-SYPHLV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SYSFM3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SYftPU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SYq14U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SZ5DaN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SZ6S27-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SZ8JjD-ds{
border-radius:30px !important;
}

.phw-g-i-SZBc1s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SZGFst-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SZNHAW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SZTY6n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SZWkYf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SZakAS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SZcRTs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SZe9b6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SZgXqy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SZl73i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Sa1gxu{
}

.phw-g-i-SaBJfx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SaMAv0{
}

.phw-g-i-SaObKQ{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:auto !important;
}

.phw-g-i-SaOgLY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SaS6MY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SaaucI{
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:18px !important;
font-weight:700 !important;
}

.phw-g-i-SagtPN-ds{
border-radius:30px !important;
}

.phw-g-i-Salf6H-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Sam0jP{
}

.phw-g-i-SaoaYj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SarBgz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SbCymh-ds{
border-radius:30px !important;
}

.phw-g-i-SbOEF2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SbRRjB-ds{
border-radius:30px !important;
}

.phw-g-i-SbUr8Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SbaN3s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SbeeTG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SbhIRs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SbiQGN{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-Sbs8sw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ScHbGY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ScYI0d-ds{
}

.phw-g-i-ScgNhw-ds{
border-radius:30px !important;
}

.phw-g-i-Sd2w43-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Sd6S1c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Sd7qAs-ds{
}

.phw-g-i-SdBNPD-ds{
}

.phw-g-i-SdCHY3-ds{
border-radius:17px !important;
}

.phw-g-i-SdFaOZ-ds{
border-radius:35px !important;
}

.phw-g-i-SdMzrA-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-SdTVy0-ds{
border-radius:30px !important;
}

.phw-g-i-SdW2hz{
background:none !important;
background-image:none !important;
border:none !important;
color:var(--black) !important;
}

.phw-g-i-SdW2hz:focus{
color:var(--black) !important;
}

.phw-g-i-SdX1g8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SdYtPO-ds{
border-radius:30px !important;
}

.phw-g-i-Sdc8L5-ds{
background-image:url("") !important;
border-width:9px !important;
border-style:solid !important;
background-size:cover !important;
}

.phw-g-i-SdmEyg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SdnBiz{
}

.phw-g-i-SdqJts-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-SdsPGI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Se01PO-ds{
display:none !important;
}

.phw-g-i-Se2QqF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Se4Gd2{
}

.phw-g-i-Se6ig3-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-SeFVHe-ds{
border-radius:30px !important;
}

.phw-g-i-SeGhQR-ds{
border-radius:30px !important;
}

.phw-g-i-SeIspV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SeOjxl-ds{
border-radius:30px !important;
}

.phw-g-i-SeWl5V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Seb9Dh{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-Sem92H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SerSwT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Sf5WXF-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-SfJbgq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Sfi6m4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SfmZYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SfqpDl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Sg1fni-ds{
border-radius:30px !important;
}

.phw-g-i-SgKHZL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SgRATZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SgcjDC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SgoH5D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SgthrN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Sh7v5W-ds{
}

.phw-g-i-ShCkcB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ShIOn2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ShKGJG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Shb70Y-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ShcRvz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ShoxEL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Si4tmQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SiJuNY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SiQ7TT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SiWBDB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SifmLf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SigPyw-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-SixLsP-ds{
border-radius:30px !important;
}

.phw-g-i-Sj0wwJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-Sj4DyL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-Sj4jaU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Sj4klD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SjPNnR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SjU7XC-ds{
border-radius:30px !important;
}

.phw-g-i-Sjf1O3{
}

.phw-g-i-Sjwkag-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Sk01We-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Sk6YC6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SkBfYI-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-SkN2Kv-ds{
border-radius:30px !important;
}

.phw-g-i-SkvLxe{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-Sl7Qoc-ds{
}

.phw-g-i-SlCCmW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SlQESo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SlRSuM{
}

.phw-g-i-SlU1SU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-SleYht-ds{
border-radius:30px !important;
}

.phw-g-i-SlpVm4-ds{
border-radius:30px !important;
}

.phw-g-i-Sm0A6f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Sm2Pc0-ds{
}

.phw-g-i-SmAoh3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SmB9dt-ds{
display:none !important;
}

.phw-g-i-SmEDOi-ds{
}

.phw-g-i-SmJP2M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SmPZiE-ds{
border-width:0px !important;
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-SmXlMF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SmXneW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SmecMC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SmkH67{
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:40px !important;
line-height:56px !important;
padding-top:calc(var(--pu-space)*3) !important;
}

.phw-g-i-Sn0bvU{
color:var(--black) !important;
}

.phw-g-i-Sn7u60-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SnFpEs-ds{
border-radius:30px !important;
}

.phw-g-i-Sno5xL-ds{
background-size:contain !important;
}

.phw-g-i-SnwFQm{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-So6TVd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-So7Z20-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SoHz7Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SoI6Xs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SoWOBC{
}

.phw-g-i-SobJP0-ds{
border-radius:30px !important;
}

.phw-g-i-Sobonp-ds{
border-radius:30px !important;
}

.phw-g-i-SofdiQ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-SoiCuS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Sou3Y4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SoumC0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SpBFor-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SpDGSa-ds{
border-radius:30px !important;
}

.phw-g-i-SpVFUd{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-SpWput-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SpXXvu-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SpjIMN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Spnl7u-ds{
}

.phw-g-i-SqKWnY-ds{
border-radius:30px !important;
}

.phw-g-i-SqRgba-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Sqcxme-ds{
border-radius:30px !important;
}

.phw-g-i-Sqn9NV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Sqz8we-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SrNRGo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SrQdb0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SrS1MU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SrZW0V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SrmZIw-ds{
border-radius:30px !important;
}

.phw-g-i-Ss8r41-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SsScXx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SsjYQZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-St486X-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-St5g1f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-StOVzs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-StSaD4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Stbmi8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-StjdJd-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-StmogF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Su0aSL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Su1PEl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Su3hU2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SuRLqr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SuTU3F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SuUrR5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-SuX5Kv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SuflpW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SufwTZ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-SuhcTr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Supf57-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Suyk5M-ds{
}

.phw-g-i-Sv8OVy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Sv9WUo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SvCkAY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SvG1DZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SvSAto-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-SvaKFy{
max-width:1440px !important;
width:auto !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-SviFDm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SvkyEe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Svql4p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SvxVMH-ds{
}

.phw-g-i-Sw94yD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-SwVpQd-ds{
border-radius:30px !important;
}

.phw-g-i-SxFRKC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SxLOaZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SxNcmO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SxU7xd{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
line-height:32px !important;
}

.phw-g-i-SxVrYe{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-SxbaxA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-SxjxK9-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Sy0om4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Sy2H3R{
}

.phw-g-i-Sy3gIH-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Sy9stS-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SyCvhp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-SyJKpt-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-SyQeik-ds{
}

.phw-g-i-SyRCuQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-SybkOU-ds{
border-radius:30px !important;
}

.phw-g-i-Syhgtn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Sz1gd1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Sz9HQi-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-SzENna-ds{
border-radius:30px !important;
}

.phw-g-i-SzRO2H-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Szyly8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T03HAS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T07uCA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T0RIbg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T0YA57-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-T0aVpP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T0wKIM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T0z87R-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-T13GdI-ds{
}

.phw-g-i-T16mDi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T1BfZO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-T1BrHm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T1KnzA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-T1SSjj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-T1U52d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T1UFEJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T1YzcM{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/Untitleddesign1-1738033751147.png) !important;
background-repeat:no-repeat !important;
}

.phw-g-i-T1oUg5-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-T1q289-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T1qj75-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T1rMqL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T1raXV-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-T1vmbP-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-T2BW5a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T2FTcG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T2I2cn{
}

.phw-g-i-T2LxWd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T2RBbM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T2RCHP-ds{
border-radius:30px !important;
}

.phw-g-i-T2YHqy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T2nnPh{
}

.phw-g-i-T2uzVL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T34zjC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-T3F26S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T3VkjY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T3dpxK-ds{
border-radius:30px !important;
}

.phw-g-i-T3gXEF{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T3sF1b-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-T3tRls-ds{
background-image:url("") !important;
background-size:cover !important;
}

.phw-g-i-T3y7Dp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T4H8nj-ds{
border-radius:30px !important;
}

.phw-g-i-T4IYoG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T4Vjiz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-T4gUMS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-T4j3aO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T4l82Z-ds{
border-radius:30px !important;
}

.phw-g-i-T4qw3F-ds{
}

.phw-g-i-T4vjNb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-T567VQ-ds{
border-style:none !important;
}

.phw-g-i-T5DY10-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T5DwSp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-T5QmY8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T5WRlx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T5Wk4p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T5biNt-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-T5s2E7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T5wBOJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T69faT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T6gaOE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T6lxXg{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-T6lxXg:hover{
background:none !important;
background-image:none !important;
opacity:40 !important;
}

.phw-g-i-T6posg-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-T6sRm5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T726Pf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-T74BoH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T7ByAx-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T7RxxP{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-T7Y98a{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-T7p10u-ds{
border-radius:30px !important;
}

.phw-g-i-T817BZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T8HmXU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T8IT5v{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-T8ay43-ds{
border-radius:30px !important;
}

.phw-g-i-T8fRM1-ds{
border-radius:30px !important;
}

.phw-g-i-T8pVs3-ds{
border-radius:30px !important;
}

.phw-g-i-T90fAp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-T9Hbxl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T9bYNi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-T9o9jJ{
}

.phw-g-i-T9pW9v{
color:var(--black) !important;
}

.phw-g-i-TA2UAQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TAB1aI-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-TASBJC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TAVF0l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TAY5G3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TAY8LS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TAdbuH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TAgULb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TAkDkO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TBSrJA-ds{
border-radius:30px !important;
}

.phw-g-i-TBTyv3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TBduzl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TBhfY2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TBti00-ds{
}

.phw-g-i-TBv1cd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TBvCfF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TCCxQh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TCDwwV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TCIPHj-ds{
border-radius:30px !important;
}

.phw-g-i-TCLqhH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-TCPURz-ds{
border-radius:30px !important;
}

.phw-g-i-TCQs4l-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TCUYo1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TCljaf{
background:none !important;
background-image:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
min-height:48px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
padding-left:38px !important;
padding-right:38px !important;
}

.phw-g-i-TCljaf:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
color:var(--black) !important;
}

.phw-g-i-TCljaf:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-TCljaf:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-TCljaf:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-TCljaf.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-TCljaf:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-TDMN5A-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TDcP2l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TDeSQu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TDqY0w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TDxpYu-ds{
border-radius:30px !important;
}

.phw-g-i-TE5rbY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TERgK7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TEWzhw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TEewDi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TEhkqc-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-TEzSbx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TF8ArP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TFBBZg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TFC2uN-ds{
border-radius:30px !important;
}

.phw-g-i-TFVRtD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TFYdU4-ds{
text-align:left !important;
}

.phw-g-i-TFf02h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TFtIO6-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-TFzptj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TG2hKJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TG4v5X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TG7ecr-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-TGCv1b-ds{
border-radius:30px !important;
}

.phw-g-i-TGIvDy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TGb9NK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TGhSLj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TGkXFX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TGqUmH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TH0hOb{
font-size:52px !important;
}

.phw-g-i-THGBpM-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-THJh2M-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-THQsZt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-THSiCq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-THSuX6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-THWYua-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-THgSxY-ds{
}

.phw-g-i-THjGiC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-THtEt5-ds{
border-radius:30px !important;
}

.phw-g-i-THu2q3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-THwdH1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TI1LQj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TI5VQX{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-TI6044-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TIFms2-ds{
}

.phw-g-i-TIf0lz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TIgXTc{
border:none !important;
}

.phw-g-i-TIlRLk{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
font-size:0px !important;
line-height:0 !important;
width:350px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
height:400px !important;
}

.phw-g-i-TInFwm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TIxdve-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TJ9RLc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TJcZ6Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TJkeLG-ds{
}

.phw-g-i-TJtigk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TJwo0b-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TK6Cui-ds{
}

.phw-g-i-TKBTk5-ds{
}

.phw-g-i-TKFKqD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TKJioV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TKJz7n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TKQOhO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TKTBQ0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TKTBbt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TKVBkS-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-TKZb5D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TKaObU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TKcVYs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TKfedP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TKsu7h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TKtb5K-ds{
}

.phw-g-i-TKy7cL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TKyxU0{
}

.phw-g-i-TL61mU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TL9vRt{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-TLG2GP-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-TLGLuz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TLLQ8u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TLMTjh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TLP4Hi-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-TLsEea-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TLtCvF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TLuhTU-ds{
border-radius:30px !important;
}

.phw-g-i-TM3mqI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TMBy59-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TMGLzN{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-TMQyVw{
}

.phw-g-i-TMj8rr-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-TMjhiF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TMpcWc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TMtwmU-ds{
border-radius:30px !important;
}

.phw-g-i-TNEKma-ds{
border-radius:30px !important;
}

.phw-g-i-TNKGVX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TNLj7H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TNM9bV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TNMfNA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TNRrnW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TNpivM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TNrn7Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TNzDxt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TO2b3T-ds{
border-radius:29px !important;
}

#_PCM .phw-g-i-TODIyD{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
height:24px !important;
}

.phw-g-i-TOO5KS-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-TOUUWo{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-weight:400 !important;
}

.phw-g-i-TOct4p-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TOmyLr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TP4lyx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TPHuVv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TPR8V7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TPTn4g-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TPhPQD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TPiJWj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TPtK1T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TPxNsi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TPzt2g{
}
.phw-g-i-TPzt2g img{
}

.phw-g-i-TQ2bsF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TQ49yA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TQ7832-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TQ8RDR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TQLYlH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TQPKkM-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-TQSPj4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TQx8Mh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TRUYVG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TRYISV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TRgyS4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TRlxmo-ds{
background-image:url("") !important;
}

.phw-g-i-TRms9P{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-TRsyES-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TS75pr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TSETEm-ds{
display:none !important;
}

.phw-g-i-TSUoOu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TSUrZa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TSfPQz{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-TSmPmC{
}
.phw-g-i-TSmPmC img{
object-fit:cover !important;
}

.phw-g-i-TSwO8X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TT5aql-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TT5gpM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-TT5wdI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TT5y8z-ds{
border-radius:30px !important;
}

.phw-g-i-TT9Fj2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TTXzY6-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TTeuum-ds{
border-radius:30px !important;
}

.phw-g-i-TTnVRu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TUA4qe-ds{
border-radius:30px !important;
}

.phw-g-i-TUKh7o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TUV2Uk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TUbkvz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TUr1pT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TUwK3P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TV74D1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TVA51i-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TVIK2P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TVIhRd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TVXiwa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TVaMlw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TVcae9{
border-top-left-radius:calc(var(--border-radius-base)*4.375) !important;
border-top-right-radius:calc(var(--border-radius-base)*4.375) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*4.375) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*4.375) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
}

.phw-g-i-TVg4kr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TViKOR-ds{
border-radius:30px !important;
}

.phw-g-i-TVrRGf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TVxlz1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TW0ptM-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-TW3Awv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TW5ioz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TW5sZP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TW5vjG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TW5yJF-ds{
border-radius:30px !important;
}

.phw-g-i-TW83wk{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-TW83wk:focus{
border-width:0px !important;
border-color:transparent !important;
border-style:none !important;
}

.phw-g-i-TWALIa-ds{
border-radius:30px !important;
}

.phw-g-i-TWF0TB-ds{
}

.phw-g-i-TWGFgd{
}

.phw-g-i-TWGPRu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TWPT14{
}

.phw-g-i-TWbYpH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TWug5z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TWyUno-ds{
}

.phw-g-i-TXLVUJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-TXSe64-ds{
border-radius:30px !important;
}

.phw-g-i-TXln08-ds{
border-radius:30px !important;
}

.phw-g-i-TXz8g0{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-TYAfuK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TYRsro-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TYgP5L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TYgzqF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TYofKR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TYvJDu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TYy2bR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TZGiOI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TZH3fS-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-TZNI2L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TZZbPu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TZiSdg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TZtSr8-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Ta53g2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TaS8pD-ds{
border-radius:30px !important;
}

.phw-g-i-TaVQkX{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-TacHbJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TaqmUo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TaucQl{
font-size:50px !important;
line-height:1.2 !important;
}

.phw-g-i-TavIJc-ds{
border-radius:30px !important;
}

.phw-g-i-Taw2dt-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TbDCkA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TbEK2c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TbL4qH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-TbbTC9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TbclVM{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-TbctsY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TbzJpG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tc1fEz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Tc39Bh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TcbG0w-ds{
border-radius:30px !important;
}

.phw-g-i-TcoGnp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Tcv3vG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Td1Esw-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Td7Mlb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TdZbLL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TdaTxW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tdey4v-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-TdpvPk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tds4EE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Te68vg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TeCXMa-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-TeCcsa-ds{
border-radius:30px !important;
}

.phw-g-i-TeGh32-ds{
border-radius:30px !important;
}

.phw-g-i-TeGmEo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Tejmtd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TelxxH{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-TfCX6Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TfISfV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-TfYpQx{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-TfbVl1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TfeVRw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TffK4a-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TfhSZZ-ds{
display:none !important;
}

.phw-g-i-Tfsmd5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TfsuyM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tg8PIM-ds{
border-radius:30px !important;
}

.phw-g-i-TgWLk4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TgbN8v{
}

.phw-g-i-TgjWhV-ds{
border-radius:30px !important;
}

.phw-g-i-TgpYOg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TgywiN{
background-color:var(--phw-custom-636363636363) !important;
}

.phw-g-i-TgywiN{
background-color:#3a3a3a !important;
}

.phw-g-i-Th2qOy-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Th3qLn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Th5XqX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ThAA0s{
}

.phw-g-i-ThATzM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ThSWHy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ThZ5oQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Tht6eh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-Ti7Eac{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-Ti9iTa-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TiKoaH-ds{
border-radius:30px !important;
}

.phw-g-i-TiZ3FQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TigRr4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Tijc3Z{
}

.phw-g-i-TipQoz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TizZku-ds{
display:none !important;
}

.phw-g-i-Tjh7cB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TjouLK-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-TjsVhy-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-TjvXkN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TjwBys-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TjygfA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tjynu6-ds{
border-radius:30px !important;
}

.phw-g-i-TkAeRg{
background-color:var(--brand-color-primary) !important;
box-shadow:none !important;
}

.phw-g-i-TkJM97-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TkfBfy{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
height:96px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}

.phw-g-i-Tkqtzu-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TlCk8S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TlFAmE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TlNA16-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TlSg4F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TlhTnz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TllD8J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TloHDl{
width:1244px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
max-width:1440px !important;
}

.phw-g-i-TlxkJs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tm9otk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TmYS0a-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TmcjKA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TmsP0o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tn0oqb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TnO7rx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tnagq2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TnhCwW{
}

.phw-g-i-TnmReB-ds{
border-radius:30px !important;
}

.phw-g-i-ToCs62-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-ToIkJb{
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:60% !important;
margin-inline-start:auto !important;
margin-inline-end:auto !important;
}

.phw-g-i-ToYdpY-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-TobSDk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-TofNch-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-TpOezT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TpP7VE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TpUdGE-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-TpXhBy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TpfIlp-ds{
border-radius:30px !important;
}

.phw-g-i-TpzD6N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TpzFFr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tq0tig-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Tq7PRS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TqHuNE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TqIff8-ds{
border-radius:30px !important;
}

.phw-g-i-TqK9PF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TqcCuQ{
}

.phw-g-i-Tqss2Y{
}

.phw-g-i-TqynfR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tqz01W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Tr0DyD-ds{
border-radius:30px !important;
}

.phw-g-i-Tr5hSo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TrCs1h-ds{
background-image:url("") !important;
}

.phw-g-i-TrFIn4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TrNJ7C-ds{
border-radius:30px !important;
}

.phw-g-i-TrPe2g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TrTB0D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Trb4Sm-ds{
border-radius:29px !important;
}

.phw-g-i-TrkT4l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TrrVKz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TrtlXC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ts0RHt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ts7rXG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TsDgZV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TsEGPz-ds{
border-radius:30px !important;
}

.phw-g-i-TsFC3L-ds{
border-radius:30px !important;
}

.phw-g-i-TsJmwz{
}

.phw-g-i-TsOnIS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TsQuTl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TsTwzy{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-TsVf5Z-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TsWEz4-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Tsm835{
background:none !important;
background-image:none !important;
border:none !important;
height:0px !important;
}

.phw-g-i-TsnjPg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TszXQp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tt5I0I-ds{
border-radius:30px !important;
}

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

.phw-g-i-TtH8wT-ds{
}

.phw-g-i-TtXno5-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Tu0Zm7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tu0c0s{
}

.phw-g-i-Tu0f61-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tu1r27-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Tu7hMf{
}

.phw-g-i-TuHzM5-ds{
}

.phw-g-i-TuMuDv-ds{
}

.phw-g-i-Tubfeh{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}

.phw-g-i-TufAfK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tuj8oI-ds{
}

.phw-g-i-TuwdYR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Tuwk3F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Tuygvy{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-Tv1XQ1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Tv8VX9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Tv9n5F-ds{
border-radius:30px !important;
}

.phw-g-i-TvBUkO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TvJ7AO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TvJomt{
}

.phw-g-i-TvUwTQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TvWlbQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TvasjQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Tvq1mM-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Tvszqe-ds{
}

.phw-g-i-TvuOaL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TvyAlU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TvyRbI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Tw2VHS-ds{
border-radius:30px !important;
}

.phw-g-i-Tw8XlZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TwD4Lt-ds{
border-radius:30px !important;
}

.phw-g-i-TwjCeD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TwxO2U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TwyRGT-ds{
}

.phw-g-i-Tx0uvn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Tx4kd8{
}

.phw-g-i-TxEgpU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TxLZcq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TxaPXd{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-Txc5sw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TxnGQ7-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Txo8HB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TxvfPu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TxzGgh-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Ty0PAP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-TyG8QT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-TyHI8y-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TyIo8Q-ds{
}

.phw-g-i-TyOkgt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TyewQk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TyyyBR-ds{
border-radius:30px !important;
}

.phw-g-i-Tz9eMv-ds{
background-size:100% 100% !important;
}

.phw-g-i-TzNk5t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TzRcDN{
}

.phw-g-i-TzSgUe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-TzcFqp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-TzuMOg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U0CG6S-ds{
border-radius:30px !important;
}

.phw-g-i-U0I49M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U0SvC2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-U0VfL7-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-U0ZlqS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U0jRNp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U0s725-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-U1nTvW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-U1oKxs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U1rcAp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U1srjQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-U232RX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U2MwjJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U2VDMR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U2bODW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U2bQ26-ds{
pointer-events:visible !important;
}

.phw-g-i-U2cX1X-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-U2hlGc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-U2irtd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-U2ywRU-ds{
border-radius:30px !important;
}

.phw-g-i-U36r6g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U3BCUG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U3HfQB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U3MVH1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U3dAMX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U3dxTg{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}
.phw-g-i-U3dxTg img{
object-fit:cover !important;
}

.phw-g-i-U3hSgv-ds{
border-radius:30px !important;
}

.phw-g-i-U3zF9I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U40t87-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U46N0R-ds{
border-radius:30px !important;
}

.phw-g-i-U4CxEY{
}

.phw-g-i-U4H5DY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U4MrUo-ds{
border-radius:31px !important;
}

.phw-g-i-U4faBD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-U4i6Cn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U4prJD{
color:var(--white) !important;
text-decoration:none !important;
display:inline-flex !important;
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-U4prJD:hover{
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
color:var(--white) !important;
text-decoration:underline !important;
}

.phw-g-i-U4zbBl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-U51box-ds{
border-radius:30px !important;
}

.phw-g-i-U51vYX{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
min-height:38px !important;
}

.phw-g-i-U5DJhu-ds{
border-radius:30px !important;
}

.phw-g-i-U5RVwY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U5nr2r-ds{
}

.phw-g-i-U5oAIY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U60zv5-ds{
}

.phw-g-i-U61YCx-ds{
}

.phw-g-i-U67GD2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-U6JMmT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U6Kv3g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U6QMuP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U6QZyc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U6fiL5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-U6gbCe{
color:var(--black) !important;
}

.phw-g-i-U6kaVa{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-U7A7eb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U7V161-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U7aoXw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-U7hX7z{
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-U7hX7z{
opacity:100 !important;
background-color:transparent !important;
}

.phw-g-i-U7iNOq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-U8EFu6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U8GGea-ds{
border-radius:30px !important;
}

.phw-g-i-U8JrGq-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-U8LEKl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U8RELE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U8SmFS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U8WmLm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U8kE0h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U8xdFI-ds{
border-radius:30px !important;
}

.phw-g-i-U91Uab-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U94skN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-U9MHpv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-U9PeGg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-U9ULAw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UAB34B{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
}

.phw-g-i-UACEPb-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-UAGq5j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UAHyXP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-UARJNi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UAY8eZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UAdkFD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UAlv3V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UBNDTf-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UBOKQb-ds{
}

.phw-g-i-UBZzCh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UBfct5-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-UBgUNf{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-UBmEMu{
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-UBwrJK-ds{
border-radius:30px !important;
}

.phw-g-i-UBzOFh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UC0u1B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UC0wb8{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
font-size:40px !important;
}

.phw-g-i-UC28fg-ds{
border-radius:30px !important;
}

.phw-g-i-UCCLZ5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UCOCr4{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-UCSQv1-ds{
}

.phw-g-i-UCTnNw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UCYcYH{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-UCfY0c-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-UChTvo-ds{
border-radius:30px !important;
}

.phw-g-i-UCnqxZ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-UCvXaY{
}

.phw-g-i-UDDgEh-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-UDDj22-ds{
border-radius:30px !important;
}

.phw-g-i-UDPaxm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UDTjZZ-ds{
}

.phw-g-i-UDXh8j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UDdI5Z-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UDesnV-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UDow92-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UEO9ZQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UEOj9q-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UEQK0J-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-UEUMxt-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UEVRsG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UEVpTL-ds{
border-radius:30px !important;
}

.phw-g-i-UEvPAW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UF50Ce{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-UFKcSg{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
}

.phw-g-i-UFKxoo-ds{
border-radius:30px !important;
}

.phw-g-i-UFYjtK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UFd8Cb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UFuJMO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UFv70K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UGC3mg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UGPKh2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UGQB0w{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-UGgeAg-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-UGu3wg-ds{
border-radius:30px !important;
}

.phw-g-i-UGusZj-ds{
border-radius:30px !important;
}

.phw-g-i-UH4fhb-ds{
border-radius:30px !important;
}

.phw-g-i-UH643U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UH9lfj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UHIa6j-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UHYJ4m-ds{
border-radius:30px !important;
}

.phw-g-i-UHZyDF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UHgHQ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UHj0aY-ds{
}

.phw-g-i-UHkb0f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UHlyT4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UHnHgh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UI3Lbm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UIIJWI-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-UIJbrm-ds{
border-radius:30px !important;
}

.phw-g-i-UIKgr9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UIVeI2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UIa8AU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UIkoPT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UIppeI-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-UJAV6D-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UJS2bc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UJh5sB-ds{
border-radius:30px !important;
}

.phw-g-i-UJiIo0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UJjrov-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UJo8XX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UJt2IW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UJtwn7-ds{
}

.phw-g-i-UKNCc9{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-UKSkqK-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UKWm9A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UKfSqk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UKkiNX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UKrV64-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UKtoQd{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-UKv0Uo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UL208f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UL9l4U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ULC0Cp-ds{
border-radius:30px !important;
}

.phw-g-i-ULKnQa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ULORF3-ds{
border-radius:30px !important;
}

.phw-g-i-ULXIeW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ULckbw-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UM4SJn-ds{
border-radius:29px !important;
}

.phw-g-i-UMBEpk-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-UMJuCR{
border-color:var(--brand-color-primary) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
color:var(--white) !important;
font-weight:var(--btn-font-weight) !important;
font-size:14px !important;
min-height:48px !important;
line-height:24px !important;
background-color:var(--brand-color-secondary) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-UMJuCR:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-UMJuCR:focus{
background:none !important;
background-image:none !important;
border-color:var(--phw-custom-border-black000000ff) !important;
background-color:var(--brand-color-primary) !important;
color:var(--black) !important;
}

.phw-g-i-UMJuCR:active{
border-color:var(--phw-custom-border-black000000ff) !important;
background-color:var(--white) !important;
color:var(--black) !important;
}

.phw-g-i-UMJuCR:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-UMJuCR.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-UMJuCR:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-UMRniv{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-UMUg7T-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UMVJAI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UMgshm{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:32px !important;
font-weight:900 !important;
}

.phw-g-i-UMmc4J{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-UMzUCA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UN5GWn{
border-width:1px !important;
border-style:solid !important;
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:18px !important;
background-color:var(--brand-color-secondary) !important;
font-weight:700 !important;
}

.phw-g-i-UN5GWn:hover{
border-width:1px !important;
border-style:solid !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-UN5GWn:focus{
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-UNCwIY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UNHTK3{
}
.phw-g-i-UNHTK3 img{
object-fit:cover  !important;
}

.phw-g-i-UNMaPG{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-UNNTIW{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-UNO2ff-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UNP2vZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UNXyLg{
}

.phw-g-i-UNeP6F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UNifyN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UNlvUg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UNtxV3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UNvafc{
}

.phw-g-i-UNwblv{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-UNynfp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UO1Dg1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UO7YKO-ds{
border-radius:30px !important;
}

.phw-g-i-UOZQ5U-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UOhQpR{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-UOie3D-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UOtABL-ds{
background-image:url("") !important;
background-size:auto !important;
}

.phw-g-i-UOweNl{
}

.phw-g-i-UOwiyS-ds{
border-radius:30px !important;
}

.phw-g-i-UOx52O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UP46rS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UP4Dge-ds{
border-radius:30px !important;
}

.phw-g-i-UPG5KM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UPOyiC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UPl5B7{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-large-text-font-size) !important;
font-weight:900 !important;
}

.phw-g-i-UPuPhY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UQE4PJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-UQRaw7{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-UQefeT-ds{
border-radius:30px !important;
}

.phw-g-i-UQt0fw-ds{
border-radius:30px !important;
}

.phw-g-i-UQukc2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UR1dmE{
}

.phw-g-i-UR773K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UR8pKX{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:20px !important;
line-height:20px !important;
}

#_PCM .phw-g-i-UR92hk{
}

.phw-g-i-URL6P3-ds{
border-radius:30px !important;
}

.phw-g-i-URQMI0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-URa2my-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-URdE5g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-URe9c6-ds{
border-radius:30px !important;
}

.phw-g-i-URkrkw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-URvRB9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-URxktr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-US1Hu1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-US78oJ-ds{
}

.phw-g-i-US7Mnh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-USXYDz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-USdisK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-USoCXu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-USye6q-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-UT0ZDt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UTDnzd{
border-width:0.5px !important;
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-UTFvuL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UTL5bh-ds{
border-radius:30px !important;
}

.phw-g-i-UTQL4w{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-UTYjIM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UTbCdz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UTbu8z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UTtRxv-ds{
border-radius:30px !important;
}

.phw-g-i-UU4TMs-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UU7iCs{
border-top-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-UU7iCs img{
object-fit:cover !important;
}

.phw-g-i-UUGFnQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UUGQD7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UUQG4D-ds{
border-radius:30px !important;
}

.phw-g-i-UUQK5C-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-UUS1w3-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UUWZNZ-ds{
border-style:none !important;
}

.phw-g-i-UUXYa2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UUe7sd-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-UUzhDQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UVA7pe-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-UVFppd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UVQPZ7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UVdYnK-ds{
border-radius:30px !important;
}

.phw-g-i-UVe1Ch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UVkVFz{
color:var(--black) !important;
}

.phw-g-i-UVn7HD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UVsxbS-ds{
border-radius:30px !important;
}

.phw-g-i-UVxDbG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UW87UJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UWSsga-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-UWZrEM-ds{
}

.phw-g-i-UWyJzf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UWyMi4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UX2AFK{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-UX6DOe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UXAELi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UXQL3d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UXSXaS{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-UXUyfo{
}

.phw-g-i-UXY20z-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UXbJbV-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-UYBRHs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UYHjAx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UYMMCd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UYNfto-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UYggGg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UYh9fs-ds{
border-radius:30px !important;
}

.phw-g-i-UYnAS8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UZ2011-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-UZ8fAC{
}

.phw-g-i-UZ9sgl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UZDOCj-ds{
border-radius:30px !important;
}

.phw-g-i-UZFBP8-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-UZFVNH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UZHO5n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UZVYux{
border:none !important;
}

.phw-g-i-UZWA8b-ds{
border-radius:30px !important;
}

.phw-g-i-UZXrHc-ds{
border-radius:30px !important;
}

.phw-g-i-UZlEpn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UZloX1-ds{
border-radius:30px !important;
}

.phw-g-i-Ua1UTe-ds{
border-radius:30px !important;
}

.phw-g-i-Ua8cRv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UaDQF9-ds{
border-radius:30px !important;
}

.phw-g-i-UaUvjL-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-Uai2Xc{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-UbCmB8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UbF0F5{
}

.phw-g-i-UbTGyc-ds{
border-radius:30px !important;
}

.phw-g-i-Ubsjrb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Uc4tZG{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-Uc4tZG:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-Uc4tZG:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-Uc4tZG:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-Uc4tZG:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-Uc4tZG.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-Uc4tZG:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-UcKXef-ds{
border-radius:30px !important;
}

.phw-g-i-UccTDs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Uce3bC-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-UdFyyV-ds{
border-radius:30px !important;
}

.phw-g-i-UdGz5B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UdKzsK-ds{
border-radius:30px !important;
}

.phw-g-i-UddIXv-ds{
border-radius:30px !important;
}

.phw-g-i-UdsN5C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ue5ROy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UeAYnI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UehWtL{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-UehWtL:hover{
opacity:40 !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-UeiYV1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UepW5g-ds{
}

.phw-g-i-Ueq95C-ds{
border-radius:30px !important;
}

.phw-g-i-Uer0or-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Uf91O6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UfB5bh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UfOQR0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UfdBdr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UgAN2E-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UgfAA9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UgjQN9-ds{
border-radius:30px !important;
}

.phw-g-i-UguMvT-ds{
background-size:100% 100% !important;
}

.phw-g-i-Uh4FNO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Uh5CqJ-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-UhE9PE{
}

.phw-g-i-Z1jGJv:hover .phw-g-i-UhE9PE{
background-color:transparent !important;
}

.phw-g-i-UhM31L-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-UhOAXf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UhQXyf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UhVUhh-ds{
border-radius:30px !important;
}

.phw-g-i-UhcXip-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UhmCfG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Uhr4sZ-ds{
border-radius:30px !important;
}

.phw-g-i-UhsEKK-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-UiDrJB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UiH6qL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UiI5Cj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UiIsvo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UiJ6AA{
background-color:var(--brand-color-secondary) !important;
text-decoration:none solid rgb(255, 255, 255) !important;
}

.phw-g-i-UiJ6AA:hover{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-UiP3E8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UiSRdO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Uial9Z-ds{
border-radius:30px !important;
}

.phw-g-i-Uicy5M-ds{
border-radius:30px !important;
}

.phw-g-i-UieqO2-ds{
border-radius:30px !important;
}

.phw-g-i-UilS8P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Uinyhp-ds{
opacity:0.8 !important;
}

.phw-g-i-UivV7w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UixRD4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UixqDw{
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-Uj1Xzr{
border-width:0px !important;
border-style:none !important;
color:var(--black) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
min-height:34px !important;
}

.phw-g-i-Uj52ki{
}

.phw-g-i-Uj5EPs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UjJGOO-ds{
border-radius:30px !important;
}

.phw-g-i-UjtE5P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UjxJzK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UkBQx1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UkIvsl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UkXjjl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UkfEj8-ds{
}

.phw-g-i-UkjFhq{
font-size:52px !important;
}

.phw-g-i-UkwWLj{
}

.phw-g-i-UkzYuH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Ul0JMk{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-Ul64Zm-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Ul9ZAF-ds{
border-radius:30px !important;
}

.phw-g-i-UlHwAg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UlLAOw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UlMyrk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UlOgvY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UlQE2v-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UlU003{
}

.phw-g-i-UladlZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UlfhLc{
color:var(--black) !important;
}

.phw-g-i-UlhQef{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-sales-1740645850180.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-UlliTY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UlmcZj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UlwIGk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Um3dyr-ds{
border-radius:30px !important;
}

.phw-g-i-Um9wlv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UmNsFR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UmofA4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Umph9V-ds{
border-radius:30px !important;
}

.phw-g-i-Un7kyB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Un7rNN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UnWvSN{
max-width:1440px !important;
width:1244px !important;
padding-inline-start:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*1) !important;
}

.phw-g-i-Unumn1-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Uo5xzF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UoVQNF{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
margin-top:calc(var(--mu-space) * 3) !important;
color:var(--black) !important;
}

.phw-g-i-Uoz3tN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Up5nQi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Up8Igf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UpEGwJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UpHwrS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UpKhRg-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-UpOQKf-ds{
border-radius:30px !important;
}

.phw-g-i-UpPuyq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UpjUJF-ds{
}

.phw-g-i-Upp30O-ds{
border-radius:30px !important;
}

.phw-g-i-Uq3Szg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Uq3qFh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UqA1Fn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UqJLI9-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iddivider-1629771631389.png") !important;
background-position:50% 0% !important;
background-size:cover !important;
}

.phw-g-i-UqJbKn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UqM84O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Uqai9p-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Uqc0SB-ds{
border-radius:30px !important;
}

.phw-g-i-b5KKHc:hover .phw-g-i-Uqc3UN{
color:var(--brand-color-primary) !important;
}

.phw-g-i-Uqc3UN{
}

.phw-g-i-Uqe3n4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UqlaK9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ur72ni-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UrLkcL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UrPRJL-ds{
border-radius:30px !important;
}

.phw-g-i-UrSw1B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UrY5zz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UraOvU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-UrfHF4-ds{
}

.phw-g-i-Urt0SX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UrtfIh{
color:var(--text-dark) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-Urv3a2-ds{
}

.phw-g-i-Urvksk{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
}

.phw-g-i-UsHKAh-ds{
border-radius:30px !important;
}

.phw-g-i-UsNiPy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-UsVe9m-ds{
}

.phw-g-i-UsaRmb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UsbcaD-ds{
border-radius:30px !important;
}

.phw-g-i-UsdMYx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Ut1MDb{
}

.phw-g-i-UtCDTv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UtQ7cm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UtZTby-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UtbV1E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Utd9fR-ds{
background-size:100% 100% !important;
}

.phw-g-i-Utmn78-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Uu4np5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Uu623o{
}

.phw-g-i-Uua7YZ-ds{
border-radius:30px !important;
}

.phw-g-i-UualQZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-UubNv0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UuvouG-ds{
border-radius:30px !important;
}

.phw-g-i-Uv2hwc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Uv6Fud-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Uv7RsC-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UvBAjc-ds{
border-radius:30px !important;
}

.phw-g-i-UvCFSU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UvICCA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UvKDh8-ds{
border-radius:30px !important;
}

.phw-g-i-Uvqx3Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Uvrla2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UvuOk6-ds{
border-radius:30px !important;
}

.phw-g-i-Uw17jH{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--text-dark) !important;
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*4) !important;
}

.phw-g-i-Uw4SfK-ds{
}

.phw-g-i-Uw6fpL-ds{
border-radius:30px !important;
}

.phw-g-i-UwF5Kx{
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-UwMsZI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UwQwFr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UwRWJz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UwVHVi-ds{
}

.phw-g-i-UwWRxX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UwaLBJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Uwd4gD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Uwh7l3-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-UwijqN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UwogSt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-Uwp47g{
}

.phw-g-i-UwpU5F-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Uwts28-ds{
border-radius:30px !important;
}

.phw-g-i-Uww0Lk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ux1bHX-ds{
border-radius:30px !important;
}

.phw-g-i-Ux5Mnx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UxBQRH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-UxDdh8{
}
.phw-g-i-UxDdh8 img{
object-fit:cover !important;
}

.phw-g-i-UxR0cG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Uxe8Ji-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Uxq1im-ds{
border-radius:30px !important;
}

.phw-g-i-UxsAzy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UxvjCW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UxzICr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UyF3nm-ds{
border-radius:30px !important;
}

.phw-g-i-UyLUTY{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-UyLkN6-ds{
border-radius:30px !important;
}

.phw-g-i-UyZ8ax-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UyqBOX-ds{
}

.phw-g-i-UyueDM-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-Uz7k5r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UzDJ5A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UzGKeM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UzLorc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-UzMNOW-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-UzPSSD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Uzdear-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Uzj2Vj-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-UzkTP6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UzoPiW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-UzrbTg-ds{
border-radius:30px !important;
}

.phw-g-i-V02dEb{
}

.phw-g-i-V0RYFw{
}

.phw-g-i-V0V8qc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V0WEej-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V0hNa4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V0ySOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V15vqJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V1Ggh3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V1LQ9M-ds{
}

.phw-g-i-V1WWni-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-V1iD2I-ds{
border-radius:30px !important;
}

.phw-g-i-V1mGWD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-V1ncFT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V1r5iQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-V1xsZ9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-V27Ah6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V2a0Qj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V2iwjY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V2pU92-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V30hQ1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V3DUoZ-ds{
border-radius:30px !important;
}

.phw-g-i-V3Z856{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
width:350px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-V3Z856:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-V3Z856:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-V3Z856:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-V3Z856:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-V3Z856.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-V3Z856:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-V3vsVV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V3wtVd-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V3xd3a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V4fTrp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-V4p8Wq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V4sSgj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-V5G4Gl-ds{
border-radius:30px !important;
}

.phw-g-i-V5sZAg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-V5v0gq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V69YAD-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-V6D5VS-ds{
border-radius:30px !important;
}

.phw-g-i-V6UEvy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V6e6QN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V6efOT{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-V6iknO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V6kwFl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-V6oMXT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V72xku-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V77B3g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V7B65o-ds{
border-radius:30px !important;
}

.phw-g-i-V7GTCh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-V7HUoA-ds{
border-radius:30px !important;
}

.phw-g-i-V7PpHu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V7WGEO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V7jK5L-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-V7kcP6{
}
.phw-g-i-V7kcP6 img{
object-fit:cover !important;
}

.phw-g-i-V7uq4u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V7vOEt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V80RpN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V8KGio-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-V8LBjD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-V8YOhq-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-V8YXlm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V8bQ1W-ds{
border-radius:30px !important;
}

.phw-g-i-V8bxsy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V8cBwK-ds{
}

.phw-g-i-V8h6Su-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V8kUXS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-V8m73Y-ds{
border-radius:30px !important;
}

.phw-g-i-V8vbir-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V8wiwp-ds{
border-radius:30px !important;
}

.phw-g-i-V8za9c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V9AQhd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-V9SYRN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-V9X3FY-ds{
border-radius:30px !important;
}

.phw-g-i-V9linO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-V9sms3-ds{
border-radius:30px !important;
}

.phw-g-i-V9zzRi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VA8i45-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VAGgyL-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-VActDA{
font-size:var(--phw-g-regular-text-font-size) !important;
padding-inline-end:calc(var(--pu-space)*6) !important;
}

.phw-g-i-VAijYJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VAjV2P-ds{
border-radius:30px !important;
}

.phw-g-i-VAjsGK-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VAmdVh-ds{
opacity:0.8 !important;
}

.phw-g-i-VB1QrY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VBBQs1{
}

.phw-g-i-VBDQ0Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VBGgvD{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-VBWR5U-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VBX8eV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VBiU5G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VBiVHB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VBmJN4-ds{
border-radius:30px !important;
}

.phw-g-i-VBnbxt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VBu2k7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VBvJn7{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-VCF5Fu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VCFEpZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VCGade-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VCH9aU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VCTUhp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VCUNn3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VCd0Kz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VClenk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VCmvky-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VCqzrW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VDC0r1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VDFn9m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VDGnnM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VDI2KB-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VDZZjr{
}

.phw-g-i-VDkYVH-ds{
border-radius:30px !important;
}

.phw-g-i-VDlO9N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VDmszp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VDvGJu-ds{
border-radius:30px !important;
}

.phw-g-i-VDzRWm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VEEDet-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VEIloe-ds{
border-radius:30px !important;
}

.phw-g-i-VEL1A8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VEVDjX-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-VEeOEx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VEedSZ-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-VEm6Il-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VEopYV-ds{
}

.phw-g-i-VErCCm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VEy8js-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VF4M2g-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VFCdgm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VFSG9u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VFd1rM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VGKbhz-ds{
border-radius:30px !important;
}

.phw-g-i-VGNWac-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VGSU7I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VGaPIG-ds{
border-radius:30px !important;
}

.phw-g-i-VGejhx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VGqnsB-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-VH2EcN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VH5dox-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VH5tUY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VH5w7n-ds{
border-radius:30px !important;
}

.phw-g-i-VHRyHB-ds{
}

.phw-g-i-VHU6Zo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VHXVzm-ds{
border-radius:30px !important;
}

.phw-g-i-VHgeuC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VHr2WN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VHy51P-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/test_recruitment1-1630451101661.png") !important;
background-position:50% 50% !important;
background-size:cover !important;
border-radius:26px !important;
}

.phw-g-i-VI2VJr-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-VI2xLc-ds{
text-align:left !important;
}

.phw-g-i-VI3QZ0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VIBWYt{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
text-decoration:none !important;
}

.phw-g-i-VIJDLk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VILjc2-ds{
border-radius:30px !important;
}

.phw-g-i-VIN5QO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VIV9tA{
text-decoration:none !important;
background-color:transparent !important;
}

.phw-g-i-0VCrim:hover .phw-g-i-VIZscg{
background-color:transparent !important;
}

.phw-g-i-VIZscg{
}

.phw-g-i-VIjU1D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VIkvTO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VJ0rYF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VJ7C25-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VJBACV-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-VJJYnd-ds{
border-radius:30px !important;
}

.phw-g-i-VJYuZ9-ds{
background-color:transparent !important;
border:none !important;
}

#_PCM .phw-g-i-VJaYU4{
}

.phw-g-i-VJeXkl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VJu4Xy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VJyKGV{
font-size:var(--phw-g-hero-title-font-size) !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
width:600px !important;
}

.phw-g-i-VJzwjs-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VK28Tx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VK74Dt{
color:var(--black) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-VKCOkV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VKDid7-ds{
border-radius:30px !important;
}

.phw-g-i-VKI2o2{
}

.phw-g-i-VKMH0e{
font-weight:600 !important;
font-size:var(--font-size-13) !important;
line-height:var(--line-height-3) !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-VKQJwL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VKi1Yv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VKnymY-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VKpy74-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VKrbDl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VKtXFk-ds{
border-radius:30px !important;
}

.phw-g-i-VKuABG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VKwcQc{
}

.phw-g-i-VKyEsx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VKyQPL-ds{
color:#00adee !important;
}

.phw-g-i-VL4CBk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VL6Nnh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VLAOA3-ds{
}

.phw-g-i-VLFBBb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VLPcnU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VLXiCr-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VM93QJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VMBqat-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VMNdvs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VMfTI0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VMq3BX{
height:120px !important;
}

.phw-g-i-VN2UqC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VN3FGL-ds{
border-radius:30px !important;
}

.phw-g-i-VN850M{
font-size:40px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
}

.phw-g-i-VNAb9j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VNJe25-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VNRFSR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VNtWjo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VNzKcx{
color:var(--white) !important;
}

.phw-g-i-VO5j47-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VOW5V2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VOXvIW-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-VP5Gn9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VP69pe-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-VPI6d4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VPM4Ii-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VPO6TA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VPUqVD-ds{
pointer-events:visible !important;
}

.phw-g-i-VPVhAi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VQ0e2N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VQ25yN:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-VQ25yN{
}

.phw-g-i-VQ71mS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VQJcqp-ds{
border-radius:30px !important;
}

.phw-g-i-VQMg7C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VQNB6w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VQQLqS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VQWQjm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VQgOIK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VQnHnt-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VQrm5e-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-VR3xiw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VR4B4u-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-VR5jyY-ds{
border-radius:30px !important;
}

.phw-g-i-VR66fW{
}

.phw-g-i-VRARy4-ds{
border-radius:30px !important;
}

.phw-g-i-VRDcGn{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--widget-bg-white-color) !important;
color:var(--text-dark) !important;
}

.phw-g-i-VRXBjH{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-VRXzoy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VRlc2v{
}

.phw-g-i-VRzUp3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VS7P99-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VSIzZd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VSKYaa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VSL4wj-ds{
}

.phw-g-i-VSYdVD{
color:var(--black) !important;
}

.phw-g-i-VSe8Rs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VSkrhO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VSqBy4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VStUvr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VT134s-ds{
border-radius:30px !important;
}

.phw-g-i-VTBykz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VTG56e{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
}

.phw-g-i-VTKi9V-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-VTgtmM{
font-size:var(--phw-g-regular-text-font-size) !important;
padding-inline-end:calc(var(--pu-space)*6) !important;
}

.phw-g-i-VTkRc7{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
}

.phw-g-i-VTmR2i-ds{
border-radius:30px !important;
}

.phw-g-i-VTopvd-ds{
}

.phw-g-i-VTosq3{
}

.phw-g-i-VTqb4h-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-VU6vMw{
box-shadow:none !important;
}

.phw-g-i-VUE8CI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VUOpXV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VUS3rM-ds{
border-radius:30px !important;
}

.phw-g-i-VUScdi-ds{
border-radius:30px !important;
}

.phw-g-i-VUac4a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VUhRLq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VUi3Ce-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VUnvPf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VUrUXC{
}

.phw-g-i-VVi8sr-ds{
border-radius:30px !important;
}

.phw-g-i-VVvcKb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VW1Qsx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VWAFBB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VWNAs2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VWT7KJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VWXc5P{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-size:var(--phw-g-small-text-font-size) !important;
font-weight:normal !important;
line-height:28px !important;
padding-left:28px !important;
padding-right:28px !important;
min-height:60px !important;
}

.phw-g-i-VWoZI6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VWykfr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VXAaG3-ds{
border-radius:30px !important;
}

.phw-g-i-VXHQY4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VXHgqi{
}

.phw-g-i-VXJb7k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VXjfAy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VXntnJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VXqtcO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VXt6eh{
}

.phw-g-i-VXvASU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VXx3Nt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VY1fYy-ds{
}

.phw-g-i-VY4Snn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VYCEp4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VYKtlX-ds{
border-radius:30px !important;
}

.phw-g-i-VYKvys-ds{
border-radius:30px !important;
}

.phw-g-i-VYhGN5-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-VYjCop{
}

.phw-g-i-VZ2uFO{
background:none !important;
background-image:none !important;
}

.phw-g-i-VZ5YMS{
}

.phw-g-i-VZ8r7C-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VZF72O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VZL6B9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VZVIq8-ds{
border-radius:30px !important;
}

.phw-g-i-VZXwwO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VZsJB6-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-VZwGbS-ds{
border-radius:30px !important;
}

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

.phw-g-i-Va0QR6-ds{
border-radius:30px !important;
}

.phw-g-i-Vab3Mp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Vam68b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vb0F3x-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Vb0wtK-ds{
border-radius:30px !important;
}

.phw-g-i-Vb5rDH-ds{
width:100% !important;
}

.phw-g-i-VbBPU5{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-VbJGC7-ds{
border-radius:30px !important;
}

.phw-g-i-VbSz1r-ds{
}

.phw-g-i-VbU0zy-ds{
border-radius:30px !important;
}

.phw-g-i-VbZJA6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VbgNt6-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VbhsfN{
}

.phw-g-i-VbqbKy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VbufYH-ds{
border-radius:30px !important;
}

.phw-g-i-Vc4aCU:hover{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-Vc4aCU{
}

.phw-g-i-VcGLCr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VcLZBb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VcLavg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VcSVqm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VcgslK-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Vd6gpz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VdAeZM-ds{
border-radius:30px !important;
}

.phw-g-i-VdNhuS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VdTEOv-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-VdaqOp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Vdf0Jw{
color:var(--white) !important;
}

.phw-g-i-VdfYjh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VdfiVA{
border-style:none !important;
border-width:0px !important;
height:44px !important;
width:44px !important;
}

.phw-g-i-VdskG5{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:268px !important;
width:568px !important;
}

.phw-g-i-VduBJ2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VeDEcG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VeEYOJ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-VeL1Z0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VeLfg7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VeMggo-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-VejNlL{
}

.phw-g-i-Ves9bw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VevLBX-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-VfC4sH{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-VfMIdv{
}

.phw-g-i-VfTdC9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Vfb5sE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VftFSL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VfxApT-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Vg6sqK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Vg847Q-ds{
}

.phw-g-i-VgR6Z9-ds{
}

.phw-g-i-VgYfGn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vgbdex-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VgbmdL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VgdAIx{
}

.phw-g-i-VgeV04-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VgfrdQ-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-VggabR-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Vgy9Cn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Vh7meE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VhITGz-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VheI5s:hover{
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:var(--body-font-size) !important;
}

.phw-g-i-VheI5s{
}

.phw-g-i-VhoYsB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VhpSp4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Vhw48c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VhxWI4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VhymLT{
color:var(--black) !important;
}

.phw-g-i-Vi1vL0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Vi3PLr{
}

.phw-g-i-ViKOtq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ViRy3f-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ViVtJS{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-ViWv0J{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-VikwLy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VisnLq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VjOJ8Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VjPkUe-ds{
color:#00adee !important;
}

.phw-g-i-VjYCWe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VkWJ0m-ds{
}

.phw-g-i-VkZXfU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Vkbnek-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VkdTf7-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-VkdbxU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VlG7XO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VlK0P8-ds{
}

.phw-g-i-VlKZ4l-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-VlUDQ5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Vla8SF-ds{
border-radius:30px !important;
}

.phw-g-i-VlcMzm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VlfwaV-ds{
border-radius:30px !important;
}

.phw-g-i-VlqGVa-ds{
border-radius:30px !important;
}

.phw-g-i-VlsXkG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vm0bAA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vm4opl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vm8OPs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VmDttA-ds{
border-radius:30px !important;
}

.phw-g-i-VmN0pk-ds{
border-radius:30px !important;
}

.phw-g-i-Vmd0j2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VmjVlq-ds{
opacity:0.8 !important;
}

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

.phw-g-i-VnBuNz{
border-width:1px !important;
border-color:var(--phw-custom-border-colorsb8b8b8) !important;
border-style:solid !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--body-font-size) !important;
font-weight:700 !important;
}

.phw-g-i-VnZKfl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VnbSkY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VnrIl3-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VntdPz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vo2Eun-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-Vo7N3I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vo7jWH{
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}

.phw-g-i-Vo8JlT-ds{
}

.phw-g-i-VoDbbG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VoGQlW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VoSyTs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VoXgXk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VoeokP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VokbAg-ds{
border-radius:30px !important;
}

.phw-g-i-VoryYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vp1T0q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Vp6yDg-ds{
text-align:left !important;
}

.phw-g-i-Vp7xgW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VpHM5h-ds{
border-radius:30px !important;
}

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

.phw-g-i-VpT8Ok-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VpX0pi-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Vpc67W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VpolVb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-VpxbvG{
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}

.phw-g-i-Vq2nMa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Vq7PPA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VqB3T4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VqeUF3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Vqs25O-ds{
border-radius:30px !important;
}

.phw-g-i-VqwlMm-ds{
border-radius:30px !important;
}

.phw-g-i-VrDyti-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-VrGSKv-ds{
background-size:100% 100% !important;
}

.phw-g-i-VrR1Yz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VrmwDS-ds{
}

.phw-g-i-Vrp0pY-ds{
border-radius:30px !important;
}

.phw-g-i-VrsGeh-ds{
border-radius:30px !important;
}

.phw-g-i-Vs3cpg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VsFDdo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VsTryu-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-VsagoB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Vse0tL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vsm1RY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VsoWj0{
max-width:300px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
max-height:60px !important;
width:350px !important;
}

.phw-g-i-VsqEJX-ds{
border-radius:30px !important;
}

.phw-g-i-Vt7U6C{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:20px !important;
line-height:20px !important;
}

.phw-g-i-VtAPBm-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-VtDYoC{
}
.phw-g-i-VtDYoC img{
object-fit:cover !important;
}

.phw-g-i-VtDxfi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VtFCo5-ds{
border-radius:30px !important;
}

.phw-g-i-VtGPN2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VtVMpY-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-VtYApF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vtd4cT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VttbZ1{
}

.phw-g-i-Vtu2SW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VtvzYj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Vu7uOv-ds{
border-radius:30px !important;
}

.phw-g-i-VuNNm0-ds{
border-radius:30px !important;
}

.phw-g-i-VuONJ1-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Vv0r9y{
border-width:1px !important;
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-Vv6kD0-ds{
border-radius:30px !important;
}

.phw-g-i-VvPzsa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VvWT5F{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-VvZ1Mw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vveg5D-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-Vvncj5-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Vw7eTu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VwHx27-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VwbsW4-ds{
border-radius:30px !important;
}

.phw-g-i-Vwd0ng-ds{
border-radius:30px !important;
}

.phw-g-i-Vwtaoh-ds{
border-radius:30px !important;
}

.phw-g-i-Vx0QhL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Vx5Bh0{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:568px !important;
}

.phw-g-i-Vx9lO3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VxB6AU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VxBDXR{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--font-size-11) !important;
text-transform:none !important;
text-align:start !important;
width:1000px !important;
}

.phw-g-i-VxBKrz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-VxNod8{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-VxZP1G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VxoXZA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VxrHmF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-VxyZxh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Vy0TcC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VyD8MW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VySlea-ds{
}

.phw-g-i-Vycf0b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VyoIzL-ds{
border-radius:30px !important;
}

.phw-g-i-Vz5rN4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VzBoMk-ds{
}

.phw-g-i-VzO1re-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-VzZxWK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-VzxkkC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W05hEv-ds{
border-radius:30px !important;
}

.phw-g-i-W0KZ7r-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-W0Ulkm-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-W0drKs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W0jI20{
}
.phw-g-i-W0jI20 img{
object-fit:cover !important;
}

.phw-g-i-W0qIqM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W0sJtR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-W14pRJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W1DcaL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-W1VQZy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W21J7H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W2AAsp-ds{
border-radius:30px !important;
}

.phw-g-i-W2EsW1-ds{
border-radius:30px !important;
}

.phw-g-i-W2IG5F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W2Prq5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-W2PxHx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W2YgK6-ds{
}

.phw-g-i-W2ZfPF-ds{
border-radius:30px !important;
}

.phw-g-i-W2aEMS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W2cAJ7{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-W2dPHG-ds{
border-radius:30px !important;
}

.phw-g-i-W2f8xu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-W2k93Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W2oqtz-ds{
border-radius:30px !important;
}

.phw-g-i-W2qXi4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W37Ycb-ds{
border-radius:30px !important;
}

.phw-g-i-W3Ffsh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W3Gbch-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W3Hgbe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W3WJzD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W3bloX-ds{
border-radius:30px !important;
}

.phw-g-i-W3cYSw-ds{
border-radius:30px !important;
}

.phw-g-i-W3cxDY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W3h1Vf-ds{
border-radius:30px !important;
}

.phw-g-i-W3r9KN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-W3sRGI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W3zncR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-W4HpcQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-W4MZGb{
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-W4USVW-ds{
border-radius:30px !important;
}

.phw-g-i-W4UVKE-ds{
border-radius:30px !important;
}

.phw-g-i-W4Vr9u{
color:var(--black) !important;
}

.phw-g-i-W4lEiA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W4mkke-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W4v0tU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-W4wqcS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W53WTf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W55C2Y-ds{
border-radius:30px !important;
}

.phw-g-i-W5YCGC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-W5ZNU8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W5iaSd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-W5j0YM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W5oK4X-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-W5p670-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W5rgN8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W5ytIX-ds{
}

.phw-g-i-W63Did-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-W67jUB{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image3-1739262908274.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-W6DR16-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-W6MjXf-ds{
border-radius:30px !important;
}

.phw-g-i-W6NWwS-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W6ORgq-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-W6jfZE-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-W77OMa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-W7EP9y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W7GG6Y-ds{
border-radius:30px !important;
}

.phw-g-i-W7MXHT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W7TfQw-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W7aOMg{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-W7iZiv-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-W7oJ8y{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-W7v0O3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W86mQU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W8a3FL-ds{
color:#00adee !important;
}

.phw-g-i-W8mRLN-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-W8r2Xi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W8zmqn-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-W9E1AJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

#_PCM .phw-g-i-W9ECGJ{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-weight:normal !important;
padding-left:28px !important;
width:320px !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:28px !important;
min-height:60px !important;
padding-right:28px !important;
}

.phw-g-i-W9WIm2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-W9ZtOf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W9i1L5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-W9zZkx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WAIifE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WAJ2OF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WAOJl8{
}

.phw-g-i-WAQp12-ds{
border-radius:30px !important;
}

.phw-g-i-WAc5v1-ds{
border-radius:30px !important;
}

.phw-g-i-WAcoaM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WAll7v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WAvwD5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
height:150px !important;
line-height:1.2 !important;
}

.phw-g-i-WAyzPp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WBS9gL-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-WBiuB9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WBkmso-ds{
border-radius:30px !important;
}

.phw-g-i-WBtXYZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WC7iVz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WCDYUj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WCQqi5-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WCQwqB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WCXJZa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WCYHZf-ds{
border-radius:30px !important;
}

.phw-g-i-WCrJYn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WCyr1n-ds{
}

.phw-g-i-WD7WTd{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-bLugty:hover .phw-g-i-WD7WTd{
opacity:100 !important;
}

.phw-g-i-WD7v2j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WD8XLj-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-WDOazE-ds{
}

.phw-g-i-WDRVXT:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-WDRVXT{
}

.phw-g-i-WDTO2p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WDgeXV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WDkP4e-ds{
}

.phw-g-i-WDloC9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WEGGj2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WEOA2W-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WEPUb6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WET6IP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WEZs5D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WEbbVE{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-WEmDkT-ds{
border-radius:30px !important;
}

.phw-g-i-WEsQyP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WEw7rm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WEzgM7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-WF56qR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WFBjFr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WFGULl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WFLIxC-ds{
border-radius:30px !important;
}

.phw-g-i-WFZPcP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WFcqtw{
}

.phw-g-i-WFhRNM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WFj9bt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WFkXdD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WFniO7-ds{
border-radius:30px !important;
}

.phw-g-i-WFoZ5M-ds{
border-radius:30px !important;
}

.phw-g-i-WFpBkB-ds{
}

.phw-g-i-WFwom1-ds{
border-radius:30px !important;
}

.phw-g-i-WFxCCZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WFxMgL{
}

.phw-g-i-WG0lHx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WG6TUZ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-WGA7lx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WGGaWC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WGGkgE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WGSdQO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WGUJd3-ds{
border-radius:30px !important;
}

.phw-g-i-WGWAzR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WGWSjB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WGWWpx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WGdE7v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WGdfCT{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-WGeLsN-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-WGebqC-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-WGoMY6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WGrEGE{
color:rgb(255, 128, 0) !important;
padding-inline-start:calc(var(--pu-space)*5) !important;
font-size:var(--phw-g-hero-title-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:60px !important;
}

.phw-g-i-WGtG1J-ds{
background-color:rgba(91,61,91,1) !important;
}

.phw-g-i-WGyR3a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WH77H5-ds{
border-radius:30px !important;
}

.phw-g-i-WHMMGL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WHMlfo{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-WHfrVi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WHl5ov-ds{
}

.phw-g-i-WHr5uy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WIBWVX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WICyCi-ds{
border-radius:30px !important;
}

.phw-g-i-WIK1Hc-ds{
border-radius:30px !important;
}

.phw-g-i-WIVTiR-ds{
border-radius:30px !important;
}

.phw-g-i-WIbJTJ{
text-transform:none !important;
color:var(--black) !important;
width:1000px !important;
font-size:var(--font-size-11) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-WIhHA2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WIjkMe{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-WIkgc5{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-WIs3cy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WJ3Fcz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WJ3Ti1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WJ4PNH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-NhxXMc:hover .phw-g-i-WJ52su{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-WJ52su{
}

.phw-g-i-WJApBc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WJQicg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WJUNev-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WJp2Tw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WJsPMX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WJv9Rd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WJxGLt{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-WKSfLn-ds{
}

.phw-g-i-WKaCDV-ds{
border-radius:30px !important;
}

.phw-g-i-WKdyZ3-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-WKvowk-ds{
border-radius:30px !important;
}

.phw-g-i-WKzi0J{
border:none !important;
font-family:var(--cms-g-jetsansregular);
font-weight:400;
margin-top:calc(var(--mu-space)*0);
margin-bottom:calc(var(--mu-space)*0);
padding-bottom:calc(var(--pu-space)*10) !important;
padding-top:calc(var(--pu-space)*0) !important;
}

.phw-g-i-WL7Qzi{
}

.phw-g-i-WLGyrU-ds{
border-radius:30px !important;
}

.phw-g-i-WLK7C6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WLMJny-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WLTMlX{
border-width:0px !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
margin-inline-end:calc(var(--mu-space)*0) !important;
margin-top:calc(var(--mu-space)*0) !important;
margin-bottom:calc(var(--mu-space)*0) !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
.phw-g-i-WLTMlX{
padding-top:calc(var(--pu-space)*0) !important;
}
}

.phw-g-i-WLcEvh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WLiqzR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WLvyKJ{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-WMPIWp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WMTNiT{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-decoration:underline !important;
font-weight:700 !important;
}

.phw-g-i-WMe7mZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WMeWT1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WMmiFT{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--link-color) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
}

.phw-g-i-WMq41h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WMsY5A-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WMyn7M-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WN5o6r-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WN8EGS-ds{
border-radius:30px !important;
}

.phw-g-i-WNAGkh-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-WNQkRz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-WNYMIE-ds{
}

.phw-g-i-WNZO16-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WNl02O-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-WNnq4J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WNrsTt-ds{
border-radius:30px !important;
}

.phw-g-i-WNtllw{
}

.phw-g-i-WNuUNj-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-WNzsks-ds{
border-radius:30px !important;
}

.phw-g-i-WOERgh{
color:var(--black) !important;
}

.phw-g-i-WOFSMG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WOH4Hy-ds{
border-radius:30px !important;
}

.phw-g-i-WONZat-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-WOTfbI{
}

.phw-g-i-WObNoh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WOldJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WOoWjC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WOovsi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WOqGut-ds{
border-radius:30px !important;
}

.phw-g-i-WOtQkh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WOthEC-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WP4mAH-ds{
color:#00adee !important;
}

.phw-g-i-WPEuXI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WPG36Y-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-WPLTPr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WPNFwd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WPV8Sz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WPVai9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WPrGMQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WQ3bR4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WQ3ekc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WQ9eVq{
}

.phw-g-i-WQB6O7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WQDm2d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WQFE9j-ds{
border-radius:30px !important;
}

.phw-g-i-WQG2iZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WQH3sQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WQIUJb{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:86px !important;
height:86px !important;
}

.phw-g-i-WQLbHX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WQQYMU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WQS77G{
}

.phw-g-i-WQUKHQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WQUwNh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WQnzXM{
}

.phw-g-i-WQqTGV-ds{
display:none !important;
}

.phw-g-i-WR4uUZ-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-WRCMjf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WRFK8t-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WRTHrB-ds{
border-radius:30px !important;
}

.phw-g-i-WRXPLI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WRaP90-ds{
border-radius:30px !important;
}

.phw-g-i-WRaPVV-ds{
border-radius:30px !important;
}

.phw-g-i-WRb3zA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WRfpyB{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/orangebackground-1737364136400.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-WRiOBS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WRingw-ds{
border-radius:30px !important;
}

.phw-g-i-WRu1zX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WRvNZ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WSF6u2-ds{
border-radius:30px !important;
}

.phw-g-i-WSjbHp{
}

.phw-g-i-WStiyh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WSun1G-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WSxAs2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WT2zro-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WT92If-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WT9fLg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WTBzZf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WTKbKr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WTKbep-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WTLVyq-ds{
border-radius:30px !important;
}

.phw-g-i-WTMeG5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WTSLDe-ds{
border-radius:30px !important;
}

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

.phw-g-i-WTYjXT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WTjFn0-ds{
border-radius:30px !important;
}

.phw-g-i-WTm3Sa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WTvZq1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WUEJWc-ds{
border-radius:30px !important;
}

.phw-g-i-WUGduK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WUY8Bh-ds{
border-radius:30px !important;
}

.phw-g-i-WUdFCG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WUr608-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WVARcE-ds{
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-WVAtfO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WVS9RS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WVSWno-ds{
border-radius:30px !important;
}

.phw-g-i-WVejgK-ds{
border-radius:30px !important;
}

.phw-g-i-WVn26j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WVxpr6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WW8Lc2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WWBC5C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WWCEtq-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-WWZkc9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WWi8Y0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WWp7mZ{
}

.phw-g-i-WWqhzZ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-WX0VmU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WX71dh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WX7ZbD-ds{
}

.phw-g-i-WXCbRi{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:72px !important;
}

.phw-g-i-WXCiBY{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-WXiCdR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WYbO2L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WYfgfd{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}

.phw-g-i-WZX0WZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
}

.phw-g-i-WZco3V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WZf0wH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WZkJpT{
border-width:1px !important;
border-color:var(--stroke-gray-lighter) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
color:var(--white) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-WZpBuR{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-Wa12z1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Wa3toC-ds{
border-radius:30px !important;
}

.phw-g-i-Wa5BZq-ds{
}

.phw-g-i-Wa6ATs-ds{
border-radius:30px !important;
}

.phw-g-i-WaDyRx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WaHOLm{
height:310px !important;
width:313px !important;
}

.phw-g-i-WaJJWf-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WaQbdv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WaWxqq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WaXh7b-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WaycS0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-WazTA0{
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-WazTA0:hover{
background:none !important;
background-image:none !important;
border:none !important;
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-WazTA0:focus{
background:none !important;
background-image:none !important;
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-WazxEp-ds{
border-radius:30px !important;
}

.phw-g-i-Wb7vrh-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-WbAYnN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WbOehx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-WbPAOb-ds{
border-radius:30px !important;
}

.phw-g-i-WbPeFh{
}

.phw-g-i-WbRxFO-ds{
}

.phw-g-i-WbSTkf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Wbohdt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WbuvA5{
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}

.phw-g-i-Wc0Js8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Wc6fwW-ds{
}

.phw-g-i-WcfrhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Wcjo1R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WcmIS7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WdAPB0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WdNgW4-ds{
border-radius:30px !important;
}

.phw-g-i-Wdaa3m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WdbFS3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WdxhW1-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-Wdy0Tx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WeC1mF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WeEy7R-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-WeJmdh-ds{
border-radius:30px !important;
}

.phw-g-i-WeT3UB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WeYiBa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WeaZs3{
}

.phw-g-i-Wf7AMl-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-WfEtNh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WfFlJr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WfHu64-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WfTiJp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Wg06jM-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Wg3flS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WgvfBI{
font-size:var(--cms-g-nav-items) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-WgvfBI:focus{
border-width:0px !important;
border-color:transparent !important;
border-style:none !important;
}

.phw-g-i-WgyKS7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WhOqXY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WhU8d0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WhlxQR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Whuz8m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Wi82YF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WiPxmR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WiT8QO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WiU3w1{
}

.phw-g-i-Wirw5P-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Wj8KLL-ds{
border-radius:30px !important;
}

.phw-g-i-WjDLlO-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-WjOrVP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WjXKRE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WjabyE{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-Wjh9J5-ds{
}

.phw-g-i-WjvH85-ds{
border-radius:30px !important;
}

.phw-g-i-Wk5hjM-ds{
border-radius:30px !important;
}

.phw-g-i-WkCe6q{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--text-dark) !important;
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*4) !important;
}

.phw-g-i-WkD76i-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-WkNNbB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Wl33Y0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Wl8bHu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WlKh54-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WlOEJf{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-WlQ9YU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WlQxAJ{
text-decoration:none !important;
background-color:transparent !important;
}

.phw-g-i-WlTWoQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-weight:900 !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-WlWOXh{
}

.phw-g-i-WlpQxo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WlswWP-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-Wlw8OZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WlyeKS{
}

.phw-g-i-Wm39Nj{
font-weight:inherit !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-WmKPit-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WmLTWO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WmVjmD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WmadMj{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-Wmc9En-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Wme7gf{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-Wmfklm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WmjZ3x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Wn7RB3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Wn9PZl-ds{
}

.phw-g-i-WnFVBr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WnGQMJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WnrYBu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WntVMl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Wo8P4M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WoGVMk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WoLXf2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WoLqDc-ds{
border-radius:30px !important;
}

.phw-g-i-WoO2p5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WoPTZh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WoUPIw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WoX2IH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Wobz00-ds{
}

.phw-g-i-WojH7E-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Wp7k7o-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WpKGp2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WpL0ZR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WpMGKQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WpSpAL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WpY2tG{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-Wpf6K0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WpjY6m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WptMMH{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:32px !important;
color:var(--black) !important;
}

.phw-g-i-WpuYIG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Wq7ddd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Wq7mb3-ds{
display:none !important;
}

.phw-g-i-Wq9mHa{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-WqGEvA-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-WqJZpP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WqYpwQ{
}

.phw-g-i-WqZeCk{
}

.phw-g-i-WqnYHU-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-WqsZs2{
}
.phw-g-i-WqsZs2 img{
object-fit:cover !important;
}

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

.phw-g-i-Wr0MNT:focus{
border-color:var(--input-stroke-focus) !important;
box-shadow:var(--input-box-shadow-focus) !important;
}

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

.phw-g-i-WrBdCI{
}
.phw-g-i-WrBdCI img{
object-fit:cover !important;
}

.phw-g-i-WrCQ1i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WrDjI3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WrIILT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WrKIi3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WrOf2D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WrTFun-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WrZm35-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WrdTxQ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-WreRUu{
}

.phw-g-i-WrjuXb-ds{
border-radius:30px !important;
}

.phw-g-i-WrpHSQ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Wrqfuh-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Ws2Ekh-ds{
opacity:0.8 !important;
}

.phw-g-i-WsAkNw-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WsBZcL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WsTR2A-ds{
border-radius:30px !important;
}

.phw-g-i-WsmAL9-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-WsrQ6d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WtDw8U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WtLp2t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WtQwM7-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-WtT3Hj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Wti0Y9-ds{
border-radius:30px !important;
}

.phw-g-i-Wto7Li-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WtqCbd-ds{
border-radius:30px !important;
}

.phw-g-i-WtsDTz{
}

.phw-g-i-Wu3pKP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WuCMOb-ds{
border-radius:30px !important;
}

.phw-g-i-WuNQ0A-ds{
border-radius:30px !important;
}

.phw-g-i-WuT1nd-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Wul0mv-ds{
border-radius:30px !important;
}

.phw-g-i-Wur46j-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WuyK8f{
}

.phw-g-i-WuzvK4-ds{
border-radius:30px !important;
}

.phw-g-i-Wv4ziG-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-Wv6LpU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Wv9sBL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WvIeql-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-WvLudU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WvVBLl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WvWGF5-ds{
}

.phw-g-i-WvY4zy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WvdWnQ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Ww13Oz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ww1X52-ds{
display:none !important;
}

.phw-g-i-Ww8nPH-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-WwDN1z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WwJdHE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WwPUBV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WwSaLS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WwV04L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WwVSrd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-WwXSKe-ds{
border-radius:30px !important;
}

.phw-g-i-Wwkds1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Wx6FiM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WxBiWS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WxENmt-ds{
border-radius:30px !important;
}

.phw-g-i-WxljAJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WyEwAY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Wyksk1-ds{
border-radius:30px !important;
}

.phw-g-i-WyoFip-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-WypCs1-ds{
border-radius:30px !important;
}

.phw-g-i-WypMiq{
}

.phw-g-i-WzFhS5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-WzJrkS{
}

.phw-g-i-WzVTnk{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-WzWZKR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-WzlW3a{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-WzndTQ-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-WzyPbF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X06B2e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X06R5C-ds{
border-radius:30px !important;
}

.phw-g-i-X08AdW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-X0aSBw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X0bomE{
}
.phw-g-i-X0bomE img{
object-fit:cover  !important;
}

.phw-g-i-X0qp9d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X0uyNB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-X12eFs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-X175a9{
}

.phw-g-i-X1823L-ds{
border-radius:30px !important;
}

.phw-g-i-X1CycW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X1DcEx{
}

.phw-g-i-X1KtL8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X1OOOM-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-X1PUFQ-ds{
border-radius:30px !important;
}

.phw-g-i-X1WdP6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X211DT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-X2LC3n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X2X5JE-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-X2zTfU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X39BoZ{
width:1244px !important;
max-width:1440px !important;
}

.phw-g-i-X3UJCL{
}
.phw-g-i-X3UJCL img{
object-fit:cover !important;
}

.phw-g-i-X3ZQP0-ds{
}

.phw-g-i-X3ZSkH-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-X3b6Ss-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X3jdA8-ds{
border-radius:30px !important;
}

.phw-g-i-X3rupY{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-weight:normal !important;
padding-left:28px !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:28px !important;
min-height:60px !important;
padding-right:28px !important;
}

.phw-g-i-X44xfg-ds{
background-position:0% 50% !important;
}

.phw-g-i-X45MXe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X47XZi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X4AyhA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X4B9XB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X4Erj8-ds{
border-radius:30px !important;
}

.phw-g-i-X4NJdY-ds{
}

.phw-g-i-X4ph0c-ds{
}

.phw-g-i-X53VAd{
border-width:1px !important;
border-top-width:0px !important;
border-color:var(--phw-custom-border-colorsb8b8b8) !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-X53VAd img{
object-fit:cover !important;
}

.phw-g-i-X56UfU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X5MteM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X5V3O5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-X5Ybo8-ds{
border-radius:30px !important;
}

.phw-g-i-X5mv5y{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
line-height:32px !important;
}

.phw-g-i-X5qRnU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X5szIL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X61iMB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X65HdK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-X6LVww-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X6RGLZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X6Zu5R-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-X7QqHi{
font-size:var(--font-size-11) !important;
color:var(--black) !important;
}

.phw-g-i-X7eIfZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X7inmq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X7ri2Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X7riDb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X7t1iJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X7wXGo-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X7xkIg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-X80in8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X8Cdvo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X8GnVe-ds{
border-radius:30px !important;
}

.phw-g-i-X8YQuK-ds{
border-radius:30px !important;
}

.phw-g-i-X92qhS-ds{
border-radius:30px !important;
}

.phw-g-i-X9ZnVK-ds{
background-position:0% 50% !important;
}

.phw-g-i-X9aXTf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X9cSXe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-X9h0jr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-X9hGrj-ds{
border-radius:30px !important;
}

.phw-g-i-X9s0SR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-X9wbZe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XA6Rei-ds{
border-radius:30px !important;
}

.phw-g-i-XAl57F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XAm452{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}

.phw-g-i-XAmRaj-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-XAuZm3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XAvInQ{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
color:var(--black) !important;
}

.phw-g-i-XBICCF{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-sales-1740645850180.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-XBanx1-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-XBd3zK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XBdpXB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XBiWGw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XC0NuO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XC0taJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XC4iyf-ds{
border-radius:30px !important;
}

.phw-g-i-XCICcf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XCTrAW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XCZhRn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XCc61s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XCcSNu-ds{
}

.phw-g-i-XCfoam{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
text-transform:capitalize !important;
color:var(--text-dark) !important;
width:100% !important;
}

.phw-g-i-XChm97-ds{
border-radius:30px !important;
}

.phw-g-i-XCjI5P-ds{
}

.phw-g-i-XCm0Rg{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-XD3BA0-ds{
border-radius:30px !important;
}

.phw-g-i-XDE5U0-ds{
border-radius:30px !important;
}

.phw-g-i-XDH9Qf-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-XDK2vz-ds{
}

.phw-g-i-XDQe3G{
text-align:center !important;
}

.phw-g-i-XDS2J5{
padding-bottom:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
}

.phw-g-i-XDVVQB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XDYw6X{
}

.phw-g-i-XDdmPS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XDmoIy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XDmpbs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XDnuFa-ds{
border-radius:17px !important;
}

.phw-g-i-XDq17T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XDzf1y-ds{
border-radius:30px !important;
}

.phw-g-i-XE6w3S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XE8sWi{
}

.phw-g-i-XEBlT8-ds{
border-radius:30px !important;
}

.phw-g-i-XEDsWY-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-XEHp43-ds{
border-radius:30px !important;
}

.phw-g-i-XEJOYA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XEmF85{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:auto !important;
}

.phw-g-i-XEmF85:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
}

.phw-g-i-XEmF85:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-XEmF85:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-XEmF85:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-XEmF85.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-XEmF85:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-XEw3At-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-XF0hNz-ds{
}

.phw-g-i-XF3qB4-ds{
border-radius:30px !important;
}

.phw-g-i-XF8FGG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-XFBemc{
padding:0 !important;
box-shadow:none !important;
min-height:auto !important;
text-decoration:none !important;
}

.phw-g-i-XFCnno-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XFVf0v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XFp3KS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-XFrxmV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XFsqBo-ds{
background-size:100% 100% !important;
}

.phw-g-i-XGArz2-ds{
border-radius:30px !important;
}

.phw-g-i-XGIAlX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XGLK4b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XGTNmj-ds{
}

.phw-g-i-XGTP3L{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-XGVBjp-ds{
border-radius:30px !important;
}

.phw-g-i-XGVoQc-ds{
border-radius:30px !important;
}

.phw-g-i-XGZHlG-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XGs6Px{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-XGx67V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XGxr07-ds{
}

.phw-g-i-XHCkhC-ds{
border-radius:30px !important;
}

.phw-g-i-XHITFA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XHRFuA-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-XHqW6L{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-XHxR6H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XI5WmW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XIJ4RB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XIJTot-ds{
text-align:left !important;
}

.phw-g-i-XINwzR{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:16px !important;
line-height:1 !important;
text-decoration:none solid rgb(36, 46, 48) !important;
font-weight:700 !important;
}

.phw-g-i-XINwzR:hover{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-XIfXAq-ds{
border-radius:30px !important;
}

.phw-g-i-XIpdF0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XJ38DE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XJGyAY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XJLNSm-ds{
border-radius:30px !important;
}

.phw-g-i-XJPvuV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XJbEGp-ds{
border-radius:31px !important;
}

.phw-g-i-XJqATS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XJwdWj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XJwfe6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XK2DIA-ds{
border-radius:30px !important;
}

.phw-g-i-XKZERV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XKdAD7-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-XKpMxt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XKtKK3-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-XKxfHg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XL70sT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XL8nKD-ds{
border-radius:30px !important;
}

.phw-g-i-XL8yRk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-XLDaco-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XLKtGR-ds{
}

.phw-g-i-XLWDfG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XLnHIo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XMVzKs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XMaoDK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XMhWVy{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
aspect-ratio:16/9 !important;
object-fit:cover !important;
}

.phw-g-i-eWvUwU:hover .phw-g-i-XMhWVy{
}

.phw-g-i-XMiajN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XMlVah-ds{
border-radius:30px !important;
}

.phw-g-i-XMpYX2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XMrQS3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XMseVi{
width:300px !important;
}

.phw-g-i-XMypbc-ds{
}

.phw-g-i-XN2aMp-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-XN4PDD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XNHGfM-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-XNKemU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XNPDuq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-XNUy9t-ds{
border-radius:30px !important;
}

.phw-g-i-XNYpxm-ds{
border-radius:30px !important;
}

.phw-g-i-XNoU1n-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XNuqFM-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-XNwKMF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XO71V3-ds{
}

.phw-g-i-XOGBrX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XOVNFC{
}

.phw-g-i-XOXzCB{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-XOcPjA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XOd7TR-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-XOd8OK-ds{
border-radius:30px !important;
}

.phw-g-i-XOfu3o-ds{
border-radius:30px !important;
}

.phw-g-i-XOgVUd-ds{
border-radius:30px !important;
}

.phw-g-i-XOlgCv{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-XOqr16{
height:80px !important;
}

.phw-g-i-XOxSdQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-XP1Rdh-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-XP3ARC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XP8dqO-ds{
border-radius:30px !important;
}

.phw-g-i-XPXwNV-ds{
border-radius:30px !important;
}

.phw-g-i-XQ6VR4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XQ7Po8-ds{
border-radius:30px !important;
}

.phw-g-i-XQGfEt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XQZP90-ds{
}

.phw-g-i-XQZT0k-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XQcThs-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XQfiXK-ds{
border-radius:30px !important;
}

.phw-g-i-XQjGOQ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-XQwvZ5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XR60FS-ds{
border-radius:30px !important;
}

.phw-g-i-XRCaGx{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-XRFk9W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XROa8h-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-XRRC2t-ds{
border-radius:30px !important;
}

.phw-g-i-XSCdP0-ds{
border-radius:30px !important;
}

.phw-g-i-XSELp9-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XSFMVk-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-XSIJOl{
}

.phw-g-i-XSTa12-ds{
border-radius:30px !important;
}

.phw-g-i-XStuBx{
}

.phw-g-i-XStuBx{
background-position:0% 50% !important;
}

.phw-g-i-XSxUDJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XT1BFi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XTIKb5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XTbcD3-ds{
border-radius:30px !important;
}

.phw-g-i-XTblmy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XTcBaT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XTdJjd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XTlFYF-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XTm4Vt{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-XTm4Vt{
background-color:transparent !important;
color:var(--black) !important;
}

.phw-g-i-XTn3tX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XTxqfi-ds{
border-radius:30px !important;
}

.phw-g-i-XTzbvX-ds{
text-align:left !important;
}

.phw-g-i-XU8RZN-ds{
border-radius:30px !important;
}

.phw-g-i-XUF9ls-ds{
border-radius:30px !important;
}

.phw-g-i-XUFGet-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XUYAbl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XUeEpH{
border-width:1px !important;
border-top-width:0px !important;
border-color:var(--phw-custom-border-colorsb8b8b8) !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-XUeEpH img{
object-fit:cover !important;
}

.phw-g-i-XUhBuq{
background:none !important;
background-image:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*1) !important;
}

.phw-g-i-XUkNEt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XUsObC-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-XUzhT6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XV3Gkd-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-XV9G44-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XVEWeP-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-XVPUZL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XVS1Ag-ds{
}

.phw-g-i-XVX0Pi{
}

.phw-g-i-XVeYWU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-XVqhAa-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-XVr5Hi{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
}

.phw-g-i-XW7lji-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XWAvCU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XWJ63G-ds{
}

.phw-g-i-XWKjFv{
}

.phw-g-i-XWX1uF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XWXzm2-ds{
border-radius:30px !important;
}

.phw-g-i-XWlCju-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XWxbfM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XWxbi1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XWydbL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XX3OhN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XX5NJA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XXGrLS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XXIEqa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XXYmPz{
background:none !important;
background-image:none !important;
}

.phw-g-i-XXZM4P-ds{
border-radius:30px !important;
}

.phw-g-i-XXcY7V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XXgUq5-ds{
border-radius:30px !important;
}

.phw-g-i-XXkIRk-ds{
border-radius:30px !important;
}

.phw-g-i-XXnfAL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XXrBl0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XXzwsu-ds{
border-radius:30px !important;
}

.phw-g-i-XY41Zd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XY4EDI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XYCeNT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-XYFmfq-ds{
display:none !important;
}

.phw-g-i-XYPmMv-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-XYREfh-ds{
}

.phw-g-i-XYWkdb{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-XYYObY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-XYfWYR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XYlRt8-ds{
}

.phw-g-i-XYozwi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XYz2se{
}

.phw-g-i-XZ2bS2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XZIvUb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XZJCoZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-XZMR1q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XZPos8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XZRZsq-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-XZVeZO-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-XZXJPn-ds{
color:#00adee !important;
}

.phw-g-i-XZadbv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XZae62-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XZbjAl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XZfyU9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XZmJqb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XZmXgp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XZp9Kh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XZqqAy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XZxaZw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xa8GSu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XaFTq3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-XaL0Su-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XaNRUx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XaNmQv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XaXJ7V-ds{
border-radius:30px !important;
}

.phw-g-i-XaaKyk-ds{
border-radius:30px !important;
}

.phw-g-i-XacK5a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XaorM8-ds{
border-radius:30px !important;
}

.phw-g-i-Xar7Dt-ds{
border-radius:30px !important;
}

.phw-g-i-Xasmpy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Xawz74-ds{
}

.phw-g-i-Xax7cN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Xb5AeG-ds{
text-align:left !important;
}

.phw-g-i-Xb5HPC-ds{
border-radius:30px !important;
}

.phw-g-i-Xb5X3y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XbAFv9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XbHk0V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XbI1vV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XbKD1S-ds{
border-radius:30px !important;
}

.phw-g-i-XbLhN6{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-techandproduct-1740541683616.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-XbS4b6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XbVrcP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XbWQZR{
}

.phw-g-i-XbdoqF-ds{
border-radius:30px !important;
}

.phw-g-i-Xbmxom-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XbwvyF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Xc2Mkv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XcPqZY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XcUfGE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Xchi5a-ds{
border-radius:30px !important;
}

.phw-g-i-XcmG15-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XcpoMy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XcuWaq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Xd2naT-ds{
border-radius:30px !important;
}

.phw-g-i-XdBJXU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-XdFaVX{
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*10.25) !important;
width:640px !important;
font-size:18px !important;
text-align:start !important;
}

.phw-g-i-XdN0dm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XdUkYv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XdVbFK-ds{
}

.phw-g-i-Xda9oq-ds{
border-style:none !important;
}

.phw-g-i-Xe50sc-ds{
border-radius:30px !important;
}

.phw-g-i-XeAbV7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XeAqlO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XeAzkC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XeDyA1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XeGbDK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XeN631-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XePH2L-ds{
border-radius:30px !important;
}

.phw-g-i-XeXNUW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Xeflxk{
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
text-align:center !important;
}

.phw-g-i-Xeflxk:hover{
border-width:1px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-Xeflxk:focus{
border-style:dotted !important;
border-color:var(--custom-border-color-1Buie-border) !important;
border-width:2px !important;
}

.phw-g-i-Xejzi9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Xf2E1L-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Xf402l{
background:none !important;
border-color:var(--stroke-white) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:transparent !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-Xf402l:hover{
background:none !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
}

.phw-g-i-Xf402l:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-Xf402l:focus{
border-color:transparent !important;
color:var(--brand-color-primary) !important;
background-color:transparent !important;
}

.phw-g-i-Xf402l:active{
border-color:var(--white) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-Xf402l.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-Xf402l:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-Xf4yjU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XfNaZ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XfRGcJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XfZZHH-ds{
border-radius:30px !important;
}

.phw-g-i-Xfk4So-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XfoyUH-ds{
border-radius:30px !important;
}

.phw-g-i-Xg42Qa-ds{
border-radius:30px !important;
}

.phw-g-i-Xg5bW0{
background:none !important;
background-image:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
}

.phw-g-i-Xg7Maz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XgGYba-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XgROvY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XgSO3o-ds{
border-radius:30px !important;
}

.phw-g-i-XgiH4x-ds{
border-radius:30px !important;
}

.phw-g-i-Xh0xTp{
}

.phw-g-i-Xh3pyY-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Xh56Vi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XhD2BP-ds{
border-radius:30px !important;
}

.phw-g-i-XhFmb5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XhGApt{
}

.phw-g-i-XhP423{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
width:1000px !important;
padding-inline-start:calc(var(--pu-space)*6) !important;
}

.phw-g-i-XhQIGM-ds{
border-radius:30px !important;
}

.phw-g-i-XhbMHP-ds{
border-radius:30px !important;
}

.phw-g-i-XhiorU{
font-family:var(--cms-g-jetsansregular) !important;
text-align:start !important;
color:var(--black) !important;
}

.phw-g-i-XhnV5F-ds{
}

.phw-g-i-XhoJ2C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-XiMhX5{
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-XiwMKo-ds{
}

.phw-g-i-XjEqpM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XjHZke-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XjQ8br-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Xjmr2V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-Xjq3iE{
}

.phw-g-i-Xjr5fE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xk85r7-ds{
border-radius:30px !important;
}

.phw-g-i-XkI7a4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XkLcKD-ds{
background-color:#3a3a3a !important;
}

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

.phw-g-i-XkpSfg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Xl28iW-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-XlCTBc-ds{
opacity:0.8 !important;
}

.phw-g-i-XlGZlZ-ds{
border-radius:30px !important;
}

.phw-g-i-XlMZFB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xlihgx-ds{
border-radius:30px !important;
}

.phw-g-i-XlwyQS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Xm0wEG{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-Xm2Ne4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Xm8lDU-ds{
border-radius:30px !important;
}

.phw-g-i-XmKooG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XmdBSg-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XmxdMj-ds{
border-radius:30px !important;
}

.phw-g-i-Xn3soN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XnGlYK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xnf9WI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XnhlxO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XnsYmZ-ds{
border-radius:30px !important;
}

.phw-g-i-Xo0ZLT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xo5f4o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xo7R93{
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-Xo9aAC{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/banner1-1740109321750.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-XoIKqq-ds{
border-radius:30px !important;
}

.phw-g-i-XoJmHR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XoLd9U-ds{
border-radius:30px !important;
}

.phw-g-i-XoPwgS-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Xoc219-ds{
border-radius:30px !important;
}

.phw-g-i-Xoi4qL-ds{
border-radius:35px !important;
}

.phw-g-i-XorPef-ds{
border-radius:30px !important;
}

.phw-g-i-XotboI-ds{
border-radius:30px !important;
}

.phw-g-i-Xoy39G-ds{
border-radius:30px !important;
}

.phw-g-i-XpAFdq-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-XpAoSp{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-NhxXMc:hover .phw-g-i-XpAoSp{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-XpCAfP-ds{
}

.phw-g-i-XpPREF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XpQhbl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XpVGoi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XpdomZ-ds{
text-align:left !important;
}

.phw-g-i-XpePzu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-XpfsCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XpmjgC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xq5VVt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Xq9B9d{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-XqVz0O{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-XqXJPU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xqdqji-ds{
border-radius:30px !important;
}

.phw-g-i-XqmxDD-ds{
border-radius:30px !important;
}

.phw-g-i-XqsomO{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-Xr0llC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XrlF3Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XrqGVR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XrtpxO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Xrvqp6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XsPSuN-ds{
opacity:0.8 !important;
}

.phw-g-i-XsPzVa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XslUlN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XsxO30{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-Xt1Zq3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-Xt3pLF{
}

.phw-g-i-Xt9dbb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XtOKsa{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-XtV3kb{
}

.phw-g-i-XtYL7h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XtZ7Rp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XtcWg7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XtigJE-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-XtmqKD-ds{
border-radius:30px !important;
}

.phw-g-i-XtrdV5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Xu1REN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Xu2ANp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Xu2EFK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XuArhA-ds{
border-radius:30px !important;
}

.phw-g-i-XuBKgX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XuKk6p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XuOK0j-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XueDzU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XuxZ4B{
}

.phw-g-i-Xuxiad-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Xv8T5J{
font-weight:inherit !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-Xv9CMY-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-XvBUIV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XvDVaV-ds{
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-XvLiwV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XvUqWb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XveSmu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xvr6io-ds{
}

.phw-g-i-XvueY4{
max-width:1440px !important;
width:1200px !important;
}

.phw-g-i-XvzbJi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xw5EJV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-XwLtcb{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-XwOqQM-ds{
}

.phw-g-i-Xwf4pe-ds{
border-radius:30px !important;
}

.phw-g-i-XwfoLc{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Xwimxr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XwjtNm{
}

.phw-g-i-Xx6vyj-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-XxEGZr-ds{
border-radius:30px !important;
}

.phw-g-i-XxKu07-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XxOUOG-ds{
border-radius:30px !important;
}

.phw-g-i-XxWLAB-ds{
border-radius:30px !important;
}

.phw-g-i-XxZvNb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XxtTAs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XyJNkF{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-size:var(--phw-g-small-text-font-size) !important;
font-weight:normal !important;
line-height:28px !important;
padding-left:28px !important;
padding-right:28px !important;
min-height:60px !important;
}

.phw-g-i-XyMRYs{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-XyZUtg-ds{
border-radius:30px !important;
}

.phw-g-i-XybM6b{
}

.phw-g-i-Xyc0Sb{
}

.phw-g-i-XygRfl-ds{
border-radius:30px !important;
}

.phw-g-i-XylDrM-ds{
border-radius:30px !important;
}

.phw-g-i-Xz7RPC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xz8DVW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-XzCTVf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XzGgkl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-XzaYaZ-ds{
border-radius:30px !important;
}

.phw-g-i-XzbJzl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Xzc9Wq-ds{
border-radius:30px !important;
}

.phw-g-i-Xze79Q-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Xzfebu{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-Xzr1LP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y01621-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y0Wvh0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y0tVUY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y1280j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y1GVpM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y1Kdlb-ds{
border-radius:30px !important;
}

.phw-g-i-Y1hzfO-ds{
border-radius:30px !important;
}

.phw-g-i-Y23KwA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y267hR-ds{
}

.phw-g-i-Y29dbb-ds{
border-radius:30px !important;
}

.phw-g-i-Y2VZQb-ds{
border-radius:30px !important;
}

.phw-g-i-Y2bQuj-ds{
border-radius:30px !important;
}

.phw-g-i-Y2cNJE-ds{
}

.phw-g-i-Y2ku22-ds{
border-radius:30px !important;
}

.phw-g-i-Y2suui-ds{
border-radius:30px !important;
}

.phw-g-i-Y2yOjM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y37NST-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y3DtBe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Y3OjOI-ds{
}

.phw-g-i-Y3fLgy-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-Y41k3X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y41rkF-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y42SDU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y4DhMd-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Y4IdNg-ds{
border-radius:30px !important;
}

.phw-g-i-Y4Jb7C-ds{
}

.phw-g-i-Y4TXNY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y4WbNe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y4o7uv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y54Nbk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y59nCu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y5Zwu4{
}

.phw-g-i-Y5tT5N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y5u2pc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y6AW5B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y6F3Xe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Y6guD2-ds{
border-radius:30px !important;
}

.phw-g-i-Y6iZWp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y74RCf-ds{
border-radius:30px !important;
}

.phw-g-i-Y7H98m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y7P9iP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Y7bJkA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y81ajZ{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-Y83xaR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Y8UNPu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y8gbDV-ds{
border-radius:30px !important;
}

.phw-g-i-Y8hkMZ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-Y8kPf3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y8lMdH-ds{
display:none !important;
}

.phw-g-i-Y8ssQj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y91Lns-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y98ph4-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Y9KpNr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y9a2Ub-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-Y9c61l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Y9dA5b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Y9lMEd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YA4SC5-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-YA7sSl-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-YA9i5j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YACMHA{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-YAbHsO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YAloj6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-YB0T4Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YB68WN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YB9DSo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YBMmbS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YBXzg7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YBgcSX-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-YBh1IF{
color:var(--white) !important;
font-size:18px !important;
}

.phw-g-i-YBmeDP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YBnPIS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YBrKwe-ds{
border-radius:30px !important;
}

.phw-g-i-YCNQ3b{
}

.phw-g-i-YCNsRo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YCYAou{
max-width:1440px !important;
width:1244px !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-YCer2X-ds{
}

.phw-g-i-YCiAOD-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-YCwSw7-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-YD2m3q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YDE8Zd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YDPuK8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-YDqzPa-ds{
background-size:contain !important;
background-position:0% 0% !important;
border-style:none !important;
}

.phw-g-i-YDypcE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YEESbs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YEH0K1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YEKGdO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YELpID-ds{
z-index:2 !important;
pointer-events:none !important;
}

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

.phw-g-i-YEZD8G-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-YEglsG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YEiGez-ds{
border-radius:30px !important;
}

.phw-g-i-YEjtXe{
}
.phw-g-i-YEjtXe img{
object-fit:cover !important;
}

.phw-g-i-YEvDVq{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-YF0hVQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YFBCof-ds{
border-radius:17px !important;
}

.phw-g-i-YFESdX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YFJLsL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YFJwCw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YFNlVw-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-YFR67i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YFRBS6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YFVBX8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YFZ7dS-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-YFeUyq-ds{
border-radius:30px !important;
}

.phw-g-i-YFebWE-ds{
}

.phw-g-i-YFefHB-ds{
border-radius:30px !important;
}

.phw-g-i-YFiDI2-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-YFzJTf-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-YG5JiO-ds{
border-radius:30px !important;
}

.phw-g-i-YGQfUx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YGWpiZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YGfhDj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YGgui3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YGnWru{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-YHGqgt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YHKVig-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YHUNIr{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-YHYEU3{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-YHaI6z-ds{
z-index:2 !important;
pointer-events:none !important;
}

#_PCM .phw-g-i-YHoo3Y{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-large-font) !important;
height:auto !important;
line-height:1 !important;
max-width:1000px !important;
text-transform:none !important;
width:auto !important;
text-align:start !important;
}

.phw-g-i-YICcbL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YII7pC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YJqQ3M-ds{
border-radius:30px !important;
}

.phw-g-i-YK2EHA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YK4uP3-ds{
background-size:100% 100% !important;
}

.phw-g-i-YKEuUi{
border:none !important;
}

.phw-g-i-YKWumv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YKklGL-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-YKyEme-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-YL7Geo-ds{
}

.phw-g-i-YL7Hqe-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-YLCaTW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YLFlN2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YLGke4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YLQL5t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YLe95o{
color:var(--black) !important;
}

.phw-g-i-YLqECo{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-YM8SSP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YMDXZ2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YMZF9K-ds{
border-radius:30px !important;
}

.phw-g-i-YMcoHd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-YMfkp7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YMooB7-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-YMx95q-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YMxkkV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YN3wFz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YNDeTG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YNP18D{
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-YNXSgr-ds{
border-radius:30px !important;
}

.phw-g-i-YNYgZq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YNaTVg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YNeF0p-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YNhatv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YNwMWX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YOIl71-ds{
border-radius:30px !important;
}

.phw-g-i-YOVjaT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YObKK8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YOeZAG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YOhiwQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YPHMCK-ds{
border-radius:30px !important;
}

.phw-g-i-YPRuN4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YPUs8s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YPenk8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YPh95k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YPpilQ-ds{
border-radius:30px !important;
}

.phw-g-i-YPqJjQ-ds{
}

.phw-g-i-YPsXJK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YQ0UVn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YQ5KSZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YQVDr2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-YQibjb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YQy9W1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YRGgQV{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-YRfokB-ds{
border-radius:30px !important;
}

.phw-g-i-YRij1n{
}

.phw-g-i-YRmHwm:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
border:none !important;
text-decoration:underline !important;
}

.phw-g-i-YRmHwm{
background:none !important;
background-image:none !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-YRsHbe-ds{
border-radius:30px !important;
}

.phw-g-i-YRuWfq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YS5yjH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YSIrqP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YSMjXx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YSjSDv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YT1276-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YT1uQz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-YT6aHZ-ds{
background-position:50% 50% !important;
}

.phw-g-i-YT6lly-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YTAQtj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YTBCaW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YTKzKc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YTLhRS-ds{
border-radius:30px !important;
}

.phw-g-i-YTaIFr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YThwKN-ds{
border-radius:30px !important;
}

.phw-g-i-YTufnH{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
height:268px !important;
width:598px !important;
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
}

.phw-g-i-YTvw9k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YU5XC4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YUJtXk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YULOWt{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-YUYhwN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YUmRYh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YUvlPl-ds{
border-radius:30px !important;
}

.phw-g-i-YV1ZZ8-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-YVDkuD-ds{
}

.phw-g-i-YVThkA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YVvJdE{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YWAEyR-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-YWCC3Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YWHjcl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YWITTu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YWOAsB-ds{
border-radius:30px !important;
}

.phw-g-i-YWRO0w{
text-decoration:none !important;
background-color:transparent !important;
border-style:solid !important;
border-color:var(--custom-border-color-ycYPJ-border) !important;
border-width:1px !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-YWRO0w:hover{
background-image:none !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-YWSiJo-ds{
border-radius:30px !important;
}

.phw-g-i-YWgXrF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YWhgUC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YWj31H-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-YWmbmL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YXCyM0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YXGXxa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YXODON{
}

.phw-g-i-YXR4Zh-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-YXRh58{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-font-small) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
padding-left:0px !important;
padding-right:0px !important;
min-height:34px !important;
}

.phw-g-i-YXSU8S-ds{
border-radius:30px !important;
}

.phw-g-i-YXWt0n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YXb86P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YXksBW-ds{
text-align:left !important;
}

.phw-g-i-YY0Hk1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YY43HC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YY4v9X-ds{
}

.phw-g-i-YYNOSx-ds{
border-radius:30px !important;
}

.phw-g-i-YYcCV0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-YYdi3H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YYi7tQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YYpWlp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YYzIWT-ds{
border-radius:17px !important;
}

.phw-g-i-YZNfCf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YZUpFn-ds{
border-radius:30px !important;
}

.phw-g-i-YZnizU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YZpic8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YaAKYO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YaAp4N-ds{
background-image:url("") !important;
}

.phw-g-i-YaChje-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YaHwSp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YaMR1G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YaNnmT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YaeOyE{
}

.phw-g-i-YafZ0o-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-Yb2g56-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YbJe9e-ds{
border-radius:31px !important;
}

.phw-g-i-YbPC8x-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YblGVg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ybpuwx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YbsBFl-ds{
border-radius:30px !important;
}

.phw-g-i-YbuiZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Yc2gzK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YcGAUl-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-YcS2HM{
aspect-ratio:16/9 !important;
object-fit:cover !important;
}

.phw-g-i-YcUwfB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YcXlh3-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-Ycg5Go-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-YcoFem-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YdI90x-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YdO3XL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YdTSMI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YdYoBq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YdiCqx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Ydql4O-ds{
}

.phw-g-i-YdyUyN-ds{
border-radius:30px !important;
}

.phw-g-i-YeBocK{
}

.phw-g-i-YeIkPf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YePXoc-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-YejuG6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Yf8PR3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YfEVAZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YfNad9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YffeOu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YfqCGM-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-Yftjur-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Yg2eQH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YgA0hx-ds{
border-radius:30px !important;
}

.phw-g-i-YgEBin{
}

.phw-g-i-YgLbGK-ds{
border-radius:30px !important;
}

.phw-g-i-YgOtFL-ds{
border-radius:30px !important;
}

.phw-g-i-YgS1Hz{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
height:268px !important;
width:598px !important;
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
}

.phw-g-i-YgXPlV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Yggr9l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YgkzTd{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-YglBbT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YgoWBh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ygwpsz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yh2uq2-ds{
border-radius:17px !important;
}

.phw-g-i-Yhfb9d-ds{
border-radius:30px !important;
}

.phw-g-i-YhlxQI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Yhnkl1-ds{
border-radius:30px !important;
}

.phw-g-i-Yhrzyk-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-YhxuwS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yi0zmY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yi6LPC-ds{
}

.phw-g-i-YiIaaL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YiMquR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YiYkaN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YiZmcg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yih2YF-ds{
border-radius:30px !important;
}

.phw-g-i-YihtPg-ds{
border-radius:30px !important;
}

.phw-g-i-YimAou{
width:200px !important;
}

.phw-g-i-YinPM2{
color:var(--black) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-YipUI3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YivtUi-ds{
border-radius:30px !important;
}

.phw-g-i-YjBgFK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YjLShF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YjRh62-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yjde3o{
}

.phw-g-i-YjkCrw-ds{
border-radius:30px !important;
}

.phw-g-i-Yju46m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Yk0Nqi-ds{
border-radius:30px !important;
}

.phw-g-i-Yk1dwC-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-YkAfCR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YkUVCs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YkmExf-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-Yktu61-ds{
}

.phw-g-i-Ykw4pN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YkxbKo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ykz7aI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YlCiwG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-YlHZ1M{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-YlHmqP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YlX6QG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YlcAzg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ym7all-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ym8ui2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YmCEgX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YmamAz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YmzVix-ds{
border-radius:30px !important;
}

.phw-g-i-Yn7654-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YnGnTA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YnGwoP-ds{
border-radius:30px !important;
}

.phw-g-i-YnM5st-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-YnPBmU-ds{
}

.phw-g-i-YnQfPn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YndfDs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Yns3is-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YnwPLC{
}

.phw-g-i-YnyI0q-ds{
border-radius:30px !important;
}

.phw-g-i-YoJfXI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YoWPMZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YoWqP2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YobAhE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YobeWM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YoynFL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Yp3MdF-ds{
border-radius:30px !important;
}

.phw-g-i-Yp4MjI-ds{
border-radius:30px !important;
}

.phw-g-i-YpHRoS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YpQKfS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YpQVr1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YpU244-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ypl2Wu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Yq0cMU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Yq3TNl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YqEHr8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YqdYPz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YqetfB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YqlDfm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YqofVw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YquNXY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YqwxWK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YqxAXo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-YqyXkz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Yr8tI7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YrJlRz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YrK8MB{
}
.phw-g-i-YrK8MB img{
object-fit:cover !important;
}

.phw-g-i-YrWN8n-ds{
border-radius:30px !important;
}

.phw-g-i-YrfWRY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Yrg9Rm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Yrhu11-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yrmn6N{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-YruC7Q-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YrzE5C-ds{
border-radius:30px !important;
}

.phw-g-i-Ys0lQW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ys6eXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YsHNbR-ds{
border-radius:30px !important;
}

.phw-g-i-YsLaoY{
}

.phw-g-i-YsMEz2{
}

.phw-g-i-YsOhK9{
}

.phw-g-i-YsOvNY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YsX9Ag-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YsgMoo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ysxb8g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ysxd3D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YtNAN1-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-YtUhqg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-YtgyXA{
}

.phw-g-i-YtrX9p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Ytz6PI-ds{
border-radius:30px !important;
}

.phw-g-i-Ytza9t-ds{
}

.phw-g-i-Yu91C8-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-YuKNp5-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-YuSdvb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Yud7Pk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Yue2To-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YuqJHa{
}

.phw-g-i-YuraAx-ds{
border-radius:30px !important;
}

.phw-g-i-YuxNOh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YuyBgI-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-YvDhch{
}

.phw-g-i-YvG9lJ{
}

.phw-g-i-YvL9OO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YvN2oy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YvPUIG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YvWilB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YvYBpU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YvagQ0-ds{
}

.phw-g-i-YvgaPY{
}

.phw-g-i-Yw4In1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YwDO8W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YwHiSf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-YwKLto{
}
.phw-g-i-YwKLto img{
object-fit:cover !important;
}

.phw-g-i-YwRvqd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YwUBkN{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:96px !important;
height:96px !important;
}

.phw-g-i-Ywfn7H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ywl37Y-ds{
border-radius:30px !important;
}

.phw-g-i-YwmnNy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Ywnm7J-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YwsvVb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yx73zg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Yx7tcO-ds{
border-radius:30px !important;
}

.phw-g-i-YxCXmd-ds{
border-radius:30px !important;
}

.phw-g-i-YxDha3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YxZyg2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-YxoLAk{
}

.phw-g-i-YxoYn7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yy3fpb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yy6bPy-ds{
border-radius:30px !important;
}

.phw-g-i-YyO0wt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yyg6n4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YyiVDL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Yypfux-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YytFe2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YyuoFd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Yz35ia-ds{
opacity:0.8 !important;
}

.phw-g-i-Yz5h00-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YzEzfr{
}

.phw-g-i-YzGUwS-ds{
border-radius:30px !important;
}

.phw-g-i-YzHZEM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YzK3y3-ds{
}

.phw-g-i-YzP4L5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-YzTyaX{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}

.phw-g-i-YzW4t0{
color:rgb(255, 128, 0) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:60px !important;
padding-inline-start:calc(var(--pu-space)*6) !important;
font-size:50px !important;
}

.phw-g-i-YzWtwG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yzc4Vk-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-YzhA2T-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-YzkDuW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-YzmWxa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Yzo6yz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Yzqevq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Z09Yvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Z0Bvnd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Z0CIGf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Z0GGb4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z0KLCW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z0UJ8l-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-Z0blkn-ds{
border-radius:30px !important;
}

.phw-g-i-Z105f9-ds{
}

.phw-g-i-Z13iSh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Z147Nd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Z151E7{
}

.phw-g-i-Z15uGP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Z19uyw-ds{
border-radius:30px !important;
}

.phw-g-i-Z1G6Gy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Z1JHmo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z1MTtN{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*0.25) !important;
}

.phw-g-i-Z1YUFJ-ds{
border-radius:30px !important;
}

.phw-g-i-Z1hLvH-ds{
border-radius:30px !important;
}

.phw-g-i-Z1jGJv{
}

.phw-g-i-Z1jGJv:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-Z2CzCt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-Z2HVrf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Z2LbST-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Z2MWWD-ds{
border-radius:30px !important;
}

.phw-g-i-Z2WNMY-ds{
}

.phw-g-i-Z2t19O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Z2wZ59-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z3FddF-ds{
border-radius:30px !important;
}

.phw-g-i-Z3OB9a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z48WpA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z4Vm3M-ds{
border-radius:30px !important;
}

.phw-g-i-Z4olhP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Z5CXNC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Z5HVNi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Z5Xi64{
}

.phw-g-i-Z5Ys9A-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Z5ksWV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z5qSpK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Z67naF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Z6M4wk-ds{
border-radius:30px !important;
}

.phw-g-i-Z6Ximl-ds{
}

.phw-g-i-Z6bKjt-ds{
}

.phw-g-i-Z6mpBG-ds{
border-radius:30px !important;
}

.phw-g-i-Z6oHX0{
}

.phw-g-i-Z6sH9E{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
width:598px !important;
height:268px !important;
}

.phw-g-i-Z6tAuj-ds{
}

.phw-g-i-Z6xbwI-ds{
border-radius:30px !important;
}

.phw-g-i-Z6zzVi{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-size:52px !important;
}

.phw-g-i-Z7178N-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Z7BY7x-ds{
border-radius:30px !important;
}

.phw-g-i-Z7CdGo-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Z7EUFn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Z7L1nB{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
}

.phw-g-i-Z7Nhww-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Z7Qay3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Z7UJs2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z7ZEB0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Z7eUUG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z7rsAh{
}

.phw-g-i-Z8ATLZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Z8Aq7m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z8EgWP{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border:none !important;
}
.phw-g-i-Z8EgWP img{
object-fit:cover !important;
}

.phw-g-i-Z8OnMw-ds{
}

.phw-g-i-Z8cBWi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Z8iDGy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Z8lE37-ds{
border-radius:30px !important;
}

.phw-g-i-Z8pZAB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z907ie-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z92DaN{
}

.phw-g-i-Z9BX0n{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
color:var(--black) !important;
}

.phw-g-i-Z9CZtt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-Z9IRTv-ds{
border-radius:30px !important;
}

.phw-g-i-Z9RIas-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Z9XicZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z9aJyv-ds{
border-radius:30px !important;
}

.phw-g-i-Z9jSOX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Z9qJZE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZA71ht-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-ZANEwP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZAOHkP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZAObkH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZAWrRk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZAZihZ{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
border-style:none !important;
}

.phw-g-i-ZAcCPu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZAg0dB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZAiTW9-ds{
border-radius:30px !important;
}

.phw-g-i-ZAoAAb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZAsQXJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZAwfhU{
padding-inline-start:calc(var(--pu-space)*1.5) !important;
padding-inline-end:calc(var(--pu-space)*1.5) !important;
}

.phw-g-i-ZB0dez-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZBM5YY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZBPQ61-ds{
border-radius:30px !important;
}

.phw-g-i-ZBRzG0-ds{
border-radius:30px !important;
}

.phw-g-i-ZBcHSK-ds{
border-radius:50px !important;
}

.phw-g-i-ZBvFFl-ds{
border-radius:30px !important;
}

.phw-g-i-ZC4571-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZCBTgT{
}

.phw-g-i-ZCaPmh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZCagds-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZD5LoW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZD5QcE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZDF1JV{
}
.phw-g-i-ZDF1JV img{
}

.phw-g-i-ZDMvNE-ds{
}

.phw-g-i-ZDUB72-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-ZDXutJ{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-ZDeO2G-ds{
border-radius:30px !important;
}

.phw-g-i-ZDgtL6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZDpOTc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZDsBpR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZE06wD-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ZE9Tvi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZEBNoX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZEITmM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZEJpQr-ds{
}

.phw-g-i-ZEZM2a-ds{
border-radius:30px !important;
}

.phw-g-i-ZEoqo5-ds{
}

.phw-g-i-ZF7mBY-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-ZF8M9j{
color:var(--white) !important;
}

.phw-g-i-ZFSueb-ds{
border-radius:17px !important;
}

.phw-g-i-ZFYEqo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZFnBrD-ds{
border-radius:30px !important;
}

.phw-g-i-ZFqVZh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZFtCXe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZFwRK2-ds{
border-radius:30px !important;
}

.phw-g-i-ZGGEM5{
}

.phw-g-i-ZGKREe{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-ZGKSck-ds{
color:#00adee !important;
}

.phw-g-i-ZGNQYJ-ds{
border-radius:30px !important;
}

.phw-g-i-ZGOU1f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZGYZYA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZGaFNw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZGfVGH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZH7VcR-ds{
border-radius:30px !important;
}

.phw-g-i-ZH8o9e{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-ZHRNYa-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ZHW5bi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZHhpkf{
}

.phw-g-i-ZHyv9w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZI70Ue-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZIETXR{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-ZINDP1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZIUPv0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZIiXYY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZIor9f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZIvmVR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZJGnR2-ds{
border-radius:30px !important;
}

.phw-g-i-ZJIRl0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZJRG8l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZJSO3E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZJXUoz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZJenjr-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-ZJiDhn-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-ZJtBFO-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ZJxZyJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZKOoyi-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZKhqk0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZKni0M{
}

.phw-g-i-ZKr5Vi-ds{
}

.phw-g-i-ZL9tVK-ds{
border-radius:30px !important;
}

.phw-g-i-ZLUGDz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZLWN9s-ds{
border-radius:30px !important;
}

.phw-g-i-ZLaeSV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZLiIuu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZLlbc7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZLp9Vs-ds{
}

.phw-g-i-ZLrC98-ds{
border-radius:30px !important;
}

.phw-g-i-ZLuL97-ds{
border-radius:30px !important;
}

.phw-g-i-tEAsb6:hover .phw-g-i-ZMQG4E{
background-color:transparent !important;
}

.phw-g-i-ZMQG4E{
}

.phw-g-i-ZMSrMw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZMharZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZN4d1Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZN5DLP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZN6GYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZNPnn9{
width:300px !important;
}

.phw-g-i-ZNTfF7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZNWJkb{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-ZNbgOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZNo9JO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZNzxyO-ds{
border-radius:30px !important;
}

.phw-g-i-ZO9zM3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ZOQSj2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZOQbeE-ds{
}

.phw-g-i-ZOTRx0-ds{
border-radius:30px !important;
}

.phw-g-i-ZOXHqs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZOeyRV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZOnEfh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZOqxPl-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZP1f0l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZP7Tjp{
}

.phw-g-i-ZPCauC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZPLbid-ds{
background-image:url("") !important;
}

.phw-g-i-ZPOBb3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZPU262-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZPZkD8-ds{
border-radius:30px !important;
}

.phw-g-i-ZPhu5L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZPt37T-ds{
border-radius:30px !important;
}

.phw-g-i-ZQDbLk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZQEh4v-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZQFZoA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZQGsKk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZQiJvT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZQv1pa{
color:var(--black) !important;
}

.phw-g-i-ZQvkrF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZQw33v-ds{
border-radius:30px !important;
}

.phw-g-i-ZR3T7w-ds{
}

.phw-g-i-ZR5TLz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZR5kbv-ds{
border-radius:30px !important;
}

.phw-g-i-ZRJB03-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZRLPEw-ds{
border-radius:30px !important;
}

.phw-g-i-ZRMyva-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZRNKwL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZROC1g{
}

.phw-g-i-ZROC1g:hover{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-ZRbbMA-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZRrEkB-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-ZRtDzh-ds{
border-radius:30px !important;
}

.phw-g-i-ZRxaGF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZSSSIV-ds{
text-align:left !important;
}

.phw-g-i-ZSWoxr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZSdkY6{
}

.phw-g-i-ZSfCra-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZShHwb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ZSkTJC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZSo7pK{
}

.phw-g-i-ZSpmtu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZSvY4G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZT5gDL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZT8OIu-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ZTEZzt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZTKQrh-ds{
}

.phw-g-i-ZTN1ye-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZTPh1C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZTcn90-ds{
border-width:0px !important;
}

.phw-g-i-ZTgJrg-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-ZTliAe{
}

.phw-g-i-ZU6nm2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ZUHH8U{
}

.phw-g-i-ZUMufO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZUQlgr-ds{
border-radius:30px !important;
}

.phw-g-i-ZUUQGI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZUXgId-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZUbfJx-ds{
border-radius:30px !important;
}

.phw-g-i-ZUm9e8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZUqZaM-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ZUz5xv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZV0QA6-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ZV5RFH{
}

.phw-g-i-ZV6Tz2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZV8oIX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZVDemV{
}

.phw-g-i-ZVIY9F{
}

.phw-g-i-ZVNlhF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZVjw2h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZVphkz-ds{
border-radius:30px !important;
}

.phw-g-i-ZVzKXE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZVzXo0-ds{
border-radius:30px !important;
}

.phw-g-i-ZW0aYB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZW2NzR-ds{
border-radius:30px !important;
}

.phw-g-i-ZWJ8Mw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZWL41h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZWTSso-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZWWA6D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZWcnmi-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-ZWgO79-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZWjX23-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZWu0YZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZWySMS-ds{
background-position:50% 50% !important;
}

.phw-g-i-ZX1BUb-ds{
border-radius:30px !important;
}

.phw-g-i-ZX5IyK-ds{
border-radius:35px !important;
}

.phw-g-i-ZXAT4f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZXUD4v{
}

.phw-g-i-ZXUX3n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZXUx1Y-ds{
border-radius:30px !important;
}

.phw-g-i-ZXou7s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZY5nAS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZYI4kX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZYPDBX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ZYb41s-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZYjo7X{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-ZYtINH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ZZ2Qfp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZZ4eh1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZZBInt{
color:var(--black) !important;
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-ZZDfiX{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
box-shadow:none !important;
}

.phw-g-i-ZZcJas-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZZkQpT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZZnTPS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZZvgyC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZZwtkH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZaIo9O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZaKdpH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZaQrGV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZaXSmV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZaaPKT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZaiZBa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZamKvm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZanIF2-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-ZaoPJY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Zaw1iL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZbJ51y-ds{
border-radius:30px !important;
}

.phw-g-i-ZbJoZj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZbzZid-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZbzaLG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zc0V61-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Zc6jLa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Zc9ZLt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZcODTs-ds{
border-radius:30px !important;
}

.phw-g-i-ZcTlYO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZcfoYY-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ZcgvJ1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Zcu5LM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZdY2jc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZdZufs-ds{
}

.phw-g-i-ZdoufE{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}

.phw-g-i-Zdp96A-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Ze8daZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZeuPEV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zf57Qt{
color:var(--black) !important;
}

.phw-g-i-ZfFIh5-ds{
opacity:0.8 !important;
}

.phw-g-i-ZfehF2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZfunJt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zg6Yhv-ds{
}

.phw-g-i-ZgBDLO-ds{
border-radius:30px !important;
}

.phw-g-i-ZgJq37-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZgMM1X-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZgPkZH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZgeDIn{
width:380px !important;
}

.phw-g-i-Zgi1Lc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZgrgoQ-ds{
border-radius:30px !important;
}

.phw-g-i-Zgtp35{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image3-32-1739258652301.png) !important;
background-color:none !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-ZguNff-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZgyTEY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zh2Me8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZhLbME-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZhPjLz-ds{
border-radius:31px !important;
}

.phw-g-i-ZhTY6w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZhktGB-ds{
border-radius:30px !important;
}

.phw-g-i-ZhqKfv-ds{
}

.phw-g-i-ZhuXkb-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-ZhwY1H-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-Zhyt6E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zi04Ob-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-Zi2ddx{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-Zi4oGC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZiLUco-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZilZ1i{
max-width:1440px !important;
width:1244px !important;
text-align:center !important;
}

.phw-g-i-ZilvNK-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ZjIyoU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZjN5E9-ds{
border-radius:30px !important;
}

.phw-g-i-Zjan1X-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZjllvW{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-Zk876Z-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ZkmCfq-ds{
}

.phw-g-i-ZkquGc-ds{
border-radius:30px !important;
}

.phw-g-i-Zkss2L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZktHc7-ds{
border-radius:30px !important;
}

.phw-g-i-Zl0xkh{
}
.phw-g-i-Zl0xkh img{
object-fit:cover !important;
}

.phw-g-i-ZlAAME{
}

.phw-g-i-ZlGun9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZlTa3v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZlXHQG-ds{
}

.phw-g-i-ZlcP3Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZldIvM-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-ZlekiI-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-Zlshzr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Zm0C7V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Zm2GSO-ds{
border-radius:30px !important;
}

.phw-g-i-Zm6CmQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZmBBxr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZmUxZ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZmoLQZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ZmoZgK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZmqmKc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zn96YX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZnY5MD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZnY9H1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Znfo5Y{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
}

.phw-g-i-Zno1Xx-ds{
border-radius:30px !important;
}

.phw-g-i-ZoB53G{
border-width:0 !important;
border-color:transparent !important;
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-ZoE6Na-ds{
border-radius:30px !important;
}

.phw-g-i-ZoIaVc-ds{
border-radius:31px !important;
}

.phw-g-i-ZoPO4E-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ZoixqA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Zok2N8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zp4H5I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZpAnWy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZpTx9M{
}

.phw-g-i-ZpZUvb-ds{
}

.phw-g-i-ZpZtY5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZpanjP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZpdjAb-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ZpgjDA{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-Zpz9tb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zq6mk7{
}

.phw-g-i-ZqKne9-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ZqTXah-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZqWk0e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-ZqflkR-ds{
border-radius:30px !important;
}

.phw-g-i-ZqkOeD-ds{
border-radius:30px !important;
}

.phw-g-i-ZqqbMD-ds{
border-radius:30px !important;
}

.phw-g-i-ZqwjSG-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-ZqwjSG-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-Zr7WoH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZrAdzx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZrHero-ds{
border-radius:30px !important;
}

.phw-g-i-ZrXVdo{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/EBSA-Madrid-People-1744106702717.png) !important;
background-color:transparent !important;
background-repeat:no-repeat !important;
background-size:tile !important;
background-position:100% 50% !important;
}

.phw-g-i-ZrYB35-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZrfF5s-ds{
display:none !important;
}

.phw-g-i-ZrhjKV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZrlL7K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZroCfD-ds{
border-radius:30px !important;
}

.phw-g-i-ZrsBBp-ds{
border-radius:30px !important;
}

.phw-g-i-Zs0qb0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZsD28e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZsGJoE-ds{
border-radius:30px !important;
}

.phw-g-i-ZsGNch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZsidEu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Zsqhtp-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-Zt2JoZ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZtBAAf-ds{
}

.phw-g-i-ZtF4F3-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-ZtKnG9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZtSpo8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZtlJ8Q-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-ZtmOeZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--white) !important;
}

.phw-g-i-ZtsglC-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-Zu69Il-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Zu6svB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZuF2qF{
}

.phw-g-i-ZuHuvf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zui7dj-ds{
border-radius:30px !important;
}

.phw-g-i-ZukKKq-ds{
border-radius:30px !important;
}

.phw-g-i-ZuktMx{
}

.phw-g-i-Zumjym-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZuzxLR-ds{
border-radius:30px !important;
}

.phw-g-i-ZvDcLz-ds{
border-radius:30px !important;
}

.phw-g-i-ZvRANu{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image4-1739968286776.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-Zve3hL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Zw0H7E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zw2Dcc{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-Zw3KYl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZwAPGj-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ZwDZ8U-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ZwO67V{
}

.phw-g-i-ZwO7IU{
}

.phw-g-i-ZwSoWX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zwdt1y{
}

.phw-g-i-Zwei95-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZwvkvQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Zx6Ktq-ds{
display:none !important;
}

.phw-g-i-ZxAFdI-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ZxC5WG-ds{
}

.phw-g-i-ZxDHrL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZxcqW9{
}

.phw-g-i-ZxeBVs-ds{
border-radius:30px !important;
}

.phw-g-i-ZxqteB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Zxvfkm-ds{
border-radius:30px !important;
}

.phw-g-i-Zxw7Vl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-Zy2yv4-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Zy3mms-ds{
border-radius:30px !important;
}

.phw-g-i-Zy6NpQ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-ZyIz8I-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Zyjl83-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-Zz42wH-ds{
background-image:url("") !important;
}

.phw-g-i-Zz4gsj{
}

.phw-g-i-Zz7Kvt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-Zz8dw4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ZzZhnN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ZzhJFh{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--secondary-text) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-ZzwTka-ds{
border-radius:30px !important;
}

.phw-g-i-a02gYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a0F8DU-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-a0JCJE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a0ND4k-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-a0QL84-ds{
border-radius:30px !important;
}

.phw-g-i-a0U18T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a0WqQc{
text-transform:none !important;
color:var(--black) !important;
width:1000px !important;
font-size:var(--font-size-11) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:start !important;
}

.phw-g-i-a0dIVo{
color:var(--black) !important;
}

.phw-g-i-a0rCFh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a0rEUb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-a15ADL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a1Bsl9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a1P548{
}

.phw-g-i-a1g3Bn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-a1qh1Y-ds{
}

.phw-g-i-a1rs3d{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-a1suQN{
}

.phw-g-i-a1y09Z-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-a26BHs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a2E0Jl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a2JoEn-ds{
border-radius:30px !important;
}

.phw-g-i-a2Zpkx-ds{
border-radius:30px !important;
}

.phw-g-i-a2dcen-ds{
border-radius:30px !important;
}

.phw-g-i-a31Oq5-ds{
}

.phw-g-i-a3GIoH{
}

.phw-g-i-a3ICOw-ds{
border-radius:30px !important;
}

.phw-g-i-a3LDUl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a3PLPU{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-a3R87K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a3cAak-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a3e48H-ds{
}

.phw-g-i-a3kz1A-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-a3tgCs{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--widget-bg-white-color) !important;
color:var(--text-dark) !important;
}

.phw-g-i-a3uRt9-ds{
border-radius:30px !important;
}

.phw-g-i-a3uUxH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-a40TOG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a41CV5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a491SA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-a4CVXu{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-a4NWzB-ds{
border-radius:30px !important;
}

.phw-g-i-a4NYSF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-a4Okv8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a4Ys1l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a4hw89-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a4j9tv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a4u67P-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-a4xsVb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a5AnVk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a5Ds8a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a5XLo2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a5p2XR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a5wGPO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a658cY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a69hNz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-a6BJA5-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-a6DuAF-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-a6Dwqy-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-a6KSru-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a6PWzl-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-a6QAza-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-a6SdMS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a6Tx7s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a6xHjH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a708CB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-a7AMtY-ds{
background-image:url("") !important;
}

.phw-g-i-a7HtNP-ds{
border-radius:30px !important;
}

.phw-g-i-a7I4bx-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-a7IS7P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a7IrBR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a7QFTW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-a7Qvov{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:var(--box-shadow-style-3) !important;
}

.phw-g-i-a7aRKs:hover{
background-color:var(--brand-color-secondary) !important;
opacity:20 !important;
}

.phw-g-i-a7aRKs{
}

.phw-g-i-a7bhZy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a86xKk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-a8Afwq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a8BEqg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a8Juaq-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-a8gFYe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a8kOje-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a8qNN9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-a8unPC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-a8v22F-ds{
}

.phw-g-i-a941Zc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a9A3Zf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a9IZEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a9Iupc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-a9gyzz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-a9hTjk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aA8OL2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aAAJiy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aAHjbe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aAVLtF{
padding-inline-start:calc(var(--pu-space)*0) !important;
width:480px !important;
}

.phw-g-i-aAfwp1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aAtYUo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zo9wag:hover .phw-g-i-aAuPFR{
}

.phw-g-i-aAuPFR{
}

.phw-g-i-aB2pgE-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-aBATaZ{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:var(--body-font-size) !important;
margin-bottom:calc(var(--mu-space)*1.5) !important;
font-weight:400 !important;
}

.phw-g-i-aBCm01-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aBDL1O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aBDquG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aBHnNG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aBJOjH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aBSpJo-ds{
border-radius:30px !important;
}

.phw-g-i-aBZmmL-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-aBho5v-ds{
border-radius:30px !important;
}

.phw-g-i-aBiiR4-ds{
border-radius:30px !important;
}

.phw-g-i-aBjTdG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aC7tFS-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-aC8oPS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aCLnIF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aCaD0D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aCmMaM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aCtawg-ds{
border-radius:30px !important;
}

.phw-g-i-aCxYUX-ds{
border-radius:29px !important;
}

.phw-g-i-aCzpSS-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-aD3hMB-ds{
border-radius:30px !important;
}

.phw-g-i-aD7Odj{
}

.phw-g-i-aD8OZw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-aDKxr3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-aDPLCX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aDV1DF-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-aDZuGf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aDcmRj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aDgt9v-ds{
border-radius:30px !important;
}

.phw-g-i-aDjg5z-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-aDnmwo{
background-image:none !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
color:var(--black) !important;
}

.phw-g-i-aDokgH-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-aDqdwf{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-aDyqr8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aE9fZ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aEblUE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aEeQZv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aElDPt{
color:var(--white) !important;
}

.phw-g-i-aF3z74-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aF4ith{
}

.phw-g-i-aF8FFN-ds{
opacity:0.8 !important;
}

.phw-g-i-aFHwLc-ds{
}

.phw-g-i-aFLjgb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aFMV7B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aFjEqa-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-aG9wNo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aGATTP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aGECGp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aGG7fd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aGHys3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aGNuwx-ds{
border-radius:30px !important;
}

.phw-g-i-aGRnfM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aGn77i-ds{
border-radius:30px !important;
}

.phw-g-i-aH1g4B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aH5P75-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aHFtsP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-aHGF36-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aHKn1J-ds{
display:none !important;
}

.phw-g-i-aHWI4D-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-aHXJyg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aHaPXo{
}

.phw-g-i-aHamAg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-aHfWvv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aHkvZI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aHmUbc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aHpnAU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aI7WgR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aINAnZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aITJYZ-ds{
border-radius:30px !important;
}

.phw-g-i-aIb4C8{
}

.phw-g-i-aIkdl4-ds{
}

.phw-g-i-aJ2euC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aJJBvY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aJMUSk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aJOtH0{
border:none !important;
}

.phw-g-i-aJOtH0:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
background-color:transparent !important;
}

.phw-g-i-aJTTE1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aJV4mM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aJYenB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aJcYj0-ds{
border-radius:30px !important;
}

.phw-g-i-aJlgb6-ds{
border-radius:30px !important;
}

.phw-g-i-aJz2VT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aKBVbE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aKHFtW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aKeUk4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aKqS2k{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-aKyPrX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aL48Wm-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-aL6Dvj-ds{
border-radius:30px !important;
}

.phw-g-i-aLG3pH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aLKMN8{
}

.phw-g-i-aLLM0T-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-aLaMCP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-aLcqut{
font-size:var(--cms-g-nav-items) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-aLcqut:hover{
border-width:0px !important;
}

.phw-g-i-aLgBVI{
font-size:52px !important;
line-height:1.4 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-aLtRey-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aLtlpn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aLzOpv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aM8At1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aMDhpg-ds{
border-radius:30px !important;
}

.phw-g-i-aMFOJT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aMfgmE-ds{
border-radius:30px !important;
}

.phw-g-i-aMxYHz{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738737172356.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-aMyBoN-ds{
border-radius:30px !important;
}

.phw-g-i-aN7ZKE{
color:var(--black) !important;
font-size:72px !important;
}

.phw-g-i-aNDVPI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aNNBiM-ds{
}

.phw-g-i-aNO92x{
}

.phw-g-i-aNbHuB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aNkNTW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aNzQWs-ds{
border-radius:30px !important;
}

.phw-g-i-eWvUwU:hover .phw-g-i-aO4cfU{
}

.phw-g-i-aO4cfU{
}

.phw-g-i-aOOKpg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aOYvHQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aOdyZE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aOm5jw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aOzVr1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-aP2t3H-ds{
border-radius:30px !important;
}

.phw-g-i-aP3MSa-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-aPC3Gl-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-aPHboV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aPegl3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aPiifI-ds{
border-radius:30px !important;
}

.phw-g-i-aPpi0x-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aPty9E-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aQ8Epo-ds{
}

.phw-g-i-aQCspA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aQF5yQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aQZvYB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aQghxN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aQi1rm-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-aQuKOf-ds{
border-radius:30px !important;
}

.phw-g-i-aQxeD8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aQzDmi-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aR8TWJ-ds{
border-radius:30px !important;
}

.phw-g-i-aR9jOT-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-aRBOax{
}

.phw-g-i-aRGT3P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aRILEK{
}

.phw-g-i-aRcZQY{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
}

.phw-g-i-aRhntc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aRo7oD{
}

.phw-g-i-aRstQH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aS8muf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aS9YU3-ds{
border-radius:30px !important;
}

.phw-g-i-aSAHqo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aSVBMe-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-aSaK2u-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-aSc3ko-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aSmuiN-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aSq0j0-ds{
}

.phw-g-i-aStEnR{
box-shadow:none !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
}

.phw-g-i-aSxR2F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aTLIce-ds{
border-radius:30px !important;
}

.phw-g-i-aTYzrE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aTcKDe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aThNve{
}

.phw-g-i-aTnjdV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aTvDsp-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-aTxtcI-ds{
border-radius:17px !important;
}

.phw-g-i-aULKZR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aUNq6n-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-aUPW4v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aUcDcg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-aV7btN-ds{
border-radius:30px !important;
}

.phw-g-i-aVEz86-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aVFLSO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aVQaYg-ds{
border-radius:30px !important;
}

.phw-g-i-aVmQ5v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aVn4XV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aVs71X:hover{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-aVs71X{
}

.phw-g-i-aW4Ugh-ds{
border-radius:30px !important;
}

.phw-g-i-aWGjR0{
}
.phw-g-i-aWGjR0 img{
object-fit:cover !important;
}

.phw-g-i-aWNRPR-ds{
border-radius:30px !important;
}

.phw-g-i-aWo8v1{
}

.phw-g-i-aWqcQf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aWtOge-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aWwkcA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aX3EsM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aX53kB{
color:var(--black) !important;
font-size:16px !important;
line-height:1.5 !important;
text-decoration:underline !important;
}

.phw-g-i-aX9TxN{
width:100% !important;
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
text-transform:capitalize !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-aXLGP3{
}
.phw-g-i-aXLGP3 img{
object-fit:cover !important;
}

.phw-g-i-aXNp7Q-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aXYwVz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aXhbk3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aXllLV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aXoNKJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aXvFoT-ds{
border-radius:30px !important;
}

.phw-g-i-aXvqZZ-ds{
background-size:100% 100% !important;
}

.phw-g-i-aY09LA-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-aY2o6t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aYA0hR{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-aYESKV-ds{
border-radius:30px !important;
}

.phw-g-i-aYI9TY-ds{
}

.phw-g-i-aYJ2Wk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aYTtBL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aYUqLr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aYd66q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aYdg1s{
}

.phw-g-i-aYhMMn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aYtHGY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-aYwiT0-ds{
background-image:url("") !important;
}

.phw-g-i-aYzBGa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aZCjnf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aZGLqT-ds{
border-radius:30px !important;
}

.phw-g-i-aZdATz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aZfdKc{
border:none !important;
}

.phw-g-i-aZyXd2-ds{
border-radius:30px !important;
}

.phw-g-i-aZz4l0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aa392J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aaAqYj-ds{
border-radius:30px !important;
}

.phw-g-i-aaKclG-ds{
border-radius:30px !important;
}

.phw-g-i-aaOreg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aaPPU6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aaScmx-ds{
border-radius:30px !important;
}

.phw-g-i-aaaFfh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aabk6Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aahtni-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aajkmx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-aakAZa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ab2rJk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ab6a08{
}

.phw-g-i-ab9jfk-ds{
border-radius:30px !important;
}

.phw-g-i-abrgAK-ds{
border-radius:30px !important;
}

.phw-g-i-ac1559-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-ac1E0p{
object-fit:cover !important;
max-width:243px !important;
margin-bottom:calc(var(--mu-space)*0) !important;
width:243px !important;
min-width:243px !important;
min-height:41px !important;
max-height:41px !important;
height:41px !important;
}

.phw-g-i-acAA4O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-acItdA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-acLfBj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-acPpPD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-acXSUM{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-acantR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-acayE7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aciora-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-acq9zQ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-actQwO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ad4pK5{
}

.phw-g-i-adIs4W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-adgFq2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-adwBxS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ae3Tob-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ae4WdE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ae90O9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-aeCv52-ds{
pointer-events:visible !important;
}

.phw-g-i-aeNlMU{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
}

.phw-g-i-aeOlMr-ds{
border-radius:30px !important;
}

.phw-g-i-aeQ3zJ{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-aeTGHa-ds{
border-radius:30px !important;
}

.phw-g-i-aeWJu9-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ael42x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aex0hO-ds{
display:none !important;
}

.phw-g-i-af5tDz-ds{
border-radius:30px !important;
}

.phw-g-i-afKbAx-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-afMBWG{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-afS28s-ds{
border-radius:30px !important;
}

.phw-g-i-afViwn{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-afaenQ-ds{
border-radius:30px !important;
}

.phw-g-i-afiLvd-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-afwRJA-ds{
border-radius:30px !important;
}

.phw-g-i-afxsON-ds{
border-radius:30px !important;
}

.phw-g-i-agF3FX{
}

.phw-g-i-agOVfg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-agQvVO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-agTT0a-ds{
border-radius:30px !important;
}

.phw-g-i-agq4Na{
}

.phw-g-i-ahEkI6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ahLdre-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ahYh1d-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-ahZ3Mp-ds{
border-radius:30px !important;
}

.phw-g-i-ahhp0n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ai4dQM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ai8LD9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aiDfrM{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:56px !important;
}

.phw-g-i-aiScUH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aigQ0g-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-aik4Fs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aiwVgL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aiyTEg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aizLzS{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-aj80oq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ajVUep-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ajkxJJ{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
box-shadow:var(--box-shadow-style-1) !important;
}

.phw-g-i-ajotGh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ajrDx1{
}

.phw-g-i-ak6LcX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ak7jt3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ak9Ooo{
color:var(--white) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-akAyBs-ds{
border-radius:30px !important;
}

.phw-g-i-akdOAV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-akgf4D-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-akny5n-ds{
border-radius:30px !important;
}

.phw-g-i-alIJaZ-ds{
border-radius:30px !important;
}

.phw-g-i-alQoSz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-alT9JG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-alaIA5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-alf6Tb-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-aljeY2-ds{
}

.phw-g-i-alupPE{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-amA2oZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-amAkV7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-amHniO-ds{
border-radius:30px !important;
}

.phw-g-i-amQI2r-ds{
border-radius:30px !important;
}

.phw-g-i-amThdW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ambDhL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-amgAEA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ampTXJ-ds{
}

.phw-g-i-an0p9o-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-an4wFU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-an6CcE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-anPBpg-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-anarWf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ancAqJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-anu61J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ao1G72-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ao21hX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aoX8i3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aociVZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aotUqE-ds{
border-radius:30px !important;
}

.phw-g-i-apCq2f-ds{
border-radius:30px !important;
}

.phw-g-i-apDxLz-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-apDxLz-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-apPd4B-ds{
border-radius:30px !important;
}

.phw-g-i-apTnk5-ds{
border-radius:30px !important;
}

.phw-g-i-apUA4d-ds{
background-size:100% 100% !important;
}

.phw-g-i-aplO8w{
}

.phw-g-i-apoGh7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-apzsJX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-aq18XR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aqCiR9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aqDewx-ds{
border-radius:30px !important;
}

.phw-g-i-aqF9mF-ds{
border-radius:30px !important;
}

.phw-g-i-aqG9L2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-aqHbah-ds{
border-radius:30px !important;
}

.phw-g-i-aqW1ZN{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738736483602.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-aqkiJv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aqo0F8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aqoPR0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aqt0pP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aqwoFO-ds{
}

.phw-g-i-ar37Et-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ar8915-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-arBGXj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-arLa7n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-arLnA4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-arT7io-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-arZrR6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-arlZDF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-arrxS4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-aruwhr-ds{
pointer-events:visible !important;
}

.phw-g-i-arxFkC-ds{
border-radius:30px !important;
}

.phw-g-i-asRa5Z-ds{
border-radius:30px !important;
}

.phw-g-i-asRdsf-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-asW2rt{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-asnr2E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-at4Mkg{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-atIqN3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-atTN1g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-atUOUP-ds{
border-radius:30px !important;
}

.phw-g-i-atbktw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-atiY7V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-atmehZ-ds{
border-radius:30px !important;
}

.phw-g-i-atnw0S-ds{
border-radius:30px !important;
}

.phw-g-i-au6Sk9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-auAjPX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-auiOGI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-aulRBq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-auuKoy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-auujnz{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-av0sgd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-av2Hjc-ds{
border-radius:30px !important;
}

.phw-g-i-avK3MM-ds{
border-radius:30px !important;
}

.phw-g-i-avLf26-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-avU26j-ds{
font-family:TakeawaySans-Regular !important;
}

#_PCM .phw-g-i-avYEYO{
margin-inline-start:calc(var(--mu-space)*10) !important;
}

.phw-g-i-avr71B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-avtc2r{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:350px !important;
}

.phw-g-i-avw9s3-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-avzE9r-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-aw3XQu-ds{
}

.phw-g-i-aw4bLV-ds{
border-radius:30px !important;
}

.phw-g-i-aw9rQ8-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-awSMnk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-aws46A-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-awvTb6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ax2992-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-axErBk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-axGDxA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-axHUT2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-axKQNb{
}

.phw-g-i-axdnSa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-axiVUB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-axvFz7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-axwhv3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-axzVnN{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:56px !important;
font-weight:900 !important;
}

.phw-g-i-axzfCu-ds{
}

.phw-g-i-ay4lE6-ds{
border-radius:30px !important;
}

.phw-g-i-ay7X40-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ayBVgC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ayKTBf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ayYbHd-ds{
border-radius:30px !important;
}

.phw-g-i-aygM9B{
}

.phw-g-i-ayh3Iq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ayhVbj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ayjZKO-ds{
}

.phw-g-i-ayno8B-ds{
border-radius:30px !important;
}

.phw-g-i-ayrGk8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ayrq6q{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-aytxtf-ds{
border-radius:30px !important;
}

.phw-g-i-ayvfYZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ayw0Jx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-az8zvk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-azLbL0{
color:var(--black) !important;
}

.phw-g-i-azQ9z6{
}

.phw-g-i-azbAWg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-azdMGB-ds{
border-radius:30px !important;
}

.phw-g-i-azooE9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-azrzhh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-b02mTC-ds{
}

.phw-g-i-b06ARY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b06B2o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b0EEKR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b0EluH-ds{
border-radius:30px !important;
}

.phw-g-i-b0FW9H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b0HL12-ds{
}

.phw-g-i-b0HPci-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b0NCvA{
}
.phw-g-i-b0NCvA img{
object-fit:cover !important;
}

.phw-g-i-b0QU2S{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b0ZYjA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b0nPxK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b16zBn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b17DL6-ds{
border-radius:30px !important;
}

.phw-g-i-b19CYS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b1EHPu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b1ENE8-ds{
border-radius:30px !important;
}

.phw-g-i-b1MoZq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b1WWdp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b1d0AQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b1okd7-ds{
border-radius:30px !important;
}

.phw-g-i-b22k91-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b23kZa{
background-image:none !important;
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}

.phw-g-i-b2C0xs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b2CjTT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b2EC1N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b2JT6z-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-b2UFGh-ds{
border-radius:30px !important;
}

.phw-g-i-b2cI4b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b2jVVN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-b2tgrD{
}

.phw-g-i-b33WZT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-b373Ps-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b38A3V-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-b3G52G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b3Iha0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b3XNpp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b3XlWn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b3kRzt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b3wvXm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b3zg0i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b4CSEX{
}

.phw-g-i-b4J2ZN-ds{
border-radius:30px !important;
}

.phw-g-i-b4ROPy{
background:none !important;
background-image:none !important;
border:none !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-b4ROPy:hover{
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-b4RnvI-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-b4TUil{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
font-size:52px !important;
}

.phw-g-i-b4XzcC-ds{
border-radius:30px !important;
}

.phw-g-i-b4aY78-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b4e3Be-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b4hNEy{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-cs-1740126283902.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-b4iPFh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b51dv7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b5319t-ds{
border-radius:30px !important;
}

.phw-g-i-b577aT-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-b5JSDj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-b5KKHc{
}

.phw-g-i-b5cr6z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b5y6m7{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
}

.phw-g-i-b6MZLz-ds{
border-radius:30px !important;
}

.phw-g-i-b6SJDL-ds{
border-radius:30px !important;
}

.phw-g-i-b6XPqx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b6YDkp{
background:none !important;
background-image:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
padding-inline-start:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*1) !important;
}

.phw-g-i-b6aBz0-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-b6eDIb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-b6giMp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-b6hZD6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b6jvXB{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-b6rKXU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-NhxXMc:hover .phw-g-i-b6xUFA{
color:var(--black) !important;
}

.phw-g-i-b6xUFA{
}

.phw-g-i-b6y7Uj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b71cBU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b7COkn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-b7IO3m-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-b7Mrkr{
}

.phw-g-i-b7VZvN{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-b7fAuy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b7qLKc{
}

.phw-g-i-b89ule-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-b8Dy55-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b8FAyh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b8ND6b-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-b8W8wq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b8fFcu-ds{
border-radius:30px !important;
}

.phw-g-i-b8fNSa-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-b8s1F9{
}

.phw-g-i-b8y3C5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b996Ex-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-b9Njui-ds{
border-radius:30px !important;
}

.phw-g-i-b9UUzi-ds{
border-radius:30px !important;
}

.phw-g-i-b9XliQ-ds{
text-align:left !important;
}

.phw-g-i-b9kXxP-ds{
}

.phw-g-i-bA15oZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bA7XBf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bAH9Sw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bAKxwS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bAoigA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bAqvVC-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-bBGsOc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bBMgqu-ds{
border-radius:30px !important;
}

.phw-g-i-bBPVYc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bBYEvP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bC0yOB-ds{
}

.phw-g-i-bC1fA8-ds{
border-radius:30px !important;
}

.phw-g-i-bCGPhK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bCHTrh-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-bCZ91O{
}

.phw-g-i-bCcC2V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bClWkq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bCnG4D-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bCogzf-ds{
border-radius:30px !important;
}

.phw-g-i-bCu4wk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bD0vJb{
border:none !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-bD0vJb:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-bD0vJb:focus{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-bD8Qg0{
background-color:transparent !important;
}

.phw-g-i-y05YKt:hover .phw-g-i-bD8Qg0{
background:none !important;
background-image:none !important;
}

.phw-g-i-vI3s8Q:hover .phw-g-i-bD8Qg0{
background:none !important;
background-image:none !important;
}

.phw-g-i-oPu52b:hover .phw-g-i-bD8Qg0{
background:none !important;
background-image:none !important;
}

.phw-g-i-46SiKN:hover .phw-g-i-bD8Qg0{
background:none !important;
background-image:none !important;
}

.phw-g-i-bD92zZ{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
text-align:start !important;
}

.phw-g-i-bDIT07-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bDLVL3-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bDOuru-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bDWhtv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bDdIqb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bDiJ4k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bDmh7r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bDo5yk-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bE6IWB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bEBBo7-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-bEpKzt-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bEpYpQ-ds{
border-radius:30px !important;
}

.phw-g-i-bF16vU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-bF8StK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bFLH7q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bFPrto-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bFYCml-ds{
background-size:100% 100% !important;
}

.phw-g-i-bFd6xa-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-bFf617-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bFzGjI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bG0CCQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bG1wyS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bG3euW{
background:none !important;
background-image:none !important;
border:none !important;
color:var(--black) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-bG3euW:focus{
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-bG3yRn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bGLonf{
}

.phw-g-i-bGPZny-ds{
}

.phw-g-i-bGh5Rm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bGibka-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bGpK9j-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bGuKk0-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-bH4wRa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bH8v48-ds{
border-radius:30px !important;
}

.phw-g-i-bHAv6H-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bHKIxN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bHqT4b-ds{
border-radius:30px !important;
}

.phw-g-i-bHwGE2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bI1Urd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bI3Y02-ds{
border-radius:30px !important;
}

.phw-g-i-bI6gb9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bIBU4m-ds{
border-radius:30px !important;
}

.phw-g-i-bIHHzh-ds{
border-radius:30px !important;
}

.phw-g-i-bIHtzd-ds{
border-radius:30px !important;
}

.phw-g-i-bIXpwQ{
padding-top:calc(var(--pu-space)*4) !important;
}

.phw-g-i-bIwVW9-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-bJCs0d-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bJGmsc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bJIonG-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-bJjQqo{
}

.phw-g-i-bJu7lD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bK0yHo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bKBBsa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bKBfbu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bKO6OF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bKUXno-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bKVaSM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bKWMyK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bKXqEO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-bKXvT9{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-bKa1kn{
}

.phw-g-i-bKidKn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bKlLHL-ds{
}

.phw-g-i-bKlZwJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bKyjOx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bL5D6q-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-bLHkVR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bLJD6x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bLPDp7{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
color:rgb(255, 128, 0) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}

.phw-g-i-bLPDp7:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-bLPDp7:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-bLPDp7:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-bLPDp7:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-bLPDp7.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-bLPDp7:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-bLiDeY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bLrnr2{
font-size:var(--body-font-size) !important;
color:var(--black) !important;
text-align:start !important;
line-height:1.5 !important;
}

.phw-g-i-bLugty{
}

.phw-g-i-bLugty:hover{
background-color:transparent !important;
}

.phw-g-i-bM27AH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bMNQ0G-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-bMPcUZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bMhsLG{
}

.phw-g-i-bMllTk-ds{
}

.phw-g-i-bMloFr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bMwBxD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bN1sHw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bN43U3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bN7YKi-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-bNC66s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bNEGg8-ds{
border-radius:30px !important;
}

.phw-g-i-bNMC3d{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:229.594px !important;
height:240px !important;
}

.phw-g-i-bNQReT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bNTy7n-ds{
border-radius:30px !important;
}

.phw-g-i-bNVY5h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bNX6Qq-ds{
border-radius:30px !important;
}

.phw-g-i-bNYN1g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bNfCBJ-ds{
}

.phw-g-i-bNoGk3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bNsHfc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bO625Y-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-bO8EFj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bOM784-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bOkaFc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bOm7hl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bOoUGz-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-bOq7Bh-ds{
}

.phw-g-i-bOqtnS-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-bOvSkh{
font-weight:inherit !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:0 !important;
}

.phw-g-i-bP2sKb{
}

.phw-g-i-bPDpPc-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bPEhUM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bPJvgT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bPKQ1P{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-bPQjI8{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-bPakby-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bPgiz5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bPguxz-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-bPiqMT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bPvqBE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bQ2Qdw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bQ2cyw{
}

.phw-g-i-bQ4S7t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bQ8yY5-ds{
border-radius:30px !important;
}

.phw-g-i-bQBlcr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bQE322-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bQE5HM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bQIBM1{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-bQM9yY-ds{
border-radius:17px !important;
}

.phw-g-i-bQUgeH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bQjvMM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bR66HX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bRHiLR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bRLCEY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bRRhds-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bRZjD0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-bRcyQc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bRfl53{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
margin-bottom:calc(var(--mu-space)*2.5) !important;
}

.phw-g-i-bRkJxI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bRn8xU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bRrh1H-ds{
border-radius:30px !important;
border-width:53px !important;
}

.phw-g-i-bSDEYH-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-bSSMc4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bSaTny-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bSiYFJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bStxIT-ds{
border-radius:30px !important;
}

.phw-g-i-bSufyR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bT8C7n-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bTHAwm-ds{
border-radius:29px !important;
}

.phw-g-i-bTPDOp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bTRDNd-ds{
border-radius:30px !important;
}

.phw-g-i-bTer6d{
background:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:28px !important;
min-height:54px !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
width:198px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-bTer6d:hover{
background:none !important;
border-width:0px !important;
border-color:var(--custom-border-color-1Buie-border) !important;
color:var(--black) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
}

.phw-g-i-bTer6d:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-bTer6d:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-bTer6d:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-bTer6d.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}
.phw-g-i-bTer6d:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}

.phw-g-i-bTw9yk-ds{
border-radius:30px !important;
}

.phw-g-i-bTwQSK-ds{
}

.phw-g-i-bTxN5Q{
}

.phw-g-i-bU6X5E{
}

.phw-g-i-bUBXwd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bUCkJL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bUEi3q{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-bUTCUy-ds{
border-radius:30px !important;
}

.phw-g-i-bUYUEu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bUgKdH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bUiIUW-ds{
border-radius:30px !important;
}

.phw-g-i-bV342y-ds{
}

.phw-g-i-bV8gu9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bVSPce-ds{
border-radius:30px !important;
}

.phw-g-i-bVgD29-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bVgFBk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bVj68T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bVxuxM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bW1Ejb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bW8SOp-ds{
border-radius:30px !important;
}

.phw-g-i-bWCIMQ{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-bWFfFs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bWIav6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bWYHV1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bWmij5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bXKTCD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bXNSr0{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
box-shadow:none !important;
}

.phw-g-i-bXPws0-ds{
border-radius:30px !important;
}

.phw-g-i-bXf2eQ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-bXfSQc-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bY9jH7-ds{
border-radius:30px !important;
}

.phw-g-i-bYCGsF-ds{
border-radius:30px !important;
}

.phw-g-i-bYI9Se-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bYJcfD-ds{
border-radius:30px !important;
}

.phw-g-i-bYNXuu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bYQabr-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-bYXLmn{
color:var(--black) !important;
text-transform:capitalize !important;
text-decoration:none !important;
}

.phw-g-i-bYlZUx-ds{
border-radius:29px !important;
}

.phw-g-i-bZ4TLw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bZF66p{
}

.phw-g-i-bZOCJQ{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-bZSftP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bZYXyH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bZmiSW-ds{
}

.phw-g-i-bZpCr8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bZsjVP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bZuLzi-ds{
border-radius:30px !important;
}

.phw-g-i-bZyN6u{
}

.phw-g-i-bZyPm5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bZzsM9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-baFWmh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-baSudM{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-baUVMx-ds{
border-radius:30px !important;
}

.phw-g-i-baXitV-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-bad36E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-badVgc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-baid7y-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bawTWK-ds{
border-radius:30px !important;
}

.phw-g-i-bbOEOh-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-bbUPxH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bbW8mD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bbcN6U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bbeRFF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bblKW5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bbqLzv-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-bbsxst{
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-bbwXsh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bc2Ir8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bc39f8{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-techandproduct-1740541683616.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-bcJf8y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bcY4nP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bcZt63-ds{
}

.phw-g-i-bcawcW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bctfPY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bd7BRA-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-bdEoDv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bdMhY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bdNvcF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bdXvbh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bdgBV7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bdgH6n-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bdyyNE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-beL67e{
border-top-left-radius:calc(var(--border-radius-base)*4.375) !important;
border-top-right-radius:calc(var(--border-radius-base)*4.375) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*4.375) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*4.375) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
}

.phw-g-i-beMaAg-ds{
border-radius:30px !important;
}

.phw-g-i-beMf1p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bea1yz-ds{
}

.phw-g-i-beck50-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-begGEj-ds{
border-radius:30px !important;
}

.phw-g-i-bei2uS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bejSLn{
text-transform:none !important;
color:var(--black) !important;
width:1000px !important;
font-size:var(--font-size-11) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-beqUSn{
}

.phw-g-i-bf1oG5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bfGZZU-ds{
border-radius:30px !important;
}

.phw-g-i-bfNYib{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-bfSUO3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bfYwyi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bfbv64-ds{
border-radius:30px !important;
}

.phw-g-i-bfdCez-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bfn9HT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bfwql0{
color:var(--black) !important;
text-align:center !important;
}

.phw-g-i-bfz10y-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bg2RWd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bgAQbZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bgCvuA{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-bgEwnJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bgN48O{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-bgVVug-ds{
border-radius:30px !important;
}

.phw-g-i-bgbduF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bgkEqq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bhMrgI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bhZxha-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bheOSm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bhgXGL{
color:var(--phw-custom-text-colorsff8000) !important;
font-family:var(--cms-g-jetsansregular) !important;
text-decoration:underline !important;
}

.phw-g-i-bhkO3R{
}

.phw-g-i-bhp2vY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bhp2x6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bi9Exh-ds{
border-radius:30px !important;
}

.phw-g-i-biBlJp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-biICmR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-biKFdM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-biiOll-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bikDTy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bjA7Kk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bjI75y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bjTB9Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bjgAs1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bjo0fP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bjvT6U-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bjz8ak-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bk4pQK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bk8p6N-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-bkHAJw{
border-width:1px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
color:var(--black) !important;
background-color:transparent !important;
width:320px !important;
}

.phw-g-i-bkUbPI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bkUue9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bkjfOX-ds{
}

.phw-g-i-bkxvo9{
}

.phw-g-i-bl3tKy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-blL4G3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-blRpxY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-blchxd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-blmHHg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-blobxK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-blp0IM-ds{
border-radius:30px !important;
}

.phw-g-i-bm13cT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bmAWuq{
}

.phw-g-i-bmItlA-ds{
border-radius:30px !important;
}

.phw-g-i-bmc3Aa-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-bmiGHI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bmkGgQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bmmO0V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bmsKdG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bnARxh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bnCocp-ds{
border-radius:30px !important;
}

.phw-g-i-bnNQH1-ds{
}

.phw-g-i-bnQ4Yk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bnR7oQ:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-bnR7oQ{
}

.phw-g-i-bnVpKr-ds{
border-radius:30px !important;
}

.phw-g-i-bnWfLW-ds{
}

.phw-g-i-bnxbGh{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-bo0KXR{
}

.phw-g-i-bo56C4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-boKTBi-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-boQwut-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-boVfA2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bofReY-ds{
}

.phw-g-i-boorYg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bowiHi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bp4KIM{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-bp6YdT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bp7MGT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bp89YS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bpMrEJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bpSBrR{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
min-height:48px !important;
font-size:14px !important;
line-height:24px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
width:240px !important;
}

.phw-g-i-bpSBrR:hover{
border-width:0px !important;
border-color:transparent !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-bpSBrR:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-bpSBrR:focus{
border-color:var(--brand-color-primary) !important;
}

.phw-g-i-bpSBrR:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-bpSBrR.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-bpSBrR:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-bpiMFO{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-bpxDJ7-ds{
z-index:2 !important;
pointer-events:none !important;
}

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

.phw-g-i-bq0Y6y-ds{
cursor:pointer !important;
}

.phw-g-i-bq4o8j-ds{
border-radius:30px !important;
}

.phw-g-i-bqKhLa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bqXlBa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bqYljk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bqub5S-ds{
border-radius:30px !important;
}

.phw-g-i-bqxC1d{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-br5dX4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-br7Jjw{
width:320px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-breDTf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-brg1f6-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-brn75R-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-brrD5g{
color:var(--black) !important;
}

.phw-g-i-brwPsy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bs3kic-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-bs9AMu-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-bsCKxq-ds{
border-radius:30px !important;
}

.phw-g-i-bsd7B4-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-bsedg7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bt2sw6-ds{
border-radius:30px !important;
}

.phw-g-i-bt8334-ds{
border-radius:31px !important;
}

.phw-g-i-btCZ0A{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-btE3xA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-btHcpw-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-btPUIv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-btbUKd{
text-shadow:none !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-btnToG-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-btqCEE-ds{
}

.phw-g-i-btrH5P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-buEOYs{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--text-dark) !important;
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*4) !important;
}

.phw-g-i-buPXOJ-ds{
border-radius:30px !important;
}

.phw-g-i-buWcvO-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-buo1td-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bv3rf7-ds{
border-radius:30px !important;
}

.phw-g-i-bvDVLr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bvEI7Y-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-bvPDkq{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-bvPDkq{
opacity:100 !important;
}

.phw-g-i-bLugty:hover .phw-g-i-bvPDkq{
opacity:100 !important;
}

.phw-g-i-bvXsCs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bvjZz7{
}

.phw-g-i-bvkpMK-ds{
display:none !important;
}

.phw-g-i-bvmryv{
}
.phw-g-i-bvmryv img{
object-fit:cover !important;
}

.phw-g-i-bvq3td-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bvtuo2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-bw3jJe{
}
.phw-g-i-bw3jJe img{
object-fit:cover !important;
}

.phw-g-i-bwGANx-ds{
border-radius:30px !important;
}

.phw-g-i-bwJqzi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bwMSNY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bwPFPR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bwb2e4-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-bwkzKM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bwlCKp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-bwppnZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bwvgVC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bx7xSd-ds{
border-radius:30px !important;
}

.phw-g-i-bxXH8X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bxdWkg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bxfSeo-ds{
border-radius:30px !important;
}

.phw-g-i-bxjicy-ds{
}

.phw-g-i-bxt7Cf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bxuZIL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bxxXHG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bxyzjA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-by94b5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-byM3Qg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-byViZZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-byfAND-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bytfxG-ds{
border-radius:30px !important;
}

.phw-g-i-byyQTv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bz0r4v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bzHzSK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bzQ5Kv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bzWiYq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bzXzk0-ds{
border-radius:30px !important;
}

.phw-g-i-bzZ9Uw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-bziAQ0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-bzyZIf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c00hw3{
font-weight:inherit !important;
font-size:var(--phw-g-hero-title-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-c01EE3-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-c04mjx-ds{
border-radius:30px !important;
}

.phw-g-i-c0AWPO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c0WLOB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-c0YJTP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-c0btgZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-c0cmC9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c0hFF5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c0qlNh{
background-image:none !important;
background-color:var(--brand-color-primary) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
}

.phw-g-i-c0s44c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c1NiCd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-c1RQsz{
}

.phw-g-i-c1f6yH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c1nfnE-ds{
border-radius:30px !important;
}

.phw-g-i-c1oHVL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--white) !important;
}

.phw-g-i-c1tOPD{
}

.phw-g-i-c1ygZW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c22zjk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c24TEB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-c27GK0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-c2QU7C{
background:none !important;
background-image:none !important;
}

.phw-g-i-c2VeJA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-c2mK7P-ds{
border-radius:30px !important;
}

.phw-g-i-c2mTal-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-c2qAnq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c2rgck-ds{
border-radius:30px !important;
}

.phw-g-i-c2xuMm{
}
.phw-g-i-c2xuMm img{
object-fit:cover  !important;
}

.phw-g-i-c2zKKk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c3LwRa-ds{
border-radius:30px !important;
}

.phw-g-i-c3RX35{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-c3T5hA{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-c3a2JH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-c3eRJV{
border-width:0px !important;
border-top-width:0px !important;
border-style:double !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-c3eRJV img{
object-fit:cover !important;
}

.phw-g-i-c3wEfg{
min-height:0px !important;
min-width:0px !important;
width:280px !important;
}

.phw-g-i-c3yseW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c42AoQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c4AqCt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c4L7pM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c4MOGP{
border-style:solid !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-c4UzIT-ds{
border-radius:30px !important;
}

.phw-g-i-c4zOBh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-c53HNi-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-c57X1o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c5P2mD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c5Pjxg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-c5S9A3{
padding-inline-start:calc(var(--pu-space)*4) !important;
}

.phw-g-i-c5fJ0L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c60kti-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-c68I7V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c6AUI5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-c6UB9C-ds{
border-radius:30px !important;
}

.phw-g-i-c6V3On{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-c6m8gy-ds{
border-radius:30px !important;
}

.phw-g-i-c761Ny{
color:var(--black) !important;
}

#_PCM .phw-g-i-c7ApqW{
}

.phw-g-i-c7So5g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-c7isjJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c7qMAS{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:transparent !important;
}

.phw-g-i-c7syu4{
height:45px !important;
width:250px !important;
}

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

.phw-g-i-c7vTl7-ds{
border-radius:30px !important;
}

.phw-g-i-c82smf-ds{
border-radius:30px !important;
}

.phw-g-i-c85qEz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-c8NrPg-ds{
}

.phw-g-i-c8SuVs-ds{
width:100% !important;
}

.phw-g-i-c8agzr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c8fhVv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-c8q9lI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-c90EIl{
background:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:28px !important;
min-height:54px !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
width:198px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-c90EIl:hover{
background:none !important;
border-width:0px !important;
border-color:var(--custom-border-color-1Buie-border) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
color:var(--black) !important;
}

.phw-g-i-c90EIl:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-c90EIl:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-c90EIl:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-c90EIl.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}
.phw-g-i-c90EIl:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
min-height:auto !important;
}

.phw-g-i-c9AfT4-ds{
border-radius:30px !important;
}

.phw-g-i-c9q0Yi{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-c9riB7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-c9u8kE-ds{
}

.phw-g-i-cA3qTd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cA4F9V-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-cAMDtz-ds{
color:#00adee !important;
}

.phw-g-i-cAWVCS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cAeIfw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cAhATW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cAn8Eo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cB0NiU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cB1Z0x-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cB4F5h-ds{
border-radius:30px !important;
}

.phw-g-i-cBIFzY{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-cBIrP4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cBeTfs-ds{
border-radius:30px !important;
}

.phw-g-i-cBlYwA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cBnpFi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cBqFQO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cC03Ne{
}

.phw-g-i-cC1K1M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cC1SBR-ds{
border-radius:30px !important;
}

.phw-g-i-cC36vp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cC8HD6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cCHChs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cCHnTi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cCKaH6-ds{
border-radius:31px !important;
}

.phw-g-i-cCTPpQ-ds{
border-radius:30px !important;
}

.phw-g-i-cCUvSM-ds{
border-radius:30px !important;
}

.phw-g-i-cCVQex{
color:var(--custom-color-ZmlLd) !important;
text-decoration:none !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
text-align:center !important;
}

.phw-g-i-cCaEBG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cChYnh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cClRbE-ds{
border-radius:30px !important;
}

.phw-g-i-cCoshB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cCxNJx-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-cD2Ygl-ds{
background-image:url("") !important;
background-size:cover !important;
}

.phw-g-i-cD3N2z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cDAm6b-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-cDIgz0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cDeBB9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cDfBeA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cDfqn5-ds{
}

.phw-g-i-cDyJfm-ds{
border-radius:31px !important;
}

.phw-g-i-cE3J6X{
color:var(--black) !important;
}

.phw-g-i-cE4nn5{
color:var(--white) !important;
}

.phw-g-i-cE616p-ds{
border-radius:30px !important;
}

.phw-g-i-cE9IrZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cEGGRb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cFEdRG-ds{
}

.phw-g-i-cFNQzG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cFYer3-ds{
}

.phw-g-i-cFeMBw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cFmyxN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cFwc51-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cFxyzA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cFzX7H-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cGDnnR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cGUawM-ds{
}

.phw-g-i-cGVPkv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cGWbYU-ds{
border-radius:30px !important;
}

.phw-g-i-cGiR44-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cGidu2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cGmm4X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cGoy9P-ds{
}

.phw-g-i-cGtekT-ds{
border-radius:30px !important;
}

.phw-g-i-cHB6TZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cHDkfi-ds{
}

.phw-g-i-cHENfJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cHbhHb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cHcENU-ds{
border-radius:30px !important;
}

.phw-g-i-cHq74d-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cI5NyK-ds{
}

.phw-g-i-cIHE9G-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cIIQEP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-cIXrkt{
padding-inline-start:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*1) !important;
color:var(--black) !important;
}

.phw-g-i-cIgIDq-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-cIgnIe-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cIhSQF{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-cIrYnU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cIsXv5-ds{
border-radius:30px !important;
}

.phw-g-i-cJ5FMq-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-cJJG9F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cJNdt8{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:var(--box-shadow-style-3) !important;
}

.phw-g-i-eWvUwU:hover .phw-g-i-cJNdt8{
color:var(--black) !important;
}

.phw-g-i-cJNogi-ds{
border-radius:30px !important;
}

.phw-g-i-cJRdov-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cJTbPO{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-cJcMcd-ds{
border-radius:30px !important;
}

.phw-g-i-cJhdQ1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cJl4SB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cJpXU7-ds{
}

.phw-g-i-cJriJz-ds{
border-radius:30px !important;
}

.phw-g-i-cK8VCO-ds{
border-radius:30px !important;
}

.phw-g-i-cKChcD-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-cKJATm{
}

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

.phw-g-i-cKTsAx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cKaiIP-ds{
border-radius:30px !important;
}

.phw-g-i-cKcB43-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cKkeRz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cL04jL{
}

.phw-g-i-cL3wsf-ds{
border-radius:30px !important;
}

.phw-g-i-cL5NNt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cLLEsW-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-cLfJvJ-ds{
border-radius:30px !important;
}

.phw-g-i-cLgATz-ds{
border-radius:30px !important;
}

.phw-g-i-cLkxCD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cLpn9T{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-cLpn9T:focus{
border-width:0px !important;
border-color:transparent !important;
border-style:none !important;
}

.phw-g-i-cM2RkX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cM4MRK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cMdvJx-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cN5DEA-ds{
}

.phw-g-i-cN7m8K-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-cNDLVs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cNFVyO{
color:var(--phw-custom-bluec1dadeff) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-cNIeiM-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cNeLUY{
color:var(--black) !important;
}

.phw-g-i-cNgvuK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cNhT3p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cOAM9I-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cOLQZS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cOPBPM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cOPxT7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cORAEk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cOmw8r-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cOxMyz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cPAhbW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cPFJBS{
}

.phw-g-i-cPFW5h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cPO0z1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cPQgDI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cPTmps-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cPg2pj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cPgKCI-ds{
border-radius:30px !important;
}

.phw-g-i-cPkMRF{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-cPlLpk-ds{
border-radius:30px !important;
}

.phw-g-i-cPnuIK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cQ0GqX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cQJKni{
background:none !important;
background-image:none !important;
}

.phw-g-i-cQKmlF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cQQEf2-ds{
border-radius:30px !important;
}

.phw-g-i-cQQNwi-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cQTRWx-ds{
border-radius:30px !important;
}

.phw-g-i-cQcq2f-ds{
border-radius:30px !important;
}

.phw-g-i-cQeIhj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cQpd4L-ds{
border-radius:30px !important;
}

.phw-g-i-cQyaZR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cQz4Hq-ds{
border-radius:30px !important;
}

.phw-g-i-cRJtDQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cRKYpL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cRNWGN-ds{
}

.phw-g-i-cRwSRk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cS3b7d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cS5Ed1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cSTvo8{
color:var(--white) !important;
border-width:0px !important;
}

.phw-g-i-cSbx1F{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
box-shadow:var(--box-shadow-style-1) !important;
}

.phw-g-i-6TmOCc:hover .phw-g-i-cSbx1F{
box-shadow:none !important;
}

.phw-g-i-cScDoc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cSgBk5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cSrHYH{
color:var(--white) !important;
display:inline-block !important;
font-size:var(--body-font-size) !important;
line-height:var(--footer-menu-list-line-height-style-1) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-cSrHYH:hover{
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
color:var(--white) !important;
}

.phw-g-i-cT39h3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cT6FVT-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-cTBtaq-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cTHAbr-ds{
}

.phw-g-i-cTRTsU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cTSYmb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cTXpqH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-cTrNiV{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
text-decoration:none !important;
}

.phw-g-i-cU1oWl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cUHeoE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cUOmif-ds{
border-radius:30px !important;
}

.phw-g-i-cUoRjR{
color:var(--black) !important;
font-size:16px !important;
line-height:1.5 !important;
text-decoration:underline !important;
}

.phw-g-i-cUuZfV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cV1fiA{
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
}

.phw-g-i-cV8dAR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cVE2lw-ds{
border-radius:30px !important;
}

.phw-g-i-cVHnLK-ds{
background-size:contain !important;
background-position:50% 50% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-cVwwzg-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-cWE1UU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cWKHw6{
padding-bottom:calc(var(--pu-space)*3) !important;
}

.phw-g-i-cWQ8jm-ds{
border-radius:30px !important;
}

.phw-g-i-cWfz2c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cWpYTV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cWqOJu-ds{
border-radius:17px !important;
}

.phw-g-i-cWsg4e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cX1Owg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cX5oVC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cXK0Bo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cXKHPt{
}

.phw-g-i-cXM1JJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cXS9q0-ds{
border-radius:30px !important;
}

.phw-g-i-cXVWkp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cXZJ1n-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cXZoR6-ds{
border-radius:30px !important;
}

.phw-g-i-cXd6ES-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cXvEGK-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-cY1WQg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cY2c60-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cYfO5x-ds{
border-radius:30px !important;
}

.phw-g-i-cYuxQ8-ds{
border-radius:30px !important;
}

.phw-g-i-cYx9uG-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cZ2m5A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cZ2vwX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cZKpqX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cZOD8j-ds{
}

.phw-g-i-cZTy0U-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cZjUbe-ds{
border-radius:30px !important;
}

.phw-g-i-cZjtjA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cZmAhL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cZnPo8-ds{
border-radius:30px !important;
}

.phw-g-i-cZnoB2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ca0RLj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ca0dLP{
text-decoration:none solid rgb(255, 128, 0) !important;
margin-bottom:calc(var(--mu-space)*1.5) !important;
}

.phw-g-i-caH5AF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-caRgzj-ds{
border-radius:30px !important;
}

.phw-g-i-caXe5e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cafpvZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-camMAC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-caoJN4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-catqdV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cb1Ym9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cb2PmR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cbO1F1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cbSrFJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cbbnDu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cbu34o-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cby8tl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ccBWUr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ccHsvc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ccKUYe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ccPSiX{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-ccRkSR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ccfnOv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cd3wAc-ds{
}

.phw-g-i-cdJhg3-ds{
}

.phw-g-i-cdeLVs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cdhszs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cdjupN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-cdqSwF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cduPq6-ds{
border-radius:20px !important;
}

.phw-g-i-cdv2zG-ds{
border-radius:30px !important;
}

.phw-g-i-ce00LK{
}

.phw-g-i-ce20a2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ceFHl1-ds{
border-radius:30px !important;
}

.phw-g-i-ceGhlP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ceHLFw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cebXWj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cenyzd-ds{
text-align:left !important;
}

.phw-g-i-ceuq8I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cevj0U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cf3ieR-ds{
border-radius:30px !important;
}

.phw-g-i-cf8I1h-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cfKd87-ds{
border-radius:30px !important;
}

.phw-g-i-cfRqOP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cfSL5z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cfSon6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cfedIn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cfguyL-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-cflsGe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cfuK3a-ds{
border-radius:30px !important;
}

.phw-g-i-cg0q6E-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cg3BDX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cg5zPq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cgDw4B-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cgOP1L-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cgVcVq{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-cgnMbE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cgnYyJ-ds{
border-radius:30px !important;
}

.phw-g-i-cgs4pi{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}

.phw-g-i-chFhFc-ds{
border-radius:30px !important;
}

.phw-g-i-chGZfk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-chWm1K-ds{
text-align:left !important;
}

.phw-g-i-ci625V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ciDs7M-ds{
}

.phw-g-i-ciI8b2{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ciLVxy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ciNcUP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ciSfUW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ciaEJD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cidlH8-ds{
border-radius:30px !important;
}

.phw-g-i-ciwNc7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cjZkel-ds{
border-radius:30px !important;
}

.phw-g-i-cjdar2-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-cjiOKL-ds{
border-radius:30px !important;
}

.phw-g-i-cjoYKu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cjqE2T{
background:none !important;
background-image:none !important;
background-color:var(--widget-bg-gray-color) !important;
}

.phw-g-i-ck8Qsr-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-ckKSDg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ckToRS-ds{
border-radius:30px !important;
}

.phw-g-i-ckVHRr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ckZqzh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ckg8uy{
}

.phw-g-i-cl1nvA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-clAjI0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-clG2DD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-clNFZn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-clhoVh{
object-fit:cover !important;
aspect-ratio:9/16 !important;
}

.phw-g-i-cljvBL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-clsBOz{
}

.phw-g-i-cmB12h-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-cmDPYd-ds{
border-radius:30px !important;
}

.phw-g-i-cmDPmR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cmLXNI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cmTfK5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cmWi6i-ds{
border-radius:30px !important;
}

.phw-g-i-gA5RIV:hover .phw-g-i-cmfRZ2{
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
}

.phw-g-i-cmfRZ2{
}

.phw-g-i-cmlEpI-ds{
border-radius:30px !important;
}

.phw-g-i-cmsg14-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cmwsn5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cn9vV8{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-cnJzYH{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-marketing-1740541388454.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-cnTpJT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cnXETV-ds{
border-radius:30px !important;
}

.phw-g-i-cnaUKu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cnbxuo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cnhdII-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cnoPuz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cnuSza{
}

.phw-g-i-co281F-ds{
border-radius:30px !important;
}

.phw-g-i-co2Hum-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-co34nc-ds{
border-radius:30px !important;
}

.phw-g-i-co6zXz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-co9GdJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-coAk4l-ds{
border-radius:30px !important;
}

.phw-g-i-coHUQi{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-coRp3E-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-coRzxy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-coW61W-ds{
border-radius:30px !important;
}

.phw-g-i-coYUrg-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-coobmA{
}

.phw-g-i-cou25D-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-coxl4A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-coy48W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cpOIeD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cpOX6Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cpVAVH-ds{
border-radius:30px !important;
}

.phw-g-i-cplNou{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-weight:normal !important;
padding-left:28px !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:28px !important;
min-height:60px !important;
padding-right:28px !important;
}

.phw-g-i-cq1BmP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cq3hVu{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-cqMxnp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cqnjvC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cqzAP2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cr0lsR-ds{
border-radius:30px !important;
}

.phw-g-i-cr5S1e{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:var(--body-font-size) !important;
font-weight:400 !important;
}

.phw-g-i-crAKLE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-crPqGJ{
height:140px !important;
}

.phw-g-i-crSzAA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-crhnbm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-crqtiQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cs2Uxw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-csHauu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-csYNSz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-csblZk-ds{
}

.phw-g-i-csicmO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-csp45O-ds{
border-radius:30px !important;
}

.phw-g-i-cspkFz-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-ct9jp6{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-ctCV9V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ctD3qh-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ctUKkF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ctVoQM-ds{
border-radius:30px !important;
}

.phw-g-i-ctrxHd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cu85F7-ds{
border-radius:30px !important;
}

.phw-g-i-cuSmBp-ds{
}

.phw-g-i-cuXme8-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cuc0qH-ds{
display:none !important;
}

.phw-g-i-cuflOQ-ds{
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-cuh4qV-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-cuuEtu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cv36TX-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-cv3yOv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cvDYdW-ds{
}

.phw-g-i-cvDcsB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-cvPRc6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cvQSQI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cvaH92{
}

.phw-g-i-cvbv4W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cvtc57-ds{
background-image:url("") !important;
}

.phw-g-i-cw1XUw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cw8Y51-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cwBv7S-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-cwFCS4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cwFW0C{
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}

.phw-g-i-cwHT40-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cwQccW-ds{
border-radius:30px !important;
}

.phw-g-i-cwUWmW{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:56px !important;
}

.phw-g-i-cwUzyv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cwVHpf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cwVb5Y-ds{
}

.phw-g-i-cwXL5s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cwZ5Qm{
height:112px !important;
}

.phw-g-i-cwqic1{
color:var(--white) !important;
}

.phw-g-i-cwrMs9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cwt6Hp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-cwvi5w-ds{
}

.phw-g-i-cwxHxl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-cx1jAa{
color:rgb(255, 128, 0) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}

.phw-g-i-cx1jAa:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-cx1jAa:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-cx1jAa:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-cx1jAa:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-cx1jAa.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-cx1jAa:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-cxuX0N{
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
width:600px !important;
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-cxxAMz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cxywwO-ds{
border-radius:30px !important;
}

.phw-g-i-cyE6ZP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-cyzirQ{
color:var(--custom-color-m0h0i) !important;
}

.phw-g-i-cyztN5-ds{
border-radius:30px !important;
}

.phw-g-i-cz4jsg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-czC5EG-ds{
border-radius:30px !important;
}

.phw-g-i-czL9Rh-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-czORdE-ds{
border-radius:30px !important;
}

.phw-g-i-cznW8f-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-czqE8A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d07aCc-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-d0JEjU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d0KdMk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d0PZbk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d0Rsft-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d0ffXX{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:18px !important;
line-height:32px !important;
}

.phw-g-i-d0uWI2{
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-d0vvL0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d19kkN{
}

.phw-g-i-d1DM06-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-d1N6Iy-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-d1ZaZc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-d1iX1L-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-d1j1wp-ds{
}

.phw-g-i-d22aoq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-d25cwi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d2G6RV-ds{
border-radius:30px !important;
}

.phw-g-i-d2MA8R-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-d2NZwk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d2Srdk-ds{
border-radius:30px !important;
}

.phw-g-i-d2VEse-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-d2mPlc-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-d2tifM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d2wWXe-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-d2yHlo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d3JduX-ds{
border-radius:17px !important;
}

.phw-g-i-d3dcW3-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-d3gx9n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d3sLal-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d42kht-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d4Ggm9{
padding-bottom:calc(var(--pu-space)*3) !important;
}

.phw-g-i-d4JWId-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-d4VoTF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d4br4F-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-d4iJJ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d4iwCO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d4mkwY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d4yQ01-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d52ric-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d55tUg-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-d5DOnY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d5OZS3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d5Uro2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-d6090P-ds{
border-radius:30px !important;
}

.phw-g-i-d60HpC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d639kx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d6573G-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-d66fdr{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-d66zzi-ds{
background-image:url("") !important;
}

.phw-g-i-d68SHG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d6GjA2{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-d6HuoG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d6Ile8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d6MWlz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d6dXKl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d6flyB-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d6ixro-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-d6jU4x-ds{
border-radius:30px !important;
}

.phw-g-i-d6kXwT-ds{
border-radius:30px !important;
}

.phw-g-i-d6nfRn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d6usAU{
}

.phw-g-i-d77gEO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-d7DDfX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d7G0Hb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d7Gxi1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d7Mx44-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d7kGom-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d7kt7W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-d7rCro-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-d7rZdA{
color:var(--white) !important;
font-size:var(--cms-g-xtrasmall) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-d85vQE-ds{
border-radius:30px !important;
}

.phw-g-i-d8BE4t-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-d8LHJx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d8MaUm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d8W1vo-ds{
border-radius:30px !important;
}

.phw-g-i-d8fah5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d8hYY5-ds{
border-radius:30px !important;
}

.phw-g-i-d8rnqw-ds{
border-radius:30px !important;
}

.phw-g-i-d8yaAS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d93Xtx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d97vgH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-d9FRBn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d9KFMV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d9cF5i{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-d9jZZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-d9lPAw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-d9llD0{
}

.phw-g-i-d9xYke-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dA3FFT{
}

.phw-g-i-dAdn6V-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dAlVgD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dAlq9J-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-dAuRJJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dAzFAN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dB0GRj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dB1Plu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dBI0Aq{
}

.phw-g-i-dBLj4V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dBMO38-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-dBQ99f{
color:var(--black) !important;
}

.phw-g-i-dBSxBn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dBfnhI{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-dBvZTV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dBxtcW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dCHoNK-ds{
border-radius:30px !important;
}

.phw-g-i-dCKUCl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dChlA5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dCo2vQ-ds{
border-radius:30px !important;
}

.phw-g-i-dDEOUJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dDPuij-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-dDYJSB-ds{
border-radius:30px !important;
}

.phw-g-i-dDZtah-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dDhTY4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dDiG86-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dE1v74-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dE7sn2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dEAo4T{
color:var(--white) !important;
}

.phw-g-i-dEAxFn-ds{
border-radius:30px !important;
}

.phw-g-i-dEETrW{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
border-width:0px !important;
border-style:none !important;
}

.phw-g-i-dEFtTR-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-dEKZvU{
font-size:18px !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-dEMAUS-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-dEN5M9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dEOlgy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dERh1r{
color:var(--black) !important;
}

.phw-g-i-dF2Ylb-ds{
}

.phw-g-i-dFQgkC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dFWZE5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dFf3ev-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-dFu0lu-ds{
border-radius:30px !important;
}

.phw-g-i-dFxIhf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dFxl2X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dG5bdR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dGFZN1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dGOqnL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dGPyQR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dGV9Z7-ds{
border-radius:30px !important;
}

.phw-g-i-dGbbvR-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-dGoMBo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dH0ZAK-ds{
border-radius:30px !important;
}

.phw-g-i-dH2rmU-ds{
border-radius:30px !important;
}

.phw-g-i-dH3hNy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dH7854-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-dHews3{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:auto !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-dHews3:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-dHews3:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-dHews3:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-dHews3:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-dHews3.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-dHews3:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-dHnLeC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dHqcnW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dHubku-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dI4334-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dI4Ufo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dIRU72-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dIVovL{
}

.phw-g-i-dIW342-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-dIbuPu{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738737172356.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-dIeJGJ-ds{
border-radius:30px !important;
}

.phw-g-i-dIfOh2-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-dIjGfs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dIvpDj-ds{
}

.phw-g-i-dJIKQS-ds{
border-radius:30px !important;
}

.phw-g-i-dJZTGj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dJcKAr{
color:var(--black) !important;
}

.phw-g-i-dJmL33-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-dJsX4e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dJvy7Q-ds{
border-radius:30px !important;
}

.phw-g-i-dJyoUs{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-dKGVIi-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-dKIY8c{
}

.phw-g-i-dKPqAX-ds{
border-radius:30px !important;
}

#_PCM .phw-g-i-dKRVKL{
}

.phw-g-i-dKf4E9-ds{
border-radius:30px !important;
}

.phw-g-i-dKi4m4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dKm08Q{
}

.phw-g-i-dKt1PN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dL7Gfe-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-dLP0hi-ds{
border-radius:30px !important;
}

.phw-g-i-dM6L3i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dM7GCN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dM8jEd-ds{
border-radius:30px !important;
}

.phw-g-i-dMEQae-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dMRP2G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dMRegg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dMa2Iw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dMdXmG-ds{
border-radius:30px !important;
}

.phw-g-i-dMfXHt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dMmKpC-ds{
border-radius:30px !important;
}

.phw-g-i-dNBpMA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dNM13B-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dNNUHY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dNfVDd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dO1mb4-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-dO5b7o-ds{
border-radius:30px !important;
}

.phw-g-i-dO8v9R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dO9EOb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dOBzyt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dOH9ti-ds{
border-radius:30px !important;
}

.phw-g-i-dOO3zn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dOVpSw-ds{
border-radius:30px !important;
}

.phw-g-i-dOd9yw-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dOl66s{
}

.phw-g-i-dOqmKx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dPAMqw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dPEqP0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dPGzfk{
}

.phw-g-i-dPUsn5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-dPkcZe-ds{
}

.phw-g-i-dPl1Jq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dPucl4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dPxZEm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dQ3ZQs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dQFWEt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dQUCbT-ds{
border-radius:30px !important;
}

.phw-g-i-dQYp3p-ds{
border-radius:30px !important;
}

.phw-g-i-dQdFD1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dQdaxr{
}

.phw-g-i-dQeCiC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dQeahc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dQqP1O{
}

.phw-g-i-dQvqFp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dR5cgi-ds{
border-radius:30px !important;
}

.phw-g-i-dRAqRy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dRB6wQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dRbTrf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dRw3Ty-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dRyuAL-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-dS7Y6b-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dSN8Tk-ds{
border-radius:30px !important;
}

.phw-g-i-dSNsGG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dScVbz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dSdm8u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dSt0xr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dT1xiL-ds{
border-radius:30px !important;
}

.phw-g-i-dT2njn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dT5VbC-ds{
}

.phw-g-i-dTQatG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dTcaxe-ds{
border-radius:30px !important;
}

.phw-g-i-dTeUI9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dTuZbl{
width:1244px !important;
}

.phw-g-i-dUDwgc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dUUdBf-ds{
display:none !important;
}

.phw-g-i-dUmADA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dUrwoL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dVHFB3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dVJBwP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dVj3D9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dVjTZ6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dVk1Jf-ds{
border-radius:30px !important;
}

.phw-g-i-dW5h3q-ds{
border-radius:30px !important;
}

.phw-g-i-dWL2RC-ds{
opacity:0.8 !important;
}

.phw-g-i-dWSwZE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dWW1TO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dWWO4v-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dWWuLv-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-dWcx3N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dWkqq9-ds{
border-radius:30px !important;
}

.phw-g-i-dWlH3k-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dXA9ra-ds{
border-radius:30px !important;
}

.phw-g-i-dXF30E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dXJ0k2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dXVGLg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dXgANW{
}
.phw-g-i-dXgANW img{
object-fit:cover  !important;
}

.phw-g-i-dXrBo2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dY3lt1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dYC4D1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dYDuqU{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-dYIwxZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dYMj5d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dYQY6I-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dYU8OM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dYWFgX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dYWW1W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dYWovF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dYXOpo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dYmPN3{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
max-width:1440px !important;
width:298.656px !important;
}

.phw-g-i-dZ2duo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dZDVjp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dZJUxW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dZOxmU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dZT5Xf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
}

.phw-g-i-dZxkin-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-da2kLY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-da3S1n{
}

.phw-g-i-da4Lbr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-da5jlz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-daAm68{
color:var(--white) !important;
margin-inline-start:calc(var(--mu-space)*2) !important;
}

.phw-g-i-daNOnq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-daS9Yt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-daXvr3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-daZ2zJ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-daeykd{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
margin-bottom:calc(var(--mu-space)*2.5) !important;
}

.phw-g-i-danCNL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-darVTF-ds{
}

.phw-g-i-dasE9A-ds{
border-style:none !important;
}

.phw-g-i-dayZU2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dbA6pn-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dbBnlN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dbE0XF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dbSX0U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dbWHrT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dba092-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dbnyKY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dbpfK4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dbr1Hn-ds{
border-radius:30px !important;
}

.phw-g-i-dbuqTf-ds{
border-radius:30px !important;
}

.phw-g-i-dbxQsA-ds{
border-radius:30px !important;
}

.phw-g-i-dbzieI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dcEJwE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dcM1zR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dcRNbK{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-weight:700 !important;
}

.phw-g-i-dcSTmH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dca7Pr-ds{
text-align:left !important;
}

.phw-g-i-dcfsBY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-dcjH4Z{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-dclEcs-ds{
display:none !important;
}

.phw-g-i-dcmD5g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dcpSfs-ds{
border-radius:30px !important;
}

.phw-g-i-dcs7W9-ds{
border-radius:30px !important;
}

.phw-g-i-dd8zH6-ds{
}

.phw-g-i-ddZTJO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ddfaIX-ds{
border-radius:30px !important;
}

.phw-g-i-ddm9W4-ds{
background-size:100% 100% !important;
}

.phw-g-i-ddvupk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-de6iiN{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-de79PR-ds{
border-radius:30px !important;
}

.phw-g-i-deHRXs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-deIY1P{
border:none !important;
}

.phw-g-i-deIY1P:hover{
background:none !important;
background-image:none !important;
background-color:transparent !important;
color:var(--black) !important;
}

.phw-g-i-deIY1P:focus{
color:var(--black) !important;
background-color:transparent !important;
}

.phw-g-i-deMhGK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-deNyRZ{
}

.phw-g-i-derANe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-df56GZ{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:var(--box-shadow-style-3) !important;
}

.phw-g-i-dfCurI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dfEV15{
background:none !important;
background-image:none !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-dfI1J7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dfI1XJ-ds{
border-radius:30px !important;
}

.phw-g-i-dfMUC3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dfNxQp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dfctaa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dfiICO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dg4AVo-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dg6nqn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dgJYGU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dgY8CX-ds{
border-radius:30px !important;
}

.phw-g-i-dgph0b-ds{
text-align:left !important;
}

.phw-g-i-dgsua9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dgtGaD-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-dgtd5X{
}

.phw-g-i-dhAeGL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dhIzem-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dhJSHq-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-dhSkMl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dhYc1J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dhp5cL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dhtzPB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dhwaDY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dhyjUB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-diL0om-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dieBsP-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-dikXHO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-diqT5j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dit1LQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dj89Q0{
}

.phw-g-i-djDFWd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-djHXV9-ds{
}

.phw-g-i-djTs7J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-djYd0t-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-djkDr6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-djmq1q-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-djpzUa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-djxnQa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dk28fJ{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-dk9geT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dkVbMX-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-dkYcst{
color:var(--black) !important;
}

.phw-g-i-dkkqRN-ds{
border-radius:30px !important;
}

.phw-g-i-dknBgf-ds{
border-radius:17px !important;
}

.phw-g-i-dkno9O{
width:300px !important;
max-height:60px !important;
max-width:300px !important;
margin-inline-start:calc(var(--mu-space)*3) !important;
}

.phw-g-i-dkuCEo-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-dkyZWO-ds{
border-radius:30px !important;
}

.phw-g-i-dl0mlL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dlEuNN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dlKIBp-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-dlNHmZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dlPYgx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dlUVhy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dldJGu-ds{
}

.phw-g-i-dleD8H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dljP0R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dlk7Cw-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dloxkz-ds{
border-radius:30px !important;
}

.phw-g-i-dlr9to{
}

.phw-g-i-dmNEip-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-dmYE7Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dmaLrH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dmcRVj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dmv26J-ds{
}

.phw-g-i-dn6rVv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dnb0lc{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-dnlPSr{
}

.phw-g-i-dnmCoi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-do4V0N-ds{
}

.phw-g-i-do4hMq{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-do7ieY{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-doXRUl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-doajo1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dogR6V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dohRrX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dojXdj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dojZpr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dolw9I{
color:var(--black) !important;
text-decoration:none solid rgb(255, 128, 0) !important;
}

.phw-g-i-dp5BDM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dpDDza-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dpE9fH-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-dpF90E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dpORoA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dpSBLE-ds{
background-image:url("") !important;
}

.phw-g-i-dpVidC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dpgNKR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dplqjq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dpqtNN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dpuQQi-ds{
display:none !important;
}

.phw-g-i-dpxAzY-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-dpxdRD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dq95KJ-ds{
border-radius:30px !important;
}

.phw-g-i-dqA8oQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dqGWo3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dqLYRN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dqPhYF{
}

.phw-g-i-dqPxro-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dqVKJF{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-dqc2u3-ds{
border-radius:30px !important;
}

.phw-g-i-dqnKZU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dqvQQf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-drPTNF-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-drSoBB-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-dranIS-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-drcQxj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-drexo8-ds{
border-radius:30px !important;
}

.phw-g-i-drnXGI-ds{
border-radius:30px !important;
}

.phw-g-i-drs1eX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ds7Pko-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ds7SiP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dsO2Ah-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-dsOc5Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dsSfbK-ds{
border-radius:30px !important;
}

.phw-g-i-dsWmDt-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dsyiHs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dtECTx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dtMbQo-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-dtxmLS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-du7SYx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-duEna3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-duI9V1-ds{
}

.phw-g-i-duICIX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-duQwPK-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-duUYEV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-duWhW0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dugfa3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dujx7y-ds{
border-radius:30px !important;
}

.phw-g-i-dukLhl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-duqAIC{
}

.phw-g-i-duxMww-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dv0j65-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dv1sdm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dvX4lB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dvXXIK-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dvhxmQ-ds{
border-radius:30px !important;
}

.phw-g-i-dvzmq8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dwCUaK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dwNbJf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dwNezD-ds{
border-radius:30px !important;
}

.phw-g-i-dwTSuU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dwWwQP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dwZjpj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dwuRl5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dwxCvD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dx0tiT-ds{
border-radius:30px !important;
}

.phw-g-i-dx4T8L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dxAE5d{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-dxGcXL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dxPqkQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dxYhEu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-dxnegH-ds{
border-radius:30px !important;
}

.phw-g-i-dxvoWZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dxxKeM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dy1xSd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dy3jtE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dy5Pfi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dy7mPm-ds{
border-radius:30px !important;
}

.phw-g-i-dyLtDp{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-dyLtDp:hover{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-dycFrg-ds{
display:none !important;
}

.phw-g-i-dyg6TA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dyhIDo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dyjcuH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dymCsy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dyvm11-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dyw2Nf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dz2knd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-dzA9xT{
border-width:0px !important;
border-style:none !important;
color:var(--black) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
min-height:34px !important;
}

.phw-g-i-dzC9mJ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-dzFNwT-ds{
border-radius:30px !important;
}

.phw-g-i-dzOnid-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-dzeuw4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dzog7z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-dzzoCk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e07jvV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-e0WADy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e0gBl1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e0hKk0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e0v7zr-ds{
border-radius:30px !important;
}

.phw-g-i-e15B1M-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e1NYLz{
}

.phw-g-i-e1zN18-ds{
background-image:url("") !important;
}

.phw-g-i-e2H3XU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e2Pht4-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-e2QTHf-ds{
border-radius:30px !important;
}

.phw-g-i-e2RALU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-e2SYlc-ds{
border-radius:30px !important;
}

.phw-g-i-e2VWsZ{
}

.phw-g-i-e2ab4y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e2hVIN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e2oTT9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e2q8rc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e2wlUm-ds{
}

.phw-g-i-e38x4I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e3Ct3A-ds{
border-radius:30px !important;
}

.phw-g-i-e3DjNx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e3LvIf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-e3RB0M-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-e3eCek{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-cs-1740126283902.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-e3ke1B{
background-color:transparent !important;
}

.phw-g-i-e3l5rL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-e3l7KD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e3n7cT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e47VlM{
}
.phw-g-i-e47VlM img{
}

.phw-g-i-e4I8iJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e4KwiW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-e4STZI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e4Ufio-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e4ZjpH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e4nDSC-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-e51ZHA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e54NYd-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-e59BHa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e5DcfX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e5bnlP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e5fXfx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e5iZMz-ds{
}

.phw-g-i-e62UEk-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-e6JXoo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e6XSjp{
}

.phw-g-i-e6ahcw-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-e6ij8G-ds{
border-radius:30px !important;
}

.phw-g-i-e6mdIj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e6mtdq-ds{
border-radius:30px !important;
}

.phw-g-i-e6pX59-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e7HtDJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-e7LFHU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e7Ldqk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-e7MRh2{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-e7cWWJ{
background-color:var(--widget-bg-gradient-color) !important;
}

.phw-g-i-e7i8OA-ds{
border-radius:30px !important;
}

.phw-g-i-e7kN8M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e7knng-ds{
border-radius:30px !important;
}

.phw-g-i-e7o3iH{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-e7o8Bv-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-e8Giw2{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-e8RZor{
}

.phw-g-i-e8UfFb-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-e8h9w6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-e8kafy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-e91OPW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-e9Qi4m-ds{
border-radius:30px !important;
}

.phw-g-i-e9hiJg-ds{
border-radius:30px !important;
}

.phw-g-i-e9lyHT{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-e9pYTR-ds{
border-radius:30px !important;
}

.phw-g-i-eA9DFa-ds{
border-radius:30px !important;
}

.phw-g-i-eAM68h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eAO0zU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eAPHhk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eAZQel{
}

.phw-g-i-eAib3h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eAl0Mk{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--black) !important;
}

.phw-g-i-eB3f6L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eB8Cfn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eBKFqF-ds{
text-align:left !important;
}

.phw-g-i-eBZ32B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eBcf19{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-eBlBGw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eBuWGB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eC1PL7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eCB4Tt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eCBPYp{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-eCBPYp:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-eCBPYp:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-eCBPYp:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-eCBPYp:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-eCBPYp.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-eCBPYp:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-eCBbkb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eCElBK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-eCQYVk{
}

.phw-g-i-eCRzTH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eCTfv7-ds{
border-radius:30px !important;
}

.phw-g-i-eCajci-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-eCeFog:focus{
border-style:none !important;
border-width:0px !important;
border-color:transparent !important;
}

.phw-g-i-eCh93K-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eChGRb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-eCnU6q{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
}

.phw-g-i-eCrLac-ds{
border-radius:30px !important;
}

.phw-g-i-eCu8N6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eD29lG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eD9bH0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eDBy5l-ds{
border-radius:30px !important;
}

.phw-g-i-eDHmc5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eDJojH-ds{
}

.phw-g-i-eDKzHz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eDLifB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eDNrRe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eDSyFZ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-eDiEgP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-eDvPyZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eDvVgh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eE6J0E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eE9jbO-ds{
border-radius:30px !important;
}

.phw-g-i-eEBvuG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eEfXxH-ds{
}

.phw-g-i-eElCWK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eExfWS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eF2nfw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eFrvd6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eFvIQD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eG17yb-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-eG2Vyr-ds{
border-radius:30px !important;
}

.phw-g-i-eG5SmS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eGDvoE-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-eGEWQl-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-eGN9m4-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-eGTAwP-ds{
border-radius:30px !important;
}

.phw-g-i-eGdDEh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eGgwd9-ds{
border-radius:30px !important;
}

.phw-g-i-eGhT3z{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-datajobs-1740367447963.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-eGknq2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eGl5aR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eGoJ6b-ds{
}

.phw-g-i-eHrLxU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eIRYPx{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
}

.phw-g-i-eITztD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eIgD6F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eIhp7L-ds{
border-radius:30px !important;
}

.phw-g-i-eIlTNv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eIoMzk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eItKLK-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-eItcLI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eJDhwl-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-eJDvGv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eJGVRA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eJZ6dd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eJZn1y-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eJeW39-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-eJfy7L-ds{
}

.phw-g-i-eJub9g-ds{
font-family:TakeawaySans-Regular !important;
}

#_PCM .phw-g-i-eJwzgU{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
color:var(--text-dark) !important;
background-color:var(--widget-bg-white-color) !important;
}

.phw-g-i-eJxSgF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eK8wo4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-eKIEbv-ds{
border-radius:30px !important;
}

.phw-g-i-eKJE69-ds{
border-radius:30px !important;
}

.phw-g-i-eKU5YQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eKXOFf-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-eKdRdK-ds{
}

.phw-g-i-eKhjKH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eKj6Lq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eKnVNe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eKqPvh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eKqm6X-ds{
border-radius:30px !important;
}

.phw-g-i-eKqxjU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eKt0sc{
width:100% !important;
}

.phw-g-i-eKwKkP{
}

.phw-g-i-eKzysz-ds{
border-radius:30px !important;
}

.phw-g-i-eL36DM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eLEoHr-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-eLGQy7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eLRFmf-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-eLXUFZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-eMGE9M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eMGITf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eMI0MU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eMabet-ds{
border-radius:30px !important;
}

.phw-g-i-eMbh7H-ds{
border-radius:30px !important;
}

.phw-g-i-eMpNcd-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-eMs6bD-ds{
border-radius:30px !important;
}

.phw-g-i-eMwhZ3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eNAdWZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eNGqns-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-eNHAAQ-ds{
background-position:50% 50% !important;
}

.phw-g-i-eNJRV1-ds{
border-radius:30px !important;
}

.phw-g-i-eNKUE5{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
text-decoration:underline !important;
font-weight:400 !important;
margin:0px !important;
}

.phw-g-i-eNKUE5:hover{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-eNL0kW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eNZozR-ds{
border-radius:30px !important;
}

.phw-g-i-eNd7GX-ds{
border-radius:30px !important;
}

.phw-g-i-eNfOlF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eNyW13-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eNytoh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eO7DqD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eOCoHS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eOFxwT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eOL7cv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eOWsTj-ds{
border-radius:30px !important;
}

.phw-g-i-eP5xz5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ePA4pj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ePBpfD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ePFBkm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ePLUtV-ds{
border-radius:30px !important;
}

.phw-g-i-ePOKYA{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-ePOUzC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ePQist-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ePTkE2-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-ePe6Aq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ePfThW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ePgC3D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ePgD5i{
color:var(--black) !important;
font-size:var(--phw-g-hero-title-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-weight:700 !important;
}

.phw-g-i-eQGQSQ-ds{
border-radius:30px !important;
}

.phw-g-i-eQI1Cu-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-eQTPEV-ds{
border-radius:30px !important;
}

.phw-g-i-eQaIqg-ds{
border-radius:30px !important;
}

.phw-g-i-eQfa4r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eQg0rT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eQtI55-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-eRAjlQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eRC7uS{
font-size:var(--cms-g-small-font) !important;
color:var(--white) !important;
border-style:none !important;
}

.phw-g-i-eRG7cY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-eRNgGJ-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-eRbJLA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-eRgple-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eRkP5I-ds{
background-image:url("") !important;
}

.phw-g-i-eSFjnG{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-eSPmLI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eSkWJE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eSlZVr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eSx6So-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eT7BeN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eTHF0a-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eTLZUd-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-eTOdaP-ds{
border-radius:30px !important;
}

.phw-g-i-eTOkrG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eTVXfr{
}

.phw-g-i-eTcZoD-ds{
border-radius:30px !important;
}

.phw-g-i-eTg5LX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eU1vJ2{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-eU1vJ2{
background-color:transparent !important;
}

.phw-g-i-eU4Uh7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eU7ipb{
font-size:var(--phw-g-regular-text-font-size) !important;
padding-inline-end:calc(var(--pu-space)*6) !important;
}

.phw-g-i-eUEtVp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-eUXdlj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eUfvS2-ds{
border-radius:30px !important;
}

.phw-g-i-eUvwzU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eV0CEv-ds{
}

.phw-g-i-eV1j0x-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eV2ozC{
width:100% !important;
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
text-transform:capitalize !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-eV5KwI{
border-width:0px !important;
border-bottom-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-bottom-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-bottom-style:solid !important;
padding-top:calc(var(--pu-space)*3) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
}

.phw-g-i-eV6D4z-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-eVEP1D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eVHy4B-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-eVKmay-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eVKyCN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eVS0wU{
}

.phw-g-i-eVoLy5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-eWCtJc{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-eWM3Ak-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eWcTQ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eWfRyc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eWnmiq-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-eWvUwU{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
transition:all 0.2s !important;
}

.phw-g-i-eXBaRz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eXGgUc{
text-align:justify !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-eXR5kE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eXRmqL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eXrwZC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eXv1ra-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-eY5emU-ds{
border-radius:30px !important;
}

.phw-g-i-eYm5Bw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eYyUmO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eYzj3H-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-eZ3n50{
}

.phw-g-i-eZ906L-ds{
}

.phw-g-i-eZECdw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eZURP8-ds{
background-image:url("") !important;
background-size:cover !important;
}

.phw-g-i-eZWdGP-ds{
border-radius:30px !important;
}

.phw-g-i-eZqUeg-ds{
border-radius:30px !important;
}

.phw-g-i-eZu7gY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eaAg3x-ds{
}

.phw-g-i-eaDCUL-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-eagLoc{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-eapx5X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eawgl7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-size:52px !important;
}

.phw-g-i-ebCjUW-ds{
border-radius:30px !important;
}

.phw-g-i-ebKMVR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ebUanu-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-ebV4W6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ebVLYQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ebVlHG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ebcptN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ebeE9x-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ebhWwz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ebirgm-ds{
border-radius:30px !important;
}

.phw-g-i-ebpwdT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ebrwoh-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-ebud26{
}

.phw-g-i-ebvc2r-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ecA4L7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ecC02i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ecKHNp{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
}

.phw-g-i-ecq4mA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ecwYw8-ds{
border-radius:30px !important;
}

.phw-g-i-ecwzCw-ds{
border-radius:30px !important;
}

.phw-g-i-eczfLI{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-edAKLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-edTusE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-edZAVV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-edZe4Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-edrmIb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-edsihQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eduBph{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-shadow:none !important;
}

.phw-g-i-edx22n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ee0LlF-ds{
border-radius:30px !important;
}

.phw-g-i-ee0PNr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ee2eDw-ds{
border-radius:30px !important;
}

.phw-g-i-eeGQiV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eeMblD-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-eeNnC6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eeYOFj-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-eenbQQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-efAJjm{
}

.phw-g-i-efCec0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-efLc6s-ds{
border-radius:30px !important;
}

.phw-g-i-efNnui-ds{
border-radius:17px !important;
}

.phw-g-i-efX6HQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-efo3oU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-efoFE4{
margin-inline-end:calc(var(--mu-space)*0) !important;
}

.phw-g-i-efrvgJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-efy71j-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-eg1dEx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eg6cUj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-egG4wG-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-egVllX-ds{
border-radius:30px !important;
}

.phw-g-i-egzwoM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eh1YXH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ehIzNU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ehMgZA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ehRHz4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ehRc9e-ds{
border-radius:17px !important;
}

.phw-g-i-ehUJrQ-ds{
border-radius:30px !important;
}

.phw-g-i-ehVEOG-ds{
border-radius:30px !important;
}

.phw-g-i-ehfvin-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ehm8si{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-ehomkn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eht3b4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eiMX6a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eiQcI9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eiZnUZ-ds{
border-radius:30px !important;
}

.phw-g-i-eilsjv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eiqeoV{
}

.phw-g-i-ej0CzT-ds{
border-radius:30px !important;
}

.phw-g-i-ejAfoE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ejFgHN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ejSorg{
color:var(--black) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

#_PCM .phw-g-i-eje5Dg{
}

.phw-g-i-ejuVUQ{
color:var(--black) !important;
}

.phw-g-i-ek31v2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ekA6KF-ds{
border-radius:30px !important;
}

.phw-g-i-ekHiX7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ekWXdj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ekYyBn-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-eka2ZX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ekfepQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ekzIXC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-el4ka3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-el7wic-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-el9dUT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-elNPDc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-elaQZb{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-elex3i-ds{
border-radius:30px !important;
}

.phw-g-i-elhIZg-ds{
}

.phw-g-i-eljl3h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-elutoM{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-elzfi5{
}

.phw-g-i-emObAx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-emd6fi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-emuy6M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-enBUta-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-enD78Y-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-enGh7Q-ds{
border-radius:30px !important;
}

.phw-g-i-enHxkK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-enTfYw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-enaccR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ensv02-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eo44Fe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eoGUnh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eoQODh-ds{
border-radius:30px !important;
}

.phw-g-i-eoUaiH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eoVY87{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-eoWvWE-ds{
}

.phw-g-i-eoZmx5-ds{
border-radius:30px !important;
}

.phw-g-i-eofha4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eoh3xo-ds{
border-radius:30px !important;
}

.phw-g-i-eoheEI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eoxnrb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ep16TU-ds{
display:none !important;
}

.phw-g-i-ep5BSf-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ep7SSa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-epFe5W{
}

.phw-g-i-epIZbL-ds{
border-style:none !important;
}

.phw-g-i-epMf5g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-epNG6S-ds{
border-radius:30px !important;
}

.phw-g-i-epYkYE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-epYxsM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-epgowz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-epvtNy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eq1cDF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eqA7Bn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eqEhqJ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-eqFI1E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eqQRLn-ds{
}

.phw-g-i-eqjH5m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eqnG8U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eqoAFQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-eqytiI{
}

.phw-g-i-erQdf6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-erTepu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eriZlf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-erk3aY{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-ernf75-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-es1EHk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-es4rZB-ds{
border-radius:30px !important;
}

.phw-g-i-esPpIV-ds{
border-radius:30px !important;
}

.phw-g-i-esabyt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-escACW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eso5WY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-estMtT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-etEQcX-ds{
border-radius:30px !important;
}

.phw-g-i-etNzJt-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-etUVpG{
}

.phw-g-i-eteEzz-ds{
border-radius:30px !important;
}

.phw-g-i-etfTzp{
}

.phw-g-i-etgq1o{
}

.phw-g-i-eth5i6-ds{
border-radius:30px !important;
}

.phw-g-i-etkH3S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-etlCyp-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-etpGFk-ds{
}

.phw-g-i-etqUyd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-euIm3j-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-euIuB5-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-euNdpc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-euNsGl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-euOMSy-ds{
}

.phw-g-i-euSX0q-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-euU0X4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eukdh7-ds{
border-radius:30px !important;
}

.phw-g-i-eus60K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ev8CFy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ev9uHl-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-evFEcz-ds{
border-radius:30px !important;
}

.phw-g-i-evFGCt-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-evNBTd-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-evUWY0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-evWSA4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-evZmoy{
border-color:var(--phw-custom-border-black000000ff) !important;
color:var(--black) !important;
}

.phw-g-i-eviTKx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-evqpzZ-ds{
border-radius:30px !important;
}

.phw-g-i-ewOi9a{
}

.phw-g-i-ewZ2Sh-ds{
}

.phw-g-i-ewg3cy-ds{
border-radius:30px !important;
}

.phw-g-i-ewo2ok-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ewvl2M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ex4LZ8-ds{
display:none !important;
}

.phw-g-i-ex6qEw{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--font-size-11) !important;
text-transform:lowercase !important;
text-align:center !important;
width:560px !important;
}

.phw-g-i-exUKD6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-exXRcK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-eyK3X5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-eyacYx-ds{
border-radius:30px !important;
}

.phw-g-i-eybIfS-ds{
border-radius:30px !important;
}

.phw-g-i-ezCBtH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ezFPVB{
}

.phw-g-i-ezLv7w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ezfIht-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ezhLuZ{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
text-decoration:none !important;
}

.phw-g-i-ezl5zz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ezlVYu-ds{
border-radius:30px !important;
}

.phw-g-i-ezvycO-ds{
border-radius:30px !important;
}

.phw-g-i-ezzyDw-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f0ODaI-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-f0aJbE-ds{
border-radius:30px !important;
}

.phw-g-i-f0gc1y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f0huul-ds{
border-radius:30px !important;
}

.phw-g-i-f0j9vN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-f0jkqA-ds{
}

.phw-g-i-f0mHLY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f0qEv5{
border-width:1px !important;
border-color:var(--custom-border-color-1Buie-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
color:var(--black) !important;
}

.phw-g-i-f0yWzn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f17ju8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f19S3X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f1C50t-ds{
}

.phw-g-i-f1DYIQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f1E3Wr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f1Fb3B{
box-shadow:none !important;
}

.phw-g-i-f1Utw4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f1kPHG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f23y9t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f2FbnI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-f2LkyB-ds{
}

.phw-g-i-f2XQMq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f2XtDi-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-f2pCEH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f2vGZS-ds{
border-radius:30px !important;
}

.phw-g-i-f37197-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-f37fuQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f3IoeO-ds{
}

.phw-g-i-f3NIfS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-f3T6TQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-f3TUAT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f409pt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f48thD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f4H8mj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f4d2s3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f508z8-ds{
border-radius:30px !important;
}

#_PCM .phw-g-i-f5308t{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-f56qUv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f5YkZC-ds{
border-radius:30px !important;
}

.phw-g-i-f5c2RR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-f5hnk0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-f5kW95-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f5lF3w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f5o5C5-ds{
border-radius:30px !important;
}

.phw-g-i-f64nim-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f6Jm8D-ds{
border-radius:30px !important;
}

.phw-g-i-f6LX7d{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-f6gZZT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f6pfpz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f6vUQB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f74sdh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f7pNwz-ds{
border-radius:30px !important;
}

.phw-g-i-f7ugaF-ds{
border-radius:30px !important;
}

.phw-g-i-f7w4Mn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-f7yUe1-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-f80JFI-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iddivider-1629771631389.png") !important;
background-position:50% 0% !important;
background-size:cover !important;
}

.phw-g-i-f8Aryr{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
font-size:22px !important;
line-height:40px !important;
}

.phw-g-i-f8tBH9-ds{
border-radius:30px !important;
}

.phw-g-i-f98nff-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f9XLlf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-f9yhDR{
}
.phw-g-i-f9yhDR img{
}

.phw-g-i-f9zCpH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fA1yK8-ds{
border-radius:30px !important;
}

.phw-g-i-fA4OVp{
color:var(--black) !important;
}

.phw-g-i-fADdYJ-ds{
border-radius:30px !important;
}

.phw-g-i-fAFOMB-ds{
border-radius:30px !important;
}

.phw-g-i-fAKCqr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fAe5w0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fAiFYe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fAnbVY-ds{
border-radius:30px !important;
}

.phw-g-i-fAtqiS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fAuqvO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fAvPQG-ds{
border-radius:30px !important;
}

.phw-g-i-fB4PHr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fB8PhK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fBHlar-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-fBQAxv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fBgCxl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fBh3NO{
}

.phw-g-i-fBk9id{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image3-1739966913467.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-fBtZ4x{
}

.phw-g-i-fBwaIR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fCNvVH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fCXRgE-ds{
background-image:url("") !important;
}

.phw-g-i-fCe01H-ds{
border-radius:30px !important;
}

.phw-g-i-fCiV5Z-ds{
border-radius:30px !important;
}

.phw-g-i-fCjnYh{
}

.phw-g-i-fCmou3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fDEBlw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fDInYl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fDf8Kg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fDgr4Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fDi5oh{
}

.phw-g-i-fDr99a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fEFKHC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fEGjc0-ds{
}

.phw-g-i-fEIFIg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fEJ66c-ds{
border-radius:30px !important;
}

.phw-g-i-fEaS8x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fEyoKd-ds{
border-radius:30px !important;
}

.phw-g-i-fF5rrC-ds{
border-radius:30px !important;
}

.phw-g-i-fF7wLQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fFJgG3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fFR4PB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fFS9OD{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-fFYYVM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fFYwFF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fFatYJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fFgmAV-ds{
opacity:0.8 !important;
}

.phw-g-i-fFgy8T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fFh5I0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-fFkZ4H-ds{
border-radius:30px !important;
}

.phw-g-i-fFlycf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fFqZxQ-ds{
border-radius:30px !important;
}

.phw-g-i-fFr59G-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fFt11L-ds{
border-radius:30px !important;
}

.phw-g-i-fFvIqb{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-fFwSz6-ds{
border-style:none !important;
}

.phw-g-i-fFxRi4-ds{
border-radius:30px !important;
}

.phw-g-i-fG1NSt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fGEquu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fGYoCD-ds{
border-radius:30px !important;
}

.phw-g-i-fGfqZS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fGqDF7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fHB5Ky-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-fHE2Gq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fHUSVp-ds{
border-radius:30px !important;
}

.phw-g-i-fHbiYu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fHclKU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fHdWfF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fHiTpv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fHoCpV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fHzmZk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fIKt59-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fIKvHT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fIPP3n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fIWX1b-ds{
border-radius:30px !important;
}

.phw-g-i-fJAKpR-ds{
}

.phw-g-i-fJBAuY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fJD5Vj-ds{
border-radius:30px !important;
}

.phw-g-i-fJVdgb-ds{
border-radius:30px !important;
}

.phw-g-i-fJVeuI-ds{
border-radius:30px !important;
}

.phw-g-i-fJY6Hm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fJdEP2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fJdO44-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-fK0MNf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fK3RAX-ds{
}

.phw-g-i-fK44wh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fKBtHt-ds{
border-radius:30px !important;
}

.phw-g-i-fKFnVL-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-fKJDyx-ds{
border-radius:30px !important;
}

.phw-g-i-fKJFuS{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
width:560px !important;
}

.phw-g-i-fKJFuS:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-fKJFuS:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-fKJFuS:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-fKJFuS:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-fKJFuS.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-fKJFuS:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-fKLImB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fKM28L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fKlPEt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fKotwP{
color:var(--black) !important;
}

.phw-g-i-fKursK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fKwj0i-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fLM98Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fLWkfd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fLchkG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fLeuLs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fLmA4V-ds{
}

.phw-g-i-fLtuHc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fM1yPt-ds{
border-radius:30px !important;
}

.phw-g-i-fMIibM-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-fMJccz-ds{
border-radius:30px !important;
}

.phw-g-i-fMgjdO-ds{
border-radius:30px !important;
}

.phw-g-i-fMquym-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fN4WrG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fNMXvI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fNOtEc-ds{
border-radius:30px !important;
}

.phw-g-i-fNepMS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fO6XQM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fOFfRQ-ds{
}

.phw-g-i-fOJsyb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fONFdc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fOSfjT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fOetPp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fOj6fa-ds{
border-radius:30px !important;
}

.phw-g-i-fOp32i{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-fOpYIT-ds{
}

.phw-g-i-fOsI9o-ds{
border-radius:30px !important;
}

.phw-g-i-fP1nNA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-fPAfVM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fPWGJd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fPlaTj{
}

.phw-g-i-fPlraa{
max-width:1440px !important;
width:1244px !important;
}

.phw-g-i-fQ3gtt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fQ7Wx1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fQNjvc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fQPXHy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fQcRVC-ds{
border-radius:30px !important;
}

.phw-g-i-fQoSYh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-fQqPMw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fQyBLh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fQyiJL-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-fRQHgd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fRRPu0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fRWwjZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fRdHzc-ds{
border-radius:30px !important;
}

.phw-g-i-fRfQXi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fRkk34-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-fSHQjV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fSTbUA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fSbRVu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fSrVA4{
color:var(--black) !important;
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-fSvlgv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fSxnH9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fTAmva-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-fTIibD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fTOi2h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fTbG2A-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-fTbf7h-ds{
}

.phw-g-i-fTgLaS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fTiQ5r{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-fTiQ5r:hover{
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
opacity:50 !important;
}

.phw-g-i-fTrvXS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fTvwZB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fUCoyb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fUDVco-ds{
border-radius:30px !important;
}

.phw-g-i-fUEI1c-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fULqUy-ds{
border-radius:30px !important;
}

.phw-g-i-fUMXiA-ds{
border-radius:17px !important;
}

.phw-g-i-fUXokR-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-fUaA5W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fUyexX-ds{
background-image:url("") !important;
}

.phw-g-i-fUzdDJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-fVK91G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fVLhEu-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fVPLUR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fVRe6M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fVTKiZ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-fWFOs9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fWIxf2-ds{
border-radius:30px !important;
}

.phw-g-i-fWMYdj{
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-fWQ3FV{
}

.phw-g-i-fWQSJQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fWiWz7-ds{
}

.phw-g-i-fWz1gN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fX8Q8n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fXdaym-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-fXe93O-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fXoNtl{
background:none !important;
background-image:none !important;
}

.phw-g-i-fYFQV0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fYKYYy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fYNz5p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fYafRy{
}

.phw-g-i-fYnZO5-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-fYrXlh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fYzu8d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fZGbeA-ds{
border-radius:17px !important;
}

.phw-g-i-fZNhXP-ds{
border-radius:30px !important;
}

.phw-g-i-fZPY1p{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-fZQ1NX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fZQfCR{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-fZRPyy{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:32px !important;
}

.phw-g-i-fZSPdY-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fZhSmb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fZkAtl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fZotyM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fZpIr2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fZsTSI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fZtjNW-ds{
border-radius:30px !important;
}

.phw-g-i-fa6O16{
border-width:0 !important;
border-color:transparent !important;
color:var(--black) !important;
background-color:transparent !important;
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-faQ0mS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-faZCjW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fadGUs-ds{
display:none !important;
}

.phw-g-i-faekiE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-faewFc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fafZNn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fb0FZA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fb2RSb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fbKl5v{
object-fit:cover !important;
}

.phw-g-i-fbUSkc{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-fbZCUy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fc0sp4-ds{
border-radius:30px !important;
}

.phw-g-i-fcEiO1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fcJf4p-ds{
border-radius:30px !important;
}

.phw-g-i-fccv7K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fcgEOJ-ds{
border-radius:30px !important;
}

.phw-g-i-fcpMLN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fcs2u3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fcuYNA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fcudZv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fcxCRF-ds{
border-radius:30px !important;
}

.phw-g-i-fd2BcX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fd7f2y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fd9pQx:hover{
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
color:var(--white) !important;
}

.phw-g-i-fd9pQx{
color:var(--white) !important;
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-fdA4vD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fdAisR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fdQJ8K-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fdQMuj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fddvtE{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-fdzy2r-ds{
display:none !important;
}

.phw-g-i-fe4mjq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fe5YE7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fe8nJh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-feFnYt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-feMC8T-ds{
border-radius:30px !important;
}

.phw-g-i-feWFoL-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-fejJyL{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-fesY1p-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ff9W8f-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-ffBtGF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ffCEx9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ffFjg6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ffRbXZ-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-ffktKC{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-ffktP9-ds{
border-radius:30px !important;
}

.phw-g-i-fftsgw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ffwNi6-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-fg00Fd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fg0gNm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fgGzJe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fgH4aj-ds{
border-radius:30px !important;
}

.phw-g-i-fgHuAZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fgMGWh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fgTjyP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fgcMLf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-fgg9Le-ds{
}

.phw-g-i-fgl7K0-ds{
border-radius:30px !important;
}

.phw-g-i-fgzpxO{
font-size:var(--body-font-size) !important;
}

.phw-g-i-fh6GeT-ds{
border-radius:30px !important;
}

.phw-g-i-fhCRFa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fhMea3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fhSAgl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fhrOof-ds{
}

.phw-g-i-fi2NUa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fi68nU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fiBhDg-ds{
border-radius:30px !important;
}

.phw-g-i-fiCVQd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-fiHfez-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fiM5QA{
color:var(--black) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-fiPL4e{
}

.phw-g-i-fiWkb6-ds{
border-radius:30px !important;
}

.phw-g-i-figPJ2{
color:var(--black) !important;
}

.phw-g-i-fikDTE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fiyiCK{
padding-top:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*2) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-fj0GXa-ds{
border-radius:30px !important;
}

.phw-g-i-fj3PI5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fj3Xlz{
}

.phw-g-i-fj67wa-ds{
border-radius:30px !important;
}

.phw-g-i-fj7E8f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fjhHlP-ds{
border-radius:30px !important;
}

.phw-g-i-fjiT77{
font-size:40px !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
}

.phw-g-i-fjoOAR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fjxYqx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fjyHoI-ds{
border-radius:17px !important;
}

.phw-g-i-fkCXV0-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-fkGcOe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fkX9vX-ds{
display:none !important;
}

.phw-g-i-fkf3V5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fkw5nT{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
background-color:transparent !important;
margin-inline-end:calc(var(--mu-space)*2) !important;
font-weight:700 !important;
}

.phw-g-i-fl5hCY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-flJiLA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-flZS2h-ds{
opacity:0.8 !important;
}

.phw-g-i-flbR8x{
}
.phw-g-i-flbR8x img{
}

.phw-g-i-flf55D{
}

.phw-g-i-fljOuH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-fm10dn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fm17lQ-ds{
opacity:0.8 !important;
}

.phw-g-i-fm3qUf-ds{
border-radius:30px !important;
}

.phw-g-i-fm675D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fm8hmu:hover{
background:none !important;
background-image:none !important;
border:none !important;
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-fm8hmu{
background:none !important;
background-image:none !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-fm8hmu:focus{
color:var(--black) !important;
}

.phw-g-i-fmDosG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fmPXSC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fnCcD9-ds{
background-image:url("") !important;
}

.phw-g-i-fnFap9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fnKR7B{
}

.phw-g-i-fnQqyy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fnRYxm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fnw7lb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fo7anG{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-foKUFs-ds{
border-radius:30px !important;
}

.phw-g-i-foS9EW-ds{
border-radius:30px !important;
}

.phw-g-i-fop4t2-ds{
}

.phw-g-i-fpBP4e{
color:var(--black) !important;
}

.phw-g-i-fpELci-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fpENQS-ds{
border-radius:30px !important;
}

.phw-g-i-fpGKGl-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-fpP1qb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fpfuOF-ds{
border-radius:30px !important;
}

.phw-g-i-fpuMLg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fqEHtr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fqN0Os-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fqP6OA{
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white);
background-color:var(--brand-color-secondary);
min-height:48px;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-jetsansregular) !important;
font-weight:700 !important;
padding-left:16px !important;
padding-right:16px !important;
gap:3px !important;
height:40px !important;
}
#_PCM .phw-g-i-fqP6OA{
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
font-weight:700 !important;
padding-left:16px !important;
font-size:var(--cms-g-nav-items) !important;
gap:3px !important;
font-family:var(--cms-g-jetsansregular) !important;
padding-right:16px !important;
min-height:40px;
}

.phw-g-i-fqP6OA:hover{
background:none;
background-image:none;
border-width:1px;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black);
background-color:var(--phw-custom-mozf5f3f1ff);
}
#_PCM .phw-g-i-fqP6OA:hover{
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-fqP6OA:focus{
border-color:var(--phw-custom-border-black000000ff) !important;
color:var(--black);
background-color:var(--phw-custom-whitebgffffffff) !important;
outline-style:dotted !important;
outline-width:1px !important;
outline-offset:0px !important;
outline-color:var(--brand-color-secondary) !important;
}
#_PCM .phw-g-i-fqP6OA:focus{
border-color:var(--phw-custom-border-black000000ff) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
outline-width:1px !important;
outline-offset:0px !important;
outline-style:dotted !important;
outline-color:var(--brand-color-secondary) !important;
}

.phw-g-i-fqP6OA:active{
border-color:var(--phw-custom-border-black000000ff) !important;
background-color:var(--white);
color:var(--black);
}
#_PCM .phw-g-i-fqP6OA:active{
border-color:var(--phw-custom-border-black000000ff) !important;
}

.phw-g-i-fqP6OA:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
}
#_PCM .phw-g-i-fqP6OA:focus-visible{
}

.phw-g-i-fqP6OA.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark);
background-color:var(--disabled-color);
}
#_PCM .phw-g-i-fqP6OA.disabled{
border-color:var(--disabled-color) !important;
}
.phw-g-i-fqP6OA:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark);
background-color:var(--disabled-color);
}
#_PCM .phw-g-i-fqP6OA:disabled{
border-color:var(--disabled-color) !important;
}

.phw-g-i-fqlCyF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fqwt3G-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-frA1ap-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-frEiyH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-frJKBP-ds{
border-radius:30px !important;
}

.phw-g-i-fraMth{
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*10.25) !important;
width:640px !important;
font-size:18px !important;
text-align:start !important;
}

.phw-g-i-fratK7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-frw8rZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fsGPMK-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fsPYqV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fsUwij-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fsjEhY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fsm3k3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fsnFXM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ft1XWk{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}

.phw-g-i-ft9wMy{
}

.phw-g-i-ftO6jH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ftZ5w0-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ftZfdg-ds{
border-radius:30px !important;
}

.phw-g-i-fteHMr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ftozh7{
}

.phw-g-i-ftreez-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fu56vu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fu6d95-ds{
background-color:rgb(249, 245, 241) !important;
border-width:0px !important;
border-radius:0px !important;
}

.phw-g-i-fuAOpt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-fuSpLy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fueYaC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fukL8i{
color:var(--visited-color) !important;
text-decoration:none !important;
}

.phw-g-i-fuqqQg{
color:#242e30 !important;
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-fv2pY0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fv2yng-ds{
}

.phw-g-i-fvXatD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fvybnj-ds{
}

.phw-g-i-fw3ImE-ds{
display:none !important;
}

.phw-g-i-fw63La-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fwBrlM-ds{
border-radius:30px !important;
}

.phw-g-i-fwLPsF-ds{
}

.phw-g-i-fwRpJy-ds{
border-radius:30px !important;
}

.phw-g-i-fwofBJ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-fx7Qez-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fxLdmQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fxLtuo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fxOueS{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
min-height:0px !important;
width:auto !important;
}

.phw-g-i-fxP2CR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fxaeMr-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-fxgOcQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fy2gjy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fy3gY4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fy4LkY-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-fy90Dd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-fyCyql-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-fyidlr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fyrfKp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-fz9j1A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-fzFIeg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fzNb8y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fzQJyu-ds{
border-radius:30px !important;
}

.phw-g-i-fzRaDK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-fzYIqb-ds{
border-radius:30px !important;
}

.phw-g-i-fzgDuC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-fzhyGz-ds{
border-radius:30px !important;
}

.phw-g-i-g04SFT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g07Rg8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g0HgWi-ds{
background-color:rgb(99, 99, 99) !important;
}

.phw-g-i-g0IxPT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g0MZUE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g0RWzQ-ds{
}

.phw-g-i-g0wnDw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g189p6-ds{
border-radius:30px !important;
}

.phw-g-i-g1PjTq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g1VKy3-ds{
border-radius:30px !important;
}

.phw-g-i-g1l7f4{
border-top-width:0px !important;
border-color:var(--custom-border-color-ycYPJ-border) !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-g1l7f4 img{
object-fit:cover !important;
}

.phw-g-i-g1r0rq{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-g1v8Eb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-g2ATZu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-g2CccT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g2GaZt-ds{
border-radius:30px !important;
}

.phw-g-i-g2H7Jw-ds{
border-radius:30px !important;
}

.phw-g-i-g2J9GY-ds{
border-radius:30px !important;
}

.phw-g-i-g2TBxL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g2U8Be-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g2UuSc-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-g2aSQo-ds{
border-radius:30px !important;
}

.phw-g-i-g2bdoE-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-g2c6YQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g2dtuy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g2s6Db{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-g2zixr-ds{
border-radius:30px !important;
}

.phw-g-i-g30kI3-ds{
border-radius:30px !important;
}

.phw-g-i-g37oaM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g3DZga-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-g3DghO-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-g3KKyK-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-g3me9q-ds{
border-radius:30px !important;
}

.phw-g-i-g3ortB{
color:var(--white) !important;
}

.phw-g-i-g3rqW3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-g3ybAW-ds{
border-radius:30px !important;
}

.phw-g-i-g3zGVn-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-g41j8K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g46Cw5{
width:300px !important;
}

.phw-g-i-g4AhdC-ds{
border-radius:30px !important;
}

.phw-g-i-g4H600{
}

.phw-g-i-g4bUJu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-g4ffH9{
height:72px !important;
width:72px !important;
}

.phw-g-i-g4iVLR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g4la5l-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-g4qvx2-ds{
border-radius:30px !important;
}

.phw-g-i-g4rVz2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g4rmzo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-g4vXoA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g513se-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g53zkI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g5E7TC-ds{
display:none !important;
}

.phw-g-i-g5Oyus-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g5Q78i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g5QzIa{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-g5RsKS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g5joO7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g5yOEx{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-g5zBIc-ds{
border-radius:30px !important;
}

.phw-g-i-g63SG6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-g6beyJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g6fVuN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g6vbeP{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-g6ziQI-ds{
border-radius:30px !important;
}

.phw-g-i-g76LqS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g7HHPA{
border:none !important;
}
.phw-g-i-g7HHPA img{
object-fit:cover !important;
}

.phw-g-i-g7I0YN-ds{
border-radius:30px !important;
}

.phw-g-i-g7Svhg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g7UdVy{
border:none !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-g7UdVy:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-g7UdVy:focus{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-g7Z44H-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-g7Zi6A-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g7Zt11-ds{
border-radius:17px !important;
}

.phw-g-i-g7rpAp-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-g7wOr9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g7ynlE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g84RvZ-ds{
border-radius:30px !important;
}

.phw-g-i-g8C3Lv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g8E1t9{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-xtrasmall) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}

.phw-g-i-g8WYfi-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-g93I6G{
width:100% !important;
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
text-transform:capitalize !important;
color:var(--white) !important;
}

.phw-g-i-g946KD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-g99qkk-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-g9JdFx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-g9SI2I-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-g9szH4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gA1GBF-ds{
border-radius:30px !important;
}

.phw-g-i-gA5RIV{
}

.phw-g-i-gA9QrJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gAOSQT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gAU7wp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gAcYHD-ds{
color:#00adee !important;
}

.phw-g-i-gAcsWa{
color:var(--black) !important;
}

.phw-g-i-gAim6A-ds{
border-radius:30px !important;
}

.phw-g-i-gAzajK-ds{
}

.phw-g-i-gBI0rw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gBWBEW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gBf0o0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gBi2da-ds{
border-radius:30px !important;
}

.phw-g-i-gBjpeO-ds{
border-radius:30px !important;
}

.phw-g-i-gBk57p-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gBkjH6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gBn52B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gBsvgC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gBxay3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gCKeLG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gCczJe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gChjvD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gCi14c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gCj5hz-ds{
display:none !important;
}

.phw-g-i-gCsNAC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gCtDsh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gD1MHB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gDG4JK-ds{
border-radius:30px !important;
}

.phw-g-i-gDIlhb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gDJQzX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gDUcRR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gDuLwS{
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-gDwocU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gDyKMb-ds{
border-radius:30px !important;
}

.phw-g-i-gE1RNz{
}

.phw-g-i-gEF1nF{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-gELj3Z-ds{
border-radius:30px !important;
}

.phw-g-i-gEZmBg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gEgH4r-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gEkzhN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gEnEHh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gExXbe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gF0K0d-ds{
background-size:100% 100% !important;
}

.phw-g-i-gFAPEi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gFG6Dn-ds{
}

.phw-g-i-gFKPDj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gFTip6{
color:var(--black) !important;
}

.phw-g-i-gFa4qs-ds{
border-radius:30px !important;
}

.phw-g-i-gFmI20-ds{
border-radius:30px !important;
}

.phw-g-i-gG7Sf4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gG7kiP{
}

.phw-g-i-gGC05J-ds{
border-radius:30px !important;
}

.phw-g-i-gGGTS8-ds{
border-radius:30px !important;
}

.phw-g-i-gGUIRD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gGWPLW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gGc9zn{
}

.phw-g-i-gGpYLn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gGsIl8-ds{
border-radius:30px !important;
}

.phw-g-i-gH74i1-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gH8wml{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
width:320px !important;
}

.phw-g-i-gH8wml:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
color:var(--black) !important;
}

.phw-g-i-gH8wml:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-gH8wml:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-gH8wml:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-gH8wml.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-gH8wml:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-gHV23g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gHVKtQ-ds{
}

.phw-g-i-gHXyvQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gHekEU-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-gHiaeL-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gHmMH2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gI2eid-ds{
}

.phw-g-i-gI7sPV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gICEeB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gIEO7U-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gIH3q3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gIHOkH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gIYwju-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gIfMG0{
color:var(--white) !important;
}

.phw-g-i-gIkkHi-ds{
border-radius:30px !important;
}

.phw-g-i-gIxsle-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-gJAyxp{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
}

.phw-g-i-c7qMAS:hover .phw-g-i-gJAyxp{
color:var(--black) !important;
}

.phw-g-i-gJKPiR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gJYq2q{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-NhxXMc:hover .phw-g-i-gJYq2q{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-6y7uLo:hover .phw-g-i-gJYq2q{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-c7qMAS:hover .phw-g-i-gJYq2q{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-xA4bmg:hover .phw-g-i-gJYq2q{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-OE91bG:hover .phw-g-i-gJYq2q{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-Hn7dsG:hover .phw-g-i-gJYq2q{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-5qHFnN:hover .phw-g-i-gJYq2q{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-7HNfJT:hover .phw-g-i-gJYq2q{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-qj27lR:hover .phw-g-i-gJYq2q{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-gJckYO-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gJfsEw{
}

.phw-g-i-gJgI25{
width:1244px !important;
}

.phw-g-i-gJkyF2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gKRwNA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gKiQmc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gKsrzV-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-gKzY0z-ds{
border-radius:30px !important;
}

.phw-g-i-gL6eoS-ds{
}

.phw-g-i-gL8gLN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-gLOIGY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gLWYNh{
}

.phw-g-i-gLi0ps-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gLsf13-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gM4ff3-ds{
background-image:url("") !important;
}

.phw-g-i-gM5SjR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gMOK5i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gMRTjV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gMXcAm-ds{
border-radius:30px !important;
}

.phw-g-i-gMiBCF-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-gMq0Q1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gN3oi0-ds{
border-radius:30px !important;
}

.phw-g-i-gN5R24-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gN5sc2-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-gNCLQt{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-gNK1SA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gNSdMs{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
object-fit:cover !important;
aspect-ratio:9/16 !important;
}

.phw-g-i-gNStg6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gNbhTY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gNef8o{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-gNyRIH-ds{
border-radius:30px !important;
}

.phw-g-i-gNzPYW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gO4EZD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gO4v5W-ds{
border-radius:30px !important;
}

.phw-g-i-gO7yH6-ds{
border-radius:30px !important;
}

.phw-g-i-gO9Jer-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gOBK5y-ds{
border-radius:30px !important;
}

.phw-g-i-gOOJx5{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-gORY0s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gOUiy0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gOn2fy-ds{
border-radius:31px !important;
}

.phw-g-i-gOx4aW-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-gP1yDY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gP3Hj5{
border-top-width:0px !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-gP3Hj5 img{
object-fit:cover !important;
}

.phw-g-i-gP9EiH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gPALiB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gPGz94-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gPHaZF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gPcU7b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gPm5Da-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gPrQqW-ds{
border-radius:30px !important;
background-size:100% 100% !important;
}

.phw-g-i-gPujkR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gQ4lSj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gQFffu{
color:rgb(255, 128, 0) !important;
font-family:TakeawaySans-Bold !important;
font-size:50px !important;
line-height:60px !important;
padding-inline-start:calc(var(--pu-space)*6) !important;
}

.phw-g-i-gQIcxO-ds{
border-radius:30px !important;
}

.phw-g-i-gQVAI5-ds{
background-position:50% 0% !important;
}

.phw-g-i-gQaa2s-ds{
border-radius:30px !important;
}

.phw-g-i-gQosdh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gQxcX5-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-gQzagM-ds{
border-radius:30px !important;
}

.phw-g-i-gR5dkQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gREIoy{
}

.phw-g-i-gRIns4-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-gRQ9nQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gRQoqp{
box-shadow:none !important;
color:rgb(255, 255, 255) !important;
font-family:TakeawaySans-Bold !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:121px !important;
}

.phw-g-i-gRQoqp:hover{
background:none !important;
border-color:var(--custom-border-color-1Buie-border) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
color:var(--black) !important;
}

.phw-g-i-gRQoqp:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-gRQoqp:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-gRQoqp:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-gRQoqp.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}
.phw-g-i-gRQoqp:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}

.phw-g-i-gRYJCl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gRpkTB-ds{
}

.phw-g-i-gS8Zwh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gS8vci-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gSSqoI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gSnM1b{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
text-align:center !important;
background-color:var(--phw-custom-backgroundsfff) !important;
}

.phw-g-i-gSnM1b:hover{
border-width:1px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
color:var(--black) !important;
}

.phw-g-i-gSnM1b:focus{
border-width:2px !important;
border-color:var(--custom-border-color-1Buie-border) !important;
border-style:dotted !important;
}

.phw-g-i-gSr29i{
color:var(--white) !important;
padding-top:calc(var(--pu-space)*1) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
}

.phw-g-i-gTloCU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gTonlQ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gU0Mu9-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gUA5sF-ds{
border-radius:30px !important;
}

.phw-g-i-gUh4tu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gUkxWG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gV0aaC-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-gV9jV6{
}

.phw-g-i-gVrfJM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gW33YE-ds{
}

.phw-g-i-gWCLb5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gWRWNU-ds{
border-radius:30px !important;
}

.phw-g-i-gWomdB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gWrSTd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gWrs2D-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gX0Igp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gX4qeA-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-gXYdjK-ds{
border-radius:30px !important;
}

.phw-g-i-gXc4VC-ds{
border-radius:30px !important;
}

.phw-g-i-gXfVIk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gXhJgi{
}

.phw-g-i-gYDjOU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-gYIHSG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gYIziz-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-gYJNXW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gYNHI7{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-gYaw3w{
background:none !important;
background-image:none !important;
}

.phw-g-i-gYdV4c-ds{
}

.phw-g-i-gYgJmu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gYrzu4{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-gYurX6-ds{
border-radius:30px !important;
}

.phw-g-i-gZ3OzL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gZ8Vad-ds{
background-position:50% 50% !important;
}

.phw-g-i-gZCNiU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gZLByH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gZLouz-ds{
border-radius:30px !important;
}

.phw-g-i-gZMG1i-ds{
border-radius:30px !important;
}

.phw-g-i-gZT7WT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gZmqs5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gZzsof-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ga9lai-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gaGgAQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gaLcqN{
}

.phw-g-i-gaVhmc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gaYFjl{
border-style:solid !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-gambmM-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gb4etd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gb8E7I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gbLBwK-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-gbTICB{
}

.phw-g-i-gbUyZs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gbeWzk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gbfqcK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gbmh8X-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gbnIIW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gbrT90-ds{
border-radius:30px !important;
}

.phw-g-i-gbujw0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gbvaiZ-ds{
border-radius:30px !important;
}

.phw-g-i-gcCdVC-ds{
border-radius:30px !important;
}

.phw-g-i-gcDOXZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gcQsQN-ds{
}

.phw-g-i-gcRnsQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gcUROb{
}

.phw-g-i-gdCCcQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gdNxmD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gdUQjD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gdb9dG-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-gdi4V1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gdn9qo{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-gdr26n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ge68Cs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ge6EZi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-geCHUh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-geEy1L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-geUdAo{
}

.phw-g-i-geVUNM-ds{
border-radius:30px !important;
}

.phw-g-i-gez4Xu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gfHEUs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gfNMW3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gfPH8I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gfk49o-ds{
}

.phw-g-i-gfluBo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gfubLj-ds{
border-radius:30px !important;
}

.phw-g-i-ggHM8j-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ggMbY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ggcMNq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ggcW3K-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ggcawE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gge9bM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ggobng-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-ggonMA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ggqaba{
}

.phw-g-i-ggsqxY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ggtFsc-ds{
}

.phw-g-i-ggxfhu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ggzVLu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ghGdHr-ds{
border-radius:30px !important;
}

.phw-g-i-ghHEQS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ghRzrg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ghhw5B-ds{
}

.phw-g-i-ghyw0J-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-gi4Tc3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-giC40Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-giJZLW-ds{
}

.phw-g-i-giMe0h{
border-width:1px !important;
border-color:var(--stroke-gray-darkar) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
color:var(--white) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-giZOKV{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
box-shadow:none !important;
color:var(--black) !important;
}

.phw-g-i-giZnxy-ds{
border-radius:31px !important;
}

.phw-g-i-gidNSb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-giwREh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gj4ADD{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
}

.phw-g-i-gj4jui-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-gjS0ti-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gjkkqA-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gjnSsQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gk5C3d{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-gk5C3d:hover{
box-shadow:none !important;
}

.phw-g-i-gkLsNI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gkPrHz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-gkSsXC{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-gkaUE8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gkbMcc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gkcrw2-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gkzYKX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gl0sk0-ds{
cursor:pointer !important;
}

.phw-g-i-gl88ye-ds{
border-radius:30px !important;
}

.phw-g-i-glHtcP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-gm81pT{
}
.phw-g-i-gm81pT img{
object-fit:cover !important;
}

.phw-g-i-gmE0nB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gmQgtq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gmexW3-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gmiAww-ds{
border-radius:30px !important;
}

.phw-g-i-gmyTj9-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-gmzvnF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gnAdfF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gnJBcG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gnYd1O-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-gnaBY9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gnjYhL-ds{
border-radius:30px !important;
}

.phw-g-i-gnm1ZU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gnmBPe-ds{
border-radius:30px !important;
}

.phw-g-i-gnp2nE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gnpy6N{
background:none !important;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/orangebackground-1737364136400.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-gnxVOS-ds{
border-radius:30px !important;
}

.phw-g-i-go45RL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-goHu5m-ds{
border-radius:30px !important;
}

.phw-g-i-goJHU2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-goOSmR{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-gohPxD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-goictx-ds{
border-radius:30px !important;
}

.phw-g-i-gpOOPC-ds{
border-radius:30px !important;
}

.phw-g-i-gpSHRn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gpZ8w1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gpbFoj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gpeBSs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gpnczG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gpshFE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gpxLCM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gq1zYx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gqC1Qn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gqMf7G-ds{
border-radius:30px !important;
}

.phw-g-i-gqfjc0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gql36b-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gqqIpG{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
}

.phw-g-i-gr8UYN{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-grHx5N-ds{
border-radius:30px !important;
}

.phw-g-i-grILAF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-grJUSX{
background:none !important;
background-image:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
border:none !important;
}

.phw-g-i-grOkXl{
}

.phw-g-i-grRYpS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-grZVHL-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-grtRoo-ds{
border-radius:30px !important;
}

.phw-g-i-gs1Bt6-ds{
display:none !important;
}

.phw-g-i-gs35MB{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:280px !important;
}

.phw-g-i-gs3x87-ds{
}

.phw-g-i-gsG70J{
}

.phw-g-i-gsMnMQ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gsOBT2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gstgG4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gt5BLI{
color:var(--black) !important;
}

.phw-g-i-gt6UBH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gtZ8Gm-ds{
border-radius:30px !important;
}

.phw-g-i-gu7rKb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-guxqZz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gv8uYe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gvarNA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gveDGU-ds{
border-radius:30px !important;
}

.phw-g-i-gvyRVq-ds{
border-radius:30px !important;
}

.phw-g-i-gw0X8f-ds{
border-radius:30px !important;
}

.phw-g-i-gwoo5l-ds{
}

.phw-g-i-gwpVO4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-gwvZKl-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-gx6oqu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gx95mB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-gxHPfm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gxViWn-ds{
border-radius:30px !important;
}

.phw-g-i-gxXSb2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gxY1ZF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-gxgwWn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gxp5gh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-gxurkN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-gxy7n9-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-gy5hLl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gy85bD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-gyAGtX-ds{
}

.phw-g-i-gyp1O7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gypmQo{
}

.phw-g-i-gzGHjc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gzKAsj{
font-size:var(--body-font-size) !important;
color:var(--custom-color-ZmlLd) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-gzQKWB{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-gzRpRh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gzSJzF{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}

.phw-g-i-gzZwbD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-gzxOy7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-h0dWpH{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-h0fImR-ds{
}

.phw-g-i-h0iZkI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h0kHMa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h1GO5e-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-h1Kjmv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h1LKfd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h1NRQ8-ds{
border-radius:30px !important;
}

.phw-g-i-h1RZi4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-h1WiFZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h1YcWt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h1ehrp{
}

.phw-g-i-h1ejaL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h1insO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h1u4l7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-h1wWiw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h1yyWu{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-decoration:overline !important;
text-transform:lowercase !important;
border-color:var(--custom-border-color-1Buie-border) !important;
}

.phw-g-i-h2RMIZ-ds{
}

.phw-g-i-h2WyMj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h2b04k-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h2iSrf{
}

.phw-g-i-h2ixzl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h2lj7w-ds{
border-radius:30px !important;
}

.phw-g-i-h338R4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h3Ekx4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h3Fvg2-ds{
display:none !important;
}

.phw-g-i-h3P8b5-ds{
}

.phw-g-i-h3Q80i-ds{
border-radius:30px !important;
}

.phw-g-i-h3RFxT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h3XQPa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h3kNtX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h3pb5s-ds{
}

.phw-g-i-h41sGl{
}

.phw-g-i-h42zNV-ds{
border-radius:30px !important;
}

.phw-g-i-h45Qaa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h4UcvM-ds{
border-radius:30px !important;
}

.phw-g-i-h4dafb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h4ijQH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h4nWnk-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h55zg1-ds{
}

.phw-g-i-h5E7LV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h5FT09-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-h5OBVG-ds{
border-radius:30px !important;
}

.phw-g-i-h5OTRa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h5Olbx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h5UiwZ{
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-h5awre-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h5fKvP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-h5iM5V-ds{
border-radius:30px !important;
}

.phw-g-i-h5qyJ2{
}

.phw-g-i-h5tVJn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h5ux3M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h6LW7S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h6Z3Mx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-h6Z6Ao-ds{
border-radius:30px !important;
}

.phw-g-i-h6bI7I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h6dmAx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h77r6c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h7Bfci-ds{
border-radius:30px !important;
}

.phw-g-i-h7KvDS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h7ONEu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h7Ukce-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-h7ZroP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h7bYs0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-h7ksKm-ds{
border-width:0px !important;
}

.phw-g-i-h7orlS-ds{
border-radius:30px !important;
}

.phw-g-i-h7wc2D-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-h82kmH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-h8aCy3-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-h8rkZ5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h8wt1J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h8yKpf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h92hlj{
}

.phw-g-i-h95zbZ{
color:var(--black) !important;
}

.phw-g-i-h9VKlU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-h9XKJC{
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-h9fw0x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hA8c3F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hAAZy2-ds{
border-radius:30px !important;
}

.phw-g-i-hAAvfr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hAIkev-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hAg4sc-ds{
border-radius:30px !important;
}

.phw-g-i-hAtK4o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hAu9QI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hAvZzC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hB8RNF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hBBRRg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hBCB0r{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-hBMkrD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hBbSoc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hBepyo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hBmtTI-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-hBoliG-ds{
}

.phw-g-i-hBreUm-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-hBridQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hCDnHx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hCSYyx{
color:var(--black) !important;
}

.phw-g-i-hCWlMf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hCfQ6v-ds{
border-radius:30px !important;
}

.phw-g-i-hCjpUH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hCxAuC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hD1PNd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hDDEUM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hDMvA6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hDQSCb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hDYveA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-hDcpiO-ds{
border-radius:30px !important;
}

.phw-g-i-hDdNtL-ds{
border-radius:30px !important;
}

.phw-g-i-hDlQGy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hDszp0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hE1dZV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hE56cn-ds{
}

.phw-g-i-hECzWY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hEKRLP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-hEOLqw-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hEWr2H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hEldkH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hEpbn2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hEs3VK{
color:var(--black) !important;
}

.phw-g-i-hEx9jy-ds{
border-radius:30px !important;
}

.phw-g-i-hEzZzK-ds{
border-radius:30px !important;
}

.phw-g-i-hF6Gic-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hFEtTb-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-hFPXQr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hFQZWH{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--font-size-11) !important;
}

.phw-g-i-hFcWl4-ds{
border-radius:30px !important;
}

.phw-g-i-hFfRjr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hFiPyJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hFtEKi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hFzKa4{
border-width:0px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-hG6eY5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hGCoXT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hGKqId-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hGRLSA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hGSL2U-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-hGWlK1-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-hGavtk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hGf8Hm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hGhsvP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hGlaJl-ds{
border-radius:17px !important;
}

.phw-g-i-hH9a9D-ds{
border-radius:30px !important;
}

.phw-g-i-hHCrLh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hHDDQc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hHGjAh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hHHIV6{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:42px !important;
line-height:48px !important;
}

.phw-g-i-hHHXkK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hHMyjj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hHbjz4-ds{
border-radius:30px !important;
}

.phw-g-i-hHeaW0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hHijw7{
}

#_PCM .phw-g-i-hHlCrf{
}

.phw-g-i-hHnbQL{
}

.phw-g-i-hHuWtc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hHul9P-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hIOi4N-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hIXtEs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hIcc1e-ds{
border-radius:30px !important;
}

.phw-g-i-hIfy7c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hImwUJ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border:none !important;
}

.phw-g-i-hInAIc-ds{
border-radius:30px !important;
}

.phw-g-i-hIpuFH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hIuTAx-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hIwg4C{
}

.phw-g-i-hJ1kb1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hJ8m89-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hJD703-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hJJLMp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-hJWlgw{
border-width:0px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-hJXLlh{
}

.phw-g-i-hJXgek-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hJYXCF{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-hJgqNv{
}

.phw-g-i-hJz4xK{
font-weight:normal !important;
min-height:48px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
padding-left:38px !important;
padding-right:38px !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
}

.phw-g-i-hJz4xK:hover{
color:var(--white) !important;
}

.phw-g-i-hJz4xK:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-hJz4xK:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-hJz4xK:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-hJz4xK.disabled{
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
border-color:var(--disabled-color) !important;
}
.phw-g-i-hJz4xK:disabled{
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
border-color:var(--disabled-color) !important;
}

.phw-g-i-hK1fDk-ds{
border-radius:30px !important;
}

.phw-g-i-hKAbJI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-hKEETz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hKEghG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hKK9qX-ds{
border-radius:30px !important;
}

.phw-g-i-hKTzve-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hKV9cS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hKvdSA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hLAMLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hLabpd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hLjcPB-ds{
background-position:50% 50% !important;
}

.phw-g-i-hLoSG3-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-hLqC0A-ds{
border-radius:30px !important;
}

.phw-g-i-hLxea9-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-hMBcO5{
box-shadow:none !important;
}

.phw-g-i-hMDLhe{
color:var(--black) !important;
}

.phw-g-i-hMILvS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hMJL71{
font-weight:inherit !important;
font-size:50px !important;
line-height:1.2 !important;
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-hMOULR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hMdVOP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hN8RkH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hN9YkN-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hNEM8P-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hNF4af-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hNVxzE-ds{
border-radius:29px !important;
}

#_PCM .phw-g-i-hNYObK{
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-hO2irR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hO5RNC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hO95V2-ds{
border-radius:30px !important;
}

.phw-g-i-hO9Piu{
}

.phw-g-i-hOPCqw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hOSJFJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hOT9Zf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hOWEXL-ds{
border-radius:30px !important;
}

.phw-g-i-hPCHBQ{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
height:auto !important;
max-width:1440px !important;
width:auto !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
padding-top:calc(var(--pu-space)*3) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
padding-inline-start:calc(var(--pu-space)*3) !important;
padding-inline-end:calc(var(--pu-space)*3) !important;
}

.phw-g-i-hPKkKe{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
text-decoration:none !important;
}

.phw-g-i-hPOLUM-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-hPniuG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hPsxqJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hPtT9L-ds{
border-radius:30px !important;
}

.phw-g-i-hPzBOj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hQ02Ss{
border-width:0px !important;
border-style:none !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
min-height:34px !important;
}

.phw-g-i-hQ31uK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hQOq6a-ds{
border-radius:30px !important;
}

.phw-g-i-hQPyQT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-eWvUwU:hover .phw-g-i-hQV0aE{
color:var(--black) !important;
}

.phw-g-i-hQV0aE{
}

.phw-g-i-hQb5n2-ds{
}

.phw-g-i-hQcTUQ-ds{
}

.phw-g-i-hQwBV5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hRUYnf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hRWtgi-ds{
border-radius:30px !important;
}

.phw-g-i-hRjhpG{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-hRqNrA{
}

.phw-g-i-hRqsfu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hRwJxp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hRxJfX-ds{
border-radius:30px !important;
}

.phw-g-i-hS6All-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hSGYNQ-ds{
border-radius:30px !important;
}

.phw-g-i-hSgdOq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hShO95-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-hSlAtu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hSlZpx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hStjMf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hSuz6o-ds{
border-radius:30px !important;
}

.phw-g-i-hT28Cj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hT6IQj{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-hTOrKS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hTj1jK-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-hUDGWm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hUGl3r-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hUNBzu{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-hUR3x8{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-nav-items) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-hUR3x8:hover{
border-width:0px !important;
}

.phw-g-i-hUSn1d-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-hUYrZ9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hUdDWg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hUngRZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-hV57wR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hVNS2r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hVQCDO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hVnD1N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hVxhfX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hW3cNe-ds{
border-radius:30px !important;
}

.phw-g-i-hWD71p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hWEyQO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hWMMCg{
}

.phw-g-i-hWi9mr{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
line-height:32px !important;
}

.phw-g-i-hWj2Oj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hX4G7d-ds{
border-radius:30px !important;
}

.phw-g-i-hXB04s-ds{
}

.phw-g-i-hXKDf2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hXNl5O{
color:var(--black) !important;
}

.phw-g-i-hXVpcQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hXloBA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hXpvJv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hXqwi6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hXsSrv-ds{
border-radius:30px !important;
}

.phw-g-i-hY1j1N-ds{
border-radius:30px !important;
}

.phw-g-i-hY2ria-ds{
border-radius:30px !important;
}

.phw-g-i-hYHe5B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hYTWcc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hYdQl5{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-hYhsF2-ds{
border-radius:30px !important;
}

.phw-g-i-hYidwi-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hYt0Si-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hYx3cZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hYy7IQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hZ01F1-ds{
border-radius:30px !important;
}

.phw-g-i-hZ053q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hZLO4R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hZMYZE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hZQLdo{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-hZRqoV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hZTY04-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hZZUeg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-hZobdj-ds{
border-radius:30px !important;
}

.phw-g-i-haWVOm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hagzvL-ds{
}

.phw-g-i-hahQ2O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-halpIJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hax2dt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hayJnx-ds{
}

.phw-g-i-hb6pzI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hbGcDz-ds{
border-radius:30px !important;
}

.phw-g-i-hbJCIE-ds{
}

.phw-g-i-hbgmIv{
border-color:var(--phw-custom-border-black000000ff) !important;
color:var(--white) !important;
}

.phw-g-i-hbnCzA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hbnw5E-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-hc0f5a-ds{
}

.phw-g-i-hc2yzp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hcAraN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hcWYqP-ds{
display:none !important;
}

.phw-g-i-hcdkD6-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-hcgt5z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hcnbRR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hcpsvx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hcxFsF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hd6GCS-ds{
border-radius:30px !important;
}

.phw-g-i-hdHuXP{
color:var(--black) !important;
}

.phw-g-i-hdQ8rZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hdWQuM-ds{
border-radius:30px !important;
}

.phw-g-i-heCtRY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-heYgwQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-heegtU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hejz2X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-heqvZf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-herIdu{
}

.phw-g-i-hezqcq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hfFMg4-ds{
background-size:100% 100% !important;
}

.phw-g-i-hfXHKa-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-hfcswT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hfhhOa{
color:var(--black) !important;
}

.phw-g-i-hfo3ZQ-ds{
}

.phw-g-i-hfw3a1-ds{
border-radius:30px !important;
}

.phw-g-i-hfymBe-ds{
border-radius:30px !important;
}

.phw-g-i-hg23oO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hg7T2H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hgFoGN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hgISPn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hgTLsK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hgZMoW-ds{
border-radius:30px !important;
}

.phw-g-i-hgcE8d-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hgf9SU{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hh4coy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hhAnNs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hhCRZs{
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-hhHkKv-ds{
border-radius:30px !important;
}

.phw-g-i-hi88Rp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hiASsz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hidkM1-ds{
background-image:url("") !important;
}

.phw-g-i-hidrxT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hioZUm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hiqynJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hiuHwg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hiyU3f-ds{
border-radius:30px !important;
}

.phw-g-i-hj05iz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-hjFMi8{
max-height:none !important;
max-width:none !important;
width:1200px !important;
min-height:0px !important;
min-width:0px !important;
height:89px !important;
}

.phw-g-i-hjLBMX-ds{
border-radius:30px !important;
}

.phw-g-i-hjLuip-ds{
border-radius:30px !important;
}

.phw-g-i-hjPY0h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hjeXEX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hjqfya{
border:none !important;
font-family:var(--cms-g-jetsansregular);
font-weight:400;
padding-inline-end:calc(var(--pu-space)*0);
padding-inline-start:calc(var(--pu-space)*0);
padding-top:calc(var(--pu-space)*6);
padding-bottom:calc(var(--pu-space)*6) !important;
width:auto !important;
}

.phw-g-i-hjy5lc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hk4HWC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hk5kJv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hkCQrL-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-hkOkAL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hkOzNw-ds{
border-radius:30px !important;
}

.phw-g-i-hkXfKh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hku6bT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hkwzt7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hl1go4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hl7FmU-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-hlMSm6{
}

.phw-g-i-hlPAH9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hlVXgH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hlXabX{
background:none !important;
background-image:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
border:none !important;
}

.phw-g-i-hm5AsA{
}

.phw-g-i-hmFsRJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hmHmj2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hmQQ2V-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hmQQgN-ds{
border-radius:30px !important;
}

.phw-g-i-hmVyfd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hmZCoR{
color:var(--white) !important;
text-decoration:none !important;
}

.phw-g-i-hmbHbd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hmk1J5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hmrlbB-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-hmxgCB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-hnErAu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hnSWib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hnVpnH-ds{
border-radius:30px !important;
}

.phw-g-i-hnq3ls-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hnq76m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hnvFmc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ho2tl3{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
}

.phw-g-i-hoFX07-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hoaKKd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hocS4x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hosXNk-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-hoxMsW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hpM3RJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hpQriT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hpZk5s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hpg3Br-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hphNTb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hplB8S{
text-shadow:none !important;
}

.phw-g-i-hpnSkh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hq7216-ds{
border-radius:30px !important;
}

.phw-g-i-hqCELk-ds{
text-align:center !important;
display:block !important;
}

.phw-g-i-hqMwgA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hqNTDB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hqPSis-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hqeOgA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hqeyDR{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-hroDD7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hrozir-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hrrsMc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hrsr9c{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-hrwMAh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hsARHQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hsDWZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hsF8Oa-ds{
border-radius:30px !important;
}

.phw-g-i-hsHb42-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hsOKl5-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-hsRdeM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hsZDtA-ds{
}

.phw-g-i-hsZNyq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-hsnKAO-ds{
}

.phw-g-i-hstSbs-ds{
}

.phw-g-i-htTHw2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-htUG3o-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-htVhBg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-htZ6N0-ds{
border-radius:30px !important;
}

.phw-g-i-htZO0r-ds{
border-radius:30px !important;
}

#_PCM .phw-g-i-htZmoG{
padding-inline-end:calc(var(--pu-space)*4) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-htkMBt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-htsc8u-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-htzdHb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hu7pW9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-huAuUR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-huCl3a-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-huF2Hl-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-huLBJS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-huQIsq-ds{
}

.phw-g-i-huRIfL-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-humjwV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hupJ1T{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-hut6DG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-huw8NI-ds{
border-radius:29px !important;
}

.phw-g-i-hvjUqf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hvjsdQ-ds{
border-radius:30px !important;
}

.phw-g-i-hvwZ1A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hvxyT7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hw5FTM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hw9cYJ-ds{
border-radius:30px !important;
}

.phw-g-i-hwVpaK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hwggy8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hwnlZm{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-hwx7Dd-ds{
border-radius:30px !important;
}

.phw-g-i-hx6Hs8-ds{
border-radius:30px !important;
}

.phw-g-i-hxNmCL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hxPth8-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-hxQzlr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hxZk6G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hxaLHf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hxi8eu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hxjWsT{
}

.phw-g-i-hxoENC-ds{
border-radius:30px !important;
}

.phw-g-i-hxwk3z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hxyqeE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hyLiWF{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}

.phw-g-i-hyXKxj-ds{
}

.phw-g-i-hyfKm8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hyfeiU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hyisE2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hylu03-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hz2zXM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hz3mqF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-hz8DVz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-hzCuy9-ds{
border-radius:30px !important;
}

.phw-g-i-hzFzSv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hzL66b-ds{
border-radius:30px !important;
}

.phw-g-i-hzOOLt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hzhOmf-ds{
border-radius:30px !important;
}

.phw-g-i-hziVNM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-hzk2qQ-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-hzmoIE-ds{
}

.phw-g-i-hznt4L-ds{
border-radius:30px !important;
}

.phw-g-i-hzokVv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-hzp1ra-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-hzyNz8-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-i01uuk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i0AWkO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i0EO5J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i0N0hp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-i0T8Iz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-i0XjKA-ds{
color:#00adee !important;
}

.phw-g-i-i0e8rs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i0i9fI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-i0oxec{
}

.phw-g-i-i14VKq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i1FWXW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-i1O6Wa-ds{
}

.phw-g-i-i1XslS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i1eRPv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i1gQTw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i1hVAb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-i1klUn-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-i1upKF{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-i1wtQt{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
font-weight:normal !important;
padding-left:35px !important;
background-color:var(--brand-color-secondary) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
padding-right:35px !important;
margin-inline-start:calc(var(--mu-space)*0.625) !important;
}

.phw-g-i-i1wtQt:hover{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
font-weight:normal !important;
padding-left:35px !important;
margin-top:calc(var(--mu-space)*0.625) !important;
padding-right:35px !important;
margin-inline-start:calc(var(--mu-space)*0.625) !important;
}

.phw-g-i-i1wtQt:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-i1wtQt:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-i1wtQt:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-i1wtQt.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-i1wtQt:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-i2073a-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-i2CLxE-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-i2Idnd-ds{
border-radius:30px !important;
}

.phw-g-i-i2WlNV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i2idH8-ds{
border-radius:30px !important;
}

.phw-g-i-i2p3x8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i2pVc9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i2pavD{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-i3H56I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i3YN5o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i3bK39-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i3hLl0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i3iRVD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i3mnD2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i3tabe-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-i46Tdy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i46cKI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i4E6yM-ds{
border-radius:30px !important;
}

.phw-g-i-i4F5k7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i4TzY2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-i4VJX3-ds{
}

.phw-g-i-i4YMp8{
}

.phw-g-i-i4Yvrs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-i4rhQR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i4rpRc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i4szZx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i4vnvz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-i4xiel-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i4yaOr-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-i5Eel4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i5O9G2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i5TOqE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i5WzJj-ds{
border-radius:30px !important;
}

.phw-g-i-i5ZzqG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i5cEMh-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-i5pVxO{
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-i5ufEF{
color:var(--black) !important;
}

.phw-g-i-i61DpI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i6HPKa-ds{
border-radius:30px !important;
}

.phw-g-i-i6aHYq-ds{
}

.phw-g-i-i6mIKo-ds{
}

.phw-g-i-i6teaE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i6wak0{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-i6zM0T-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i75izf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i75v3A-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-i7861m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i7GPi5-ds{
}

.phw-g-i-i7Go7A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i7OC99-ds{
border-radius:30px !important;
}

.phw-g-i-i7Tuul-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-i7qHpV-ds{
border-radius:30px !important;
}

.phw-g-i-i7tbrp-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-i7yFB0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-i822Dv{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-i89IMb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-i8CzdW-ds{
border-radius:30px !important;
}

.phw-g-i-i8J5AS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i8U244-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i8f4P2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i8j6vc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i8lkkN-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-i8raWc{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-i8zabG-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop-1629356809076.png") !important;
background-size:cover !important;
}

.phw-g-i-i91IGs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i93XQp-ds{
border-radius:30px !important;
}

.phw-g-i-i97s8Z-ds{
border-radius:30px !important;
}

.phw-g-i-i9BYGj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-i9DXhC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i9JTJ8-ds{
border-radius:30px !important;
}

.phw-g-i-i9Tl2J-ds{
border-radius:30px !important;
}

.phw-g-i-i9WWtF-ds{
border-radius:30px !important;
}

.phw-g-i-i9aGVO-ds{
border-radius:30px !important;
}

.phw-g-i-i9glPI-ds{
border-radius:30px !important;
}

.phw-g-i-i9n3Pp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i9n3Wv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-i9uQXy-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iA5Aji-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-iA6nWI{
}

.phw-g-i-iACjvY-ds{
border-radius:30px !important;
}

.phw-g-i-iAJe10-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iAO7mD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-iAYaUh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iAzGcM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iB2Ddv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iB8baM-ds{
border-radius:30px !important;
}

.phw-g-i-iBL2Ot-ds{
border-radius:30px !important;
}

.phw-g-i-iBwf4T{
color:var(--white) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-iC5FgL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iCBW0i{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-iCX5oL{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
}

.phw-g-i-iCZQOJ{
}

.phw-g-i-iCl9wL{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
}

.phw-g-i-iCyYtz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iCzvOJ-ds{
border-radius:30px !important;
}

.phw-g-i-iD0XvD-ds{
border-radius:30px !important;
}

.phw-g-i-iDL0Jm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iDRvBc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iDXQfy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iDXlhc-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-iDilJZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iDkHRd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iDlLlh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iDqloR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iEPTDN{
}

.phw-g-i-iEXw65{
}

.phw-g-i-iEYOZ0-ds{
border-radius:30px !important;
}

.phw-g-i-iEi9vr-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-iEwcjJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iFDgdZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-iFMOgd-ds{
background-size:100% 100% !important;
}

.phw-g-i-iFSxOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iFdCHR-ds{
border-radius:30px !important;
}

.phw-g-i-iFhsRt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iFhwEL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iFt4AK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iG0sGC-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-iGH5Zx-ds{
}

.phw-g-i-iGNl07-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-iGXogF-ds{
background-position:50% 50% !important;
}

.phw-g-i-iH0mxe-ds{
}

.phw-g-i-iH8X0d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iHPHzU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iHROse-ds{
border-radius:30px !important;
}

.phw-g-i-iHYxPY{
}

.phw-g-i-iHdMbE{
}

.phw-g-i-iHdykt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iI2p1P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iI7NAa{
margin-inline-end:calc(var(--mu-space)*8) !important;
margin-inline-start:calc(var(--mu-space)*8) !important;
}

.phw-g-i-iIG7Bk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iIHdMA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iIJlCg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iIMZ9K-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iIN1rU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-iIPFOX-ds{
border-radius:30px !important;
}

.phw-g-i-iIviTy-ds{
}

.phw-g-i-iIz1KH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iJ25rB-ds{
border-radius:30px !important;
}

.phw-g-i-iJ42dl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iJM7hF{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-iJTZgi-ds{
z-index:2 !important;
pointer-events:none !important;
}

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

.phw-g-i-iKEvxl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iKKhdn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iKNhPc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iKkZ95-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iKwo2M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iKyfk8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iKyiRm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iL9HvC{
}

.phw-g-i-iLKw2D-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iLPPdH-ds{
}

.phw-g-i-iLbT7S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iLrcvi-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-iLxlIe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iM4Sbk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iM4xeF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iMCfGv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iMCxVl{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
width:auto !important;
min-height:0px !important;
}

.phw-g-i-iMFQk5{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-iMQv35-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iMSA2w-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iMi62E{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-iMr2hW-ds{
border-radius:30px !important;
}

.phw-g-i-iMthhj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iMxolj{
}

.phw-g-i-iNAMXY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iNDxao-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iNvKjb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iOFP0U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iOGVLV{
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}

.phw-g-i-iOYtX5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-iP5ksD{
}
.phw-g-i-iP5ksD img{
object-fit:cover !important;
}

.phw-g-i-iPBeCF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iPGpgw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iPL60H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iPhcUZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iPob4P-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iQ0OK8-ds{
border-radius:30px !important;
}

.phw-g-i-iQ2ZPZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-iQQTXq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-iQo772-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iQrBc2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iQsmCv-ds{
border-radius:30px !important;
}

.phw-g-i-iR4gsz-ds{
background-image:url("") !important;
background-size:100% 100% !important;
}

.phw-g-i-iR8JWS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iR8U9o-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-iRKCXB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iRMVKN-ds{
border-radius:17px !important;
}

.phw-g-i-iRSSTp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iRizsd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iRjMtW-ds{
border-radius:30px !important;
}

.phw-g-i-iRkF9F{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
}

.phw-g-i-iRkF9F:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-iRmgEf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-iRpb6x-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-iRtzz9{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
text-transform:lowercase !important;
width:680px !important;
text-align:center !important;
}

.phw-g-i-iS1HdW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iS5b5r-ds{
border-radius:30px !important;
}

.phw-g-i-iSBxDA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iSIqPX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iSaLoK-ds{
border-radius:30px !important;
}

.phw-g-i-iShc0l{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-iSm0DB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iStca9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iSyjq1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iT1Nll-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iT6Q4R-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-iT9dF2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iTaovd-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iTdX4c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iTjfrf-ds{
}

.phw-g-i-iTtlH9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iU58cK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iUPsiK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iUTEM1-ds{
border-radius:30px !important;
}

.phw-g-i-iUaPyZ-ds{
border-radius:30px !important;
}

.phw-g-i-iUcqBv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iUf84i-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iUnPxE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-iUqFVy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-iV01Jg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iV2wVE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iVCM6a-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-iVCRvO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iVF4aX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iVIObn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iVJ9ue-ds{
border-radius:30px !important;
}

.phw-g-i-iVKCEy-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iVbTUe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iVi9x2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iVkswR{
text-shadow:none !important;
}

.phw-g-i-iW8jA0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-iWCJvd-ds{
border-radius:30px !important;
}

.phw-g-i-iWHdx6-ds{
display:none !important;
}

.phw-g-i-iWHe61-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iWbh3w-ds{
text-align:left !important;
}

.phw-g-i-iWy4bV{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-iXOCNk-ds{
border-radius:30px !important;
}

.phw-g-i-iXPPuf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iXXFHu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iXlGQ7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iXvqay-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-iXwoYE-ds{
}

.phw-g-i-iY0jGS-ds{
border-radius:35px !important;
}

.phw-g-i-iY8QJm-ds{
border-radius:30px !important;
}

.phw-g-i-iYUE3Z-ds{
}

.phw-g-i-iYcSrW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-iYwxZE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iZ0xWm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iZ4ugJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iZGb6Z-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-iZMW49{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-iZMW49:hover{
background:none !important;
opacity:100 !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-iZsXTQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iaBgMR-ds{
}

.phw-g-i-iaNnvw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-iaXxZm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iaejhC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ib24H9-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-ibDn0M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ibFs8s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ibLvRc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ibQBSt-ds{
border-radius:30px !important;
}

.phw-g-i-ibbBlp-ds{
border-radius:30px !important;
}

.phw-g-i-ibg64z-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-ibnDPN{
}

.phw-g-i-ibscM6-ds{
border-radius:30px !important;
}

.phw-g-i-ibvcH0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-icE6Sr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-icJxet-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-icMpKJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-icQSVR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-icSvEr-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-icic40-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-icrgeo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-id08Ev-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-idHD5Q-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-idHFBU-ds{
border-radius:30px !important;
}

.phw-g-i-idJugc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-idSHU5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-idsny4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ie4WYd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ie4yqr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ieDSkU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ieEiLL-ds{
border-radius:30px !important;
}

#_PCM .phw-g-i-ieZdVl{
height:24px !important;
width:24px !important;
}

.phw-g-i-ieynOU:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-ieynOU{
}

.phw-g-i-ifGrv5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ifKyO8{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-ifdglG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iffHmG-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-ifqoOK{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-c7qMAS:hover .phw-g-i-ifqoOK{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-igGsGD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-igQ7WB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-igRLEq{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-igb62G{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-igrKqs-ds{
display:none !important;
}

.phw-g-i-igxbfs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ih2A8b-ds{
border-radius:30px !important;
}

.phw-g-i-ih4kF6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ihEmz7-ds{
border-radius:30px !important;
}

.phw-g-i-ihKUeI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ihKWBJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ihMscr{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-ihPr81{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
line-height:56px !important;
font-size:50px !important;
}

.phw-g-i-ihQ2h1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ihTiAA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ihVAeb-ds{
border-radius:30px !important;
}

.phw-g-i-ihYNpA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ihkPBB-ds{
}

.phw-g-i-iiNBkE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iiRqbt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-iiaH6X{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
font-size:52px !important;
}

.phw-g-i-iicWe3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iidg22-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iie9YA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-iifoxg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iiiNe9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iinV5k-ds{
border-radius:30px !important;
}

.phw-g-i-iiudWa-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-ijD8Eh{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image4-1739247625744.png) !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-ijRO2l{
background:none !important;
background-image:none !important;
border:none !important;
color:var(--black) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-ijRO2l:focus{
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-ijRO2l:hover{
text-decoration:underline !important;
}

.phw-g-i-ijejTC-ds{
border-radius:30px !important;
}

.phw-g-i-ijmDGA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ijmpaF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ijnMit-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ijx91s-ds{
}

.phw-g-i-ijxh4p-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ijzWQi-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-ik4fsk{
color:var(--black) !important;
}

.phw-g-i-ik7JJd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ikJklk-ds{
border-radius:30px !important;
}

.phw-g-i-ikfazJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ikiBEU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ikmNJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ikmghz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ikz3Zg:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-ikz3Zg{
}

.phw-g-i-il8JZB-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-ilEv1v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ilJNSl-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-ilKzNZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ilSB6G-ds{
border-radius:30px !important;
}

.phw-g-i-ilUZrm{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-ilXMzT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ilj45r{
}

.phw-g-i-ilzwAc{
}

.phw-g-i-im1XOV{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-im6CqJ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-imCxsb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-imQ7FI-ds{
border-radius:30px !important;
}

.phw-g-i-imSn5f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-imW8En-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-imWhJu-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-imXPil-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-imbX4j-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-in4Kdo-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-inHX68-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-inJDxB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-inNVi6-ds{
border-radius:17px !important;
}

.phw-g-i-inRZpE-ds{
border-radius:30px !important;
}

.phw-g-i-ineNHj{
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
text-decoration:none !important;
}

.phw-g-i-infyt8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-inhf5W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-io0GYJ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-io3fiY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ioLQy8-ds{
border-radius:30px !important;
}

.phw-g-i-ioPMdn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ioQkfn-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ioSICW-ds{
}

.phw-g-i-ioZPxG-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iorVsC-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-ioudNx-ds{
border-radius:30px !important;
}

.phw-g-i-ioyUMX{
}

.phw-g-i-ip1SJy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ip2Tm3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ip7dep-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ipC4ih{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-ipStVG-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-ipWFS7{
background:none !important;
background-image:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
min-height:48px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
padding-left:38px !important;
padding-right:38px !important;
}

.phw-g-i-ipWFS7:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
color:var(--black) !important;
}

.phw-g-i-ipWFS7:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-ipWFS7:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-ipWFS7:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-ipWFS7.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-ipWFS7:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-ipXjkM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ipXqEb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ipaidd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ipcx5R-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-ipptKq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ipufSw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ipyO8f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iq7hf4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iq9ueo-ds{
border-radius:30px !important;
}

.phw-g-i-iqPTxN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iqgxuy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iqr5LA{
}

.phw-g-i-iqw8xc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iraD8f{
font-size:var(--body-font-size) !important;
line-height:1.4 !important;
}

.phw-g-i-iri379-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-irkXNK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-irs7LW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-irtNem-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iruCdv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-irxl4X{
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*4) !important;
}

.phw-g-i-is34iZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-isRMbL-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-isVBI8-ds{
border-radius:30px !important;
}

.phw-g-i-isfc1I{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
width:350px !important;
}

.phw-g-i-isfc1I:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-isfc1I:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-isfc1I:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-isfc1I:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-isfc1I.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-isfc1I:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-isjph1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iskTV3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-it4Uz5-ds{
border-radius:30px !important;
}

.phw-g-i-itdORQ{
}

.phw-g-i-itnfIF{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--secondary-text) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-itrKcA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-itsNmJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iu2hHi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iu3mn2-ds{
border-radius:30px !important;
}

.phw-g-i-iuAxFG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iuVkgC{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:72px !important;
height:74px !important;
}

.phw-g-i-iuXPYO-ds{
border-radius:30px !important;
}

.phw-g-i-iuYLDv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iuknvp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iuq2mc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iv4FpP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iv52Ff-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ivAtp0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ivPTwz{
color:var(--visited-color) !important;
text-decoration:none !important;
}

.phw-g-i-ivPakM{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-ivQv8D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ivcOBF-ds{
border-radius:30px !important;
}

.phw-g-i-ivoMii-ds{
border-radius:30px !important;
}

.phw-g-i-ivxamt-ds{
}

.phw-g-i-iwMOb3-ds{
border-radius:30px !important;
}

.phw-g-i-iwjzuz{
}

.phw-g-i-iwkkCV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iwuTkv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ixBYej-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ixEeik-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-ixK2aj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ixNrmQ-ds{
border-radius:30px !important;
}

.phw-g-i-ixQ2ma-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ixTA2G-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ixrdQy{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}
.phw-g-i-ixrdQy img{
object-fit:cover !important;
}

.phw-g-i-iy4nby-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iy5ERH-ds{
border-radius:31px !important;
}

.phw-g-i-iy6BVj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-iy6TYV-ds{
border-radius:30px !important;
}

.phw-g-i-iyCCKu-ds{
border-radius:30px !important;
}

.phw-g-i-iyHTPy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iyV8GH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iyjSIN{
}

.phw-g-i-iz51EZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-iz8Csp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-izL2ap-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-izbaQ1-ds{
border-radius:30px !important;
}

.phw-g-i-izlLlh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-j0AT3k-ds{
border-radius:30px !important;
}

.phw-g-i-j0Ag1D-ds{
border-radius:30px !important;
}

.phw-g-i-j0Csda-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-j0Fv3k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j0aTmS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j0w3j5-ds{
border-radius:30px !important;
}

.phw-g-i-j1Ahxr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-j1IXmP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-j1V5wO-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-j1WIX3-ds{
border-radius:30px !important;
}

.phw-g-i-j1WUyj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j1YmF8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j1wPe0-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-j27ibc{
}

.phw-g-i-j2IRKn-ds{
border-radius:17px !important;
}

.phw-g-i-j2Iczq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j2QmY2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-j2SkoY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-j2ZGng{
margin-inline-start:calc(var(--mu-space)*0) !important;
}

.phw-g-i-j2l2jN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-j2oWeK{
padding-inline-start:calc(var(--pu-space)*0) !important;
width:460px !important;
}

.phw-g-i-j2r5v4{
}
.phw-g-i-j2r5v4 img{
object-fit:cover !important;
}

.phw-g-i-j3I9vU-ds{
border-radius:30px !important;
}

.phw-g-i-j3K1ew-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-j3Xmea-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-j3ZOvS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-j3ZtxS{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-j3ofcA{
}

.phw-g-i-j3xhhg-ds{
background-image:url("") !important;
}

.phw-g-i-j41yTP{
max-width:none !important;
max-height:none !important;
min-height:0px !important;
min-width:0px !important;
font-size:var(--cms-g-small-font) !important;
color:var(--white) !important;
}

.phw-g-i-j49i3K-ds{
background-image:url("") !important;
}

.phw-g-i-j4BkVo-ds{
border-radius:30px !important;
}

.phw-g-i-j4COpe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j4GnqV{
color:var(--black) !important;
font-weight:inherit !important;
width:350px !important;
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-j4HoMW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-j4KOru-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-j4LYi3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-j4Xxvv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-j4eX5h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-j4qhdF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j4x8Ql-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-j5LbDS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j5T2C8{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}

.phw-g-i-j5qMIk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-j5uKLL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-j5wo10-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-j6Fg2O-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-j6Kd2z-ds{
border-radius:17px !important;
}

.phw-g-i-j6lMQA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j6makf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j6o8ZA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-j6wbyH-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-j769NZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j7AIRA-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-j7N2XJ{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-j7PAce-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j7RKVv-ds{
border-radius:30px !important;
}

.phw-g-i-j7lG0a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-j7rZV6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-j7tXL3-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-j7yLeZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-j8H8nL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-j8Rjid-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-j8YXjj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-j8Z1EZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j8ghDz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j8iSYi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j8kPp7-ds{
border-radius:30px !important;
}

.phw-g-i-j8r15N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j8vUdv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j8y7s3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-j925oB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-j937tq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-j9aFmK{
width:1244px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
max-width:1440px !important;
}

.phw-g-i-j9mVQp-ds{
border-radius:30px !important;
}

.phw-g-i-j9noVQ-ds{
border-radius:30px !important;
}

.phw-g-i-jA1bcW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jA9ibf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jAC4nz-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-jAQe7b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jATf9N-ds{
border-radius:30px !important;
}

.phw-g-i-jAVOAd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jAXZ26-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-jAiNln-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jAqN0v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jArLni-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jAw7bS-ds{
border-radius:30px !important;
}

.phw-g-i-jBGGGm{
margin-inline-end:calc(var(--mu-space)*8) !important;
margin-inline-start:calc(var(--mu-space)*8) !important;
}

.phw-g-i-jBHCDV{
}
.phw-g-i-jBHCDV img{
object-fit:cover  !important;
}

.phw-g-i-jBLXDh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jBvAxU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jC2nOK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jCE6Rl-ds{
opacity:0.8 !important;
}

.phw-g-i-jCRmRM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jCVSSc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jCbEET{
}

.phw-g-i-jCt7TC-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-jD1QfB-ds{
border-radius:30px !important;
}

.phw-g-i-jDHMY9{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
}

.phw-g-i-jDLLEk-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-jDMB8j-ds{
}

.phw-g-i-jDjgYd-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jDleqy-ds{
border-radius:35px !important;
}

.phw-g-i-jDqnmT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jDzHY6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jDzjJT{
}

.phw-g-i-jE52Uh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jEcEtB-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-jEndSw-ds{
text-align:left !important;
}

.phw-g-i-jEzwOP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jF0Co6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jFDAnQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jFNZlI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jFSMaI{
}

.phw-g-i-jFZUL7-ds{
border-radius:30px !important;
}

.phw-g-i-jFkqjl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jFru3C-ds{
border-radius:30px !important;
}

.phw-g-i-jG6ykm{
}

.phw-g-i-jG8mfM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jGOtqC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jGYogj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jGfWMI-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jGx5h2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jH098f-ds{
border-radius:30px !important;
}

.phw-g-i-jH7Ei0-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jH7VXT-ds{
opacity:0.8 !important;
}

.phw-g-i-jH7vOM-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-jHDTIV{
width:100% !important;
max-width:250px !important;
}

.phw-g-i-jHFU3K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jHIMeH{
max-width:250px !important;
max-height:55px !important;
width:250px !important;
height:55px !important;
}

.phw-g-i-jHJDEE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jHJE90-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jHM53g-ds{
border-radius:30px !important;
}

.phw-g-i-jHPhgM{
border:none;
width:22px;
fill:var(--brand-color-secondary);
color:var(--brand-color-secondary);
background-color:var(--phw-custom-footer-backgroundefedeaff);
height:22px;
}

.phw-g-i-jHW9KT{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-jHbhHX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jHe3fK-ds{
}

.phw-g-i-jHhBDZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jHvq3s{
}

.phw-g-i-jI05oZ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jIELKf-ds{
border-radius:30px !important;
}

.phw-g-i-jIHBxY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jIL8PI-ds{
display:none !important;
}

.phw-g-i-jIMZcY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jIOMOY-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-jIXM39-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jIY795-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jIaI0q-ds{
border-radius:30px !important;
}

.phw-g-i-jIncFH{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
padding-inline-start:calc(var(--pu-space)*0.5) !important;
padding-inline-end:calc(var(--pu-space)*0.5) !important;
}

.phw-g-i-jIoh6L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jIr7uu{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:92px !important;
height:92px !important;
}

.phw-g-i-jIxG2u{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-jJ0Nhi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jJ7MFs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jJBOCJ-ds{
border-radius:30px !important;
}

.phw-g-i-jJDrfa-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jJHnzg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jJebkR{
color:var(--black) !important;
}

.phw-g-i-jJeyNy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jJiklM-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

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

.phw-g-i-jJkng3-ds{
border-radius:30px !important;
}

.phw-g-i-jJnP4x-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jJr4bf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jJrjZC{
}

.phw-g-i-jJuJ5E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jKHjXG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jKaFr2-ds{
}

.phw-g-i-jKgPI8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jKkTfL-ds{
border-radius:30px !important;
}

.phw-g-i-jKm4y8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jKvRxX-ds{
border-radius:30px !important;
}

.phw-g-i-jL9PxB-ds{
}

.phw-g-i-jLIZjf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jLK73B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jLRKbk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jLSQux-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jLZUDw-ds{
border-radius:30px !important;
}

.phw-g-i-jLrRN9{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-jLs2Sd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jLuDMc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jLvvqw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jLyK2y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jLyRNN{
}

.phw-g-i-jM2tC7-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-jM5t6U{
}

.phw-g-i-jMGAXM-ds{
border-radius:30px !important;
}

.phw-g-i-jMQRQ7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jMWBze-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jMgCWT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jMhAaF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jMzwoB-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-jN1YzG-ds{
border-radius:30px !important;
}

.phw-g-i-jN1x96-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jN3Jt5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jNBsJt{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-jNCF5G-ds{
}

.phw-g-i-jNIWNw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jNKgJ7{
}

.phw-g-i-jNMHeW-ds{
border-radius:30px !important;
}

.phw-g-i-jNaUOZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jNjK6c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jNq3d8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jNxK9Q-ds{
}

.phw-g-i-jNxTty-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jNxswn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jO0E3w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jO4WGK{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-jO9znh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jOAFby-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jODewo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jOIIG4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jOK7CO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jOSxCY{
background:none !important;
background-image:none !important;
text-align:left !important;
}

.phw-g-i-jOeQCH{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-jOzNHw{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
min-height:0px !important;
height:42px !important;
}

.phw-g-i-jP0Xuh{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
min-height:0px !important;
height:42px !important;
}

.phw-g-i-jP6q7D{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-jP8YAh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jP9XCR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-jPANct{
color:var(--black) !important;
text-align:center !important;
}

.phw-g-i-jPG5Cu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jPTeA5-ds{
border-radius:30px !important;
}

.phw-g-i-jPZC62-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jPaDRS-ds{
}

.phw-g-i-jPfzvb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jPq6oD{
}
.phw-g-i-jPq6oD img{
object-fit:cover !important;
}

.phw-g-i-jPyu9T-ds{
background-size:100% 100% !important;
}

.phw-g-i-jQ6S1r{
}

.phw-g-i-jQ9sQF{
color:var(--white) !important;
border-width:0px !important;
font-size:13px !important;
}

.phw-g-i-jQJZyb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jQNI3i-ds{
border-radius:30px !important;
}

.phw-g-i-jQTXMZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jQkXXt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jR3WRJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jR5Npq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jR60mJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jRAuxp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jRDV1L-ds{
border-radius:30px !important;
}

.phw-g-i-jRDvm8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jRMEwm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jRxz63-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jS1hSE-ds{
border-radius:30px !important;
}

.phw-g-i-jS6dZh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jSAyBQ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:268px !important;
width:598px !important;
}

.phw-g-i-jSIJIj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jSVelz-ds{
background-position:50% 50% !important;
}

.phw-g-i-jSmfZr{
}

.phw-g-i-jSusNK-ds{
border-radius:30px !important;
}

.phw-g-i-jT9drG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jTBSGz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jTOc8W-ds{
border-radius:30px !important;
}

.phw-g-i-jTOjOC-ds{
border-radius:30px !important;
}

.phw-g-i-jTTLbC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jTUHUU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-jTXbeS{
color:var(--black) !important;
}

#_PCM .phw-g-i-sNuZgd:hover .phw-g-i-jTXbeS{
color:var(--white) !important;
}

.phw-g-i-jTbsty-ds{
border-radius:30px !important;
}

.phw-g-i-jTh2C9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jTnPZ8-ds{
border-radius:30px !important;
}

.phw-g-i-jTpDIf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jU1UFH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jU5Nrx-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jU6D0f-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jUKp1C-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jUUCMH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jUaNcg-ds{
}

.phw-g-i-jUd9l5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jV2qMT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jVApml-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jVDOk3-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-jVYh0F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jVgEix-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jVvpo1-ds{
border-radius:30px !important;
}

.phw-g-i-jWBGhl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jWE0GV-ds{
border-radius:30px !important;
}

.phw-g-i-jWFyWF-ds{
border-radius:30px !important;
}

.phw-g-i-jWRsn3{
}

.phw-g-i-jWpxh0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jX4DkZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jX5vXH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jX897G-ds{
border-radius:30px !important;
}

.phw-g-i-jXCKHk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jXDILE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jXI3a9-ds{
border-radius:30px !important;
}

.phw-g-i-jXLrGu-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-jXM4Ic-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jXfnv2-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-jXnKNg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jXqfXg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jYMXTO-ds{
border-radius:30px !important;
}

.phw-g-i-jYQXAD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jYY23Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jYY7qW-ds{
}

.phw-g-i-jYYhey-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jYanyp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jZ8iju-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jZbJun-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jZbYnZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jZnuDA-ds{
background-image:url("") !important;
}

.phw-g-i-jZsgNz-ds{
border-radius:30px !important;
}

.phw-g-i-jZtEFn-ds{
background-position:50% 50% !important;
}

.phw-g-i-ja1Zvl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ja6c5C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ja7ARK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jaIkZe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jaksLR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jav9Yb-ds{
border-radius:17px !important;
}

.phw-g-i-jb6i4t-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-jb7Woo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jb9BMN-ds{
border-radius:30px !important;
}

.phw-g-i-jbLfBh{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-jbcMbm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jbfDtR-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-jbqcP4-ds{
border-radius:17px !important;
}

.phw-g-i-jbuPAm-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jbyQT6{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-jc9F9g-ds{
border-radius:30px !important;
}

.phw-g-i-jcCllR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jcQj4a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jcX7bg{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-jcikYf-ds{
}

.phw-g-i-jczreu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jd40Vx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jdB6sc{
width:1244px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
max-width:1440px !important;
}

.phw-g-i-jdChQS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-jdKe6y{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
background-color:var(--widget-bg-white-color) !important;
color:var(--text-dark) !important;
}

.phw-g-i-jdNUL0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jdfTdI-ds{
border-radius:30px !important;
}

.phw-g-i-jdfhg0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jdjjfp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jdtvuh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jdu29j-ds{
}

.phw-g-i-jdwQy8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jdwXro{
font-size:40px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-jdzEfI-ds{
border-radius:30px !important;
}

.phw-g-i-je8OWn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jeAp40-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jeD06V{
border-width:0px !important;
border-top-width:0px !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-jeD06V img{
object-fit:cover !important;
}

.phw-g-i-jePP6R-ds{
border-radius:30px !important;
}

.phw-g-i-jeUp3Z-ds{
border-radius:30px !important;
}

.phw-g-i-jf0Mtl-ds{
border-radius:30px !important;
}

.phw-g-i-jfG0rP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jfPDB9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jfRbF4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jfSueL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jfWDyM-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jfYwoq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jfmUiV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jg2kKb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jgEBBs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jgKNaG{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:40px !important;
}

.phw-g-i-jgZ7JY-ds{
border-radius:30px !important;
}

.phw-g-i-jgZLCZ{
}

.phw-g-i-jglAL0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jgoyD7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-jh5ra8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jh6hHW{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
}

.phw-g-i-jhTrj9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jhumdp{
}

.phw-g-i-ji124Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ji12WZ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ji3XTF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ji7pzo-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ji8JVS-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-ji8S0C-ds{
border-radius:30px !important;
}

.phw-g-i-jiDnib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jiVQVq{
background-color:transparent !important;
}

.phw-g-i-jiXMrZ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-jigpz3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jj1z9z-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jj6VNN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jjTofI-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-jjaCLg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jjc8Da{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-jjfhYx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jjg0w8-ds{
border-radius:30px !important;
}

.phw-g-i-jjhrY0-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-jjj7Df{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-jjj7Df:focus{
border-color:var(--phw-custom-border-black000000ff) !important;
}

.phw-g-i-jjj7Df:hover{
border-color:var(--phw-custom-border-black000000ff) !important;
}

.phw-g-i-jjj7Df::-webkit-input-placeholder{
color:var(--black) !important;
}
.phw-g-i-jjj7Df:-ms-input-placeholder{
color:var(--black) !important;
}
.phw-g-i-jjj7Df::-moz-placeholder{
color:var(--black) !important;
}
.phw-g-i-jjj7Df::placeholder{
color:var(--black) !important;
}

.phw-g-i-jjmBpZ{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
max-height:none !important;
max-width:none !important;
width:500px !important;
min-height:0px !important;
min-width:0px !important;
text-align:start !important;
}

.phw-g-i-jkLFji{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-jkWXOb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jkf0Dc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jkf1Q1-ds{
border-radius:30px !important;
}

.phw-g-i-jksrZ5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jl6xnk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jlEJWi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jlJe0g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jlUDOv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jleFRG-ds{
border-radius:30px !important;
}

.phw-g-i-jlhlbA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-jm7Zlf{
padding-inline-end:calc(var(--pu-space)*4) !important;
padding-inline-start:calc(var(--pu-space)*4) !important;
}

.phw-g-i-jmMpST-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jmPsGm-ds{
border-radius:30px !important;
}

.phw-g-i-jmRFev-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jmSfR7-ds{
border-radius:30px !important;
}

.phw-g-i-jmV3QD{
color:var(--white) !important;
}

.phw-g-i-jmVpfw-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-jmsxyO-ds{
border-radius:30px !important;
}

.phw-g-i-jnLOxE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jnTc6N-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jngZry{
}

.phw-g-i-jniMGm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jnkPNi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jnuYG3{
}

.phw-g-i-joA4qw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-joCtjf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-joRucf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-joTqHc-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jozoEy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jp4zo6{
color:var(--black) !important;
}

.phw-g-i-jpCykU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jpNK82-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jpUhzY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jpXMje-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jpXdNG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jpY7i7-ds{
border-radius:30px !important;
}

.phw-g-i-jpc5as-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jpq7kd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jpvmTh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jq1IYO{
}

.phw-g-i-jq9Str{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-jq9Str{
opacity:100 !important;
background-color:transparent !important;
}

.phw-g-i-jqGLoO-ds{
border-radius:30px !important;
}

.phw-g-i-jqIBjB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jqJHNi-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-jqPmHN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jqQxRs-ds{
border-radius:30px !important;
}

.phw-g-i-jqfkCe{
color:var(--white) !important;
}

.phw-g-i-jqkjJs-ds{
border-radius:30px !important;
}

.phw-g-i-jqpUbj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jqtTYi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jrANql-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jrBZQd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jrEY65-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jrKO5G-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jrPjix-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jrdTZy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jrfnY6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jrlynl{
width:300px !important;
max-height:60px !important;
max-width:300px !important;
}

.phw-g-i-jrplmk-ds{
border-radius:30px !important;
}

.phw-g-i-jrqd6w-ds{
}

.phw-g-i-jrwZhF{
}

.phw-g-i-jryKzx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-js11Et-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-js1yEM-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jsASUQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jsXC1O-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jsnJlf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jt5NMH-ds{
border-radius:30px !important;
}

.phw-g-i-jtG7Rf-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jtHDeR-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-jtUosJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jtrDI6-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ju2oG0-ds{
border-radius:30px !important;
}

.phw-g-i-juIGwf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-juTrfq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jue64E-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-jufnTX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jv34ik-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-jv8xvS{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-jv9HX2{
}

.phw-g-i-jvEmBf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jvLaLP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-jvQ4Ee-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jviswh-ds{
border-radius:30px !important;
}

.phw-g-i-jvtz9c{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-jwCvwu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jwI6i2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jwJHim{
}

.phw-g-i-jwR053-ds{
border-radius:30px !important;
}

.phw-g-i-jwXX1X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jwXew1-ds{
border-radius:30px !important;
}

.phw-g-i-jwgFKR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jwosQv{
}

.phw-g-i-ITI4ig:hover .phw-g-i-jwosQv{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-jwwjyW-ds{
border-radius:30px !important;
}

.phw-g-i-jxE6fH-ds{
border-radius:30px !important;
}

.phw-g-i-jxEN6r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jxJq3f{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}

.phw-g-i-jxW5i3-ds{
border-radius:30px !important;
}

.phw-g-i-jxevyu-ds{
border-radius:30px !important;
}

.phw-g-i-jxgsN2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jxvJiO{
color:rgb(255, 128, 0) !important;
font-family:TakeawaySans-Bold !important;
font-size:18px !important;
line-height:32px !important;
}

.phw-g-i-jy6L6D-ds{
border-radius:30px !important;
}

.phw-g-i-jyBhch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jyGVDa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jyS3Hs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jySUTJ-ds{
border-radius:30px !important;
}

.phw-g-i-jyapbX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jyfvpX-ds{
border-radius:30px !important;
}

.phw-g-i-jyi1kQ-ds{
border-radius:30px !important;
}

.phw-g-i-jyoozY-ds{
border-radius:31px !important;
}

.phw-g-i-jytdqb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jyvjZy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-jzEtmY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jzenyi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jzg2Y3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jzjHvK-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-jzl92L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jzodTq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-jzt87w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-jzyzSp{
}

.phw-g-i-k04qoS:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-k04qoS{
}

.phw-g-i-k0Mk23-ds{
background-size:100% 100% !important;
}

.phw-g-i-k0gLem-ds{
display:none !important;
}

.phw-g-i-k0hAIk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k0kmOH-ds{
border-radius:30px !important;
}

.phw-g-i-k0pnJs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-k1BLdg{
box-shadow:none !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-k1FE4F{
text-shadow:none !important;
}

.phw-g-i-k1GRcR-ds{
border-radius:30px !important;
}

.phw-g-i-k1N1iG:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-k1N1iG{
}

.phw-g-i-k1Q5hS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k1QtyP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-k1WHBb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-k1cShh-ds{
border-radius:30px !important;
}

.phw-g-i-k1hdu3{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-bLugty:hover .phw-g-i-k1hdu3{
opacity:100 !important;
background-color:transparent !important;
}

.phw-g-i-k1jdQK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k1qAAP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k21ryd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k29EUr-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-k2NIdJ{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-k2o4TY{
}

.phw-g-i-k2puwA-ds{
border-radius:30px !important;
}

.phw-g-i-k31ast-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k33jfu-ds{
border-radius:30px !important;
}

.phw-g-i-k36Wec-ds{
border-radius:17px !important;
}

.phw-g-i-k3ETLe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-k3bWUg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k3rvz0-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-k3wqLD{
}
.phw-g-i-k3wqLD img{
object-fit:cover !important;
}

.phw-g-i-k3x2Hx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-k3xml3-ds{
}

.phw-g-i-k3z98x-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-k3zNHJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k44RAE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-k4FANx-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-k4IF3O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k4Mx4S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k4QwKa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-k4heOK-ds{
opacity:0.8 !important;
}

.phw-g-i-k4yGp3{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-k5CiKW{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}

.phw-g-i-k5E5GN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-k5KVOr{
}

.phw-g-i-k5MDTq-ds{
border-radius:30px !important;
}

.phw-g-i-k5MWbp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-k5NsVY-ds{
display:none !important;
}

.phw-g-i-k5ZdjT{
}

.phw-g-i-k5qzuh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-k5zZfw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k67Wie-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k6MPeL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-k6PfES-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k6QkMT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k6T1io-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k6VMnW-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-k6x4Df-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-k70U5l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-k73Hvf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-k7XPZg-ds{
border-radius:30px !important;
}

.phw-g-i-k7eVh7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-k7hLIL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-k7tiM3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-k7wzUW-ds{
border-radius:30px !important;
}

.phw-g-i-k8Jydc{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-k8dbZu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k8xVLW-ds{
border-radius:30px !important;
}

.phw-g-i-k9FxpF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-k9MIP1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-k9MbuF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-k9Wo2v-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-k9eNiA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kA3brg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kACFuK{
}

.phw-g-i-kACn1y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kAMbpt{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
font-size:50px !important;
line-height:56 !important;
}

.phw-g-i-kANNPm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kARrX5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kAShH5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kAYivg-ds{
border-radius:30px !important;
}

.phw-g-i-kAswrI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kB1k2Z-ds{
}

.phw-g-i-kB55aI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kBBAft-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kBV4sy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kBqpcH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kByCES-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kBzRdz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kC2VDN{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-kCFGDb-ds{
border-radius:30px !important;
}

.phw-g-i-kCHMRB-ds{
}

.phw-g-i-kCIEJn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kCJzp5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kCObQ0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kCXlAm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kDARE6{
}

.phw-g-i-kDHHfS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kDJfKg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kDYiFh-ds{
}

.phw-g-i-kEGV0r-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-kEXu1y-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-kElOms-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kF7ebA-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-kFMpwt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kFN54l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kGEWDI{
}

.phw-g-i-kGOvFi{
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-kGOvFi{
background:none !important;
background-image:none !important;
}

.phw-g-i-kGSGLs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kGTZbJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kGpiI1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kGqJ9h-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kGquhd-ds{
border-radius:30px !important;
}

.phw-g-i-kGvc0s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kH27bW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kH7Leb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kH8AnE{
}

.phw-g-i-kHCEt6{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
min-height:0px !important;
width:auto !important;
}

.phw-g-i-kHGDho-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kHNjin-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kHP13d{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-kHQnL5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kHZRPp-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kHbYi7-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kHg9iB{
}

.phw-g-i-kHtsIa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kI2R7s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kI2ZZN-ds{
border-radius:30px !important;
}

.phw-g-i-kICavg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kIKr1N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kIeMtl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kIh8s4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kInBmR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kIwIHM-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-kJEmQN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-kJEpd0-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-kJaewh{
}

.phw-g-i-kJdB4H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kJgOl4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kJhmey-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kJs8VP-ds{
}

.phw-g-i-kJthfF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kK52vo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kKCoo3{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-kKDAtM-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kKN7FW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kKeYkj-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kKgbpb{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-kKgbpb:hover{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

#_PCM .phw-g-i-kLH8H6{
}

.phw-g-i-kLXNRf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kLc658-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kLfntF{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-kLggXd-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-kLxgZa-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kMZvKt-ds{
border-radius:30px !important;
}

.phw-g-i-kMaqhf{
}

.phw-g-i-kMmD6h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kMt7Vv-ds{
border-radius:30px !important;
}

.phw-g-i-kMx5pA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kMyc1f{
width:300px !important;
max-width:300px !important;
max-height:63px !important;
}

.phw-g-i-kN5grx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kN77nE-ds{
border-radius:30px !important;
}

.phw-g-i-kN95dK-ds{
border-radius:30px !important;
}

.phw-g-i-kNGVwB{
}

.phw-g-i-kNLcHl-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kNWnB6-ds{
border-radius:30px !important;
}

.phw-g-i-kNei1A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kNf6Ow-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kNjU9s-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kOAuD9-ds{
border-radius:17px !important;
}

.phw-g-i-kOHzAz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kOKGLE{
}

.phw-g-i-kONvE4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kOZtr7-ds{
border-radius:30px !important;
}

.phw-g-i-kOfeE5-ds{
}

.phw-g-i-kOlg26-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kOoeog-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-kP8Czx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kPjll9{
}

.phw-g-i-kPlxbC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kPsbQZ-ds{
border-radius:30px !important;
}

.phw-g-i-kPum8m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kQBe3M-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kQPRUe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kQbFs0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kQibhD-ds{
border-radius:30px !important;
}

.phw-g-i-kQlyzU-ds{
border-radius:30px !important;
}

.phw-g-i-kQz0sL-ds{
border-radius:30px !important;
}

.phw-g-i-kR0rTC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kR1Ar5-ds{
border-radius:30px !important;
}

.phw-g-i-kR2oWe-ds{
border-radius:30px !important;
}

.phw-g-i-kRDElZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kRUQso-ds{
border-radius:30px !important;
}

.phw-g-i-kRWNv2-ds{
border-radius:30px !important;
}

.phw-g-i-kRXuo1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kRZhfh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kReRWV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kRg32w-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kRunFL-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-kS1l4j-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kS4xNp{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-kS67Dx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kS73jg-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-kSCDJJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kSLTNn-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-kSOWx2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kSX1Qw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kSXxIb{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
line-height:56 !important;
font-size:40px !important;
}

.phw-g-i-kSg3sy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kSnd6I-ds{
border-radius:30px !important;
}

.phw-g-i-kSs08A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kT0TYw-ds{
display:none !important;
}

.phw-g-i-kT6ttE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kTB2NV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kTVCQh-ds{
}

.phw-g-i-kTZyoB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kTwd4R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kTzE08-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kU4Dkr{
font-size:var(--phw-g-regular-text-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-kU5Sr2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kUJEmZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kUW3Mu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kUdCOx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kUjpXS-ds{
}

.phw-g-i-kUlG6u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kUosPE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kVaQPT-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-kVvBxg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kVvaNK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kW4SR0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kWAQ46-ds{
border-radius:30px !important;
}

.phw-g-i-kWEHeq-ds{
border-radius:30px !important;
}

.phw-g-i-kWOC8P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kWRPEZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kWS48j-ds{
border-radius:30px !important;
}

.phw-g-i-kWWTVY{
text-align:center !important;
}

.phw-g-i-kWnNiU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kWpLBB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kWsbdA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kX0Hdl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kX2xgL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kXBRdh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kXRedm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kXdVzW-ds{
border-radius:30px !important;
}

.phw-g-i-kXrr1O-ds{
}

.phw-g-i-kXyRMB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kXzcYa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kY4LDy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-kYAMCt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kYGCeB-ds{
border-radius:17px !important;
}

.phw-g-i-kYO10u-ds{
}

.phw-g-i-kYe3Vy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kYlIvl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kYnvDz-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-kYu5m4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kYuVoY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kZ36tI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kZ55Wg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kZA2Rl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kZDB64-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kZDzf5-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-kZVbUC-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-kZZNkC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kZspnv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ka1HFZ-ds{
border-radius:30px !important;
}

.phw-g-i-ka3MNO{
border-width:0px !important;
border-top-width:0px !important;
border-color:var(--phw-custom-border-colorsb8b8b8) !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-ka3MNO img{
object-fit:cover !important;
}

.phw-g-i-kaEvYZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kaGDWJ{
}

.phw-g-i-kaY1zz-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-kacOm3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kauXIE-ds{
border-radius:30px !important;
}

.phw-g-i-kbFJN0{
}

.phw-g-i-kbMRoo-ds{
border-radius:30px !important;
}

.phw-g-i-kbQEHp-ds{
border-radius:30px !important;
}

.phw-g-i-kbUYLs-ds{
border-radius:30px !important;
}

.phw-g-i-kbUfhf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kbVqaY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-kbazND{
}

.phw-g-i-dyLtDp:hover .phw-g-i-kbazND{
background-color:transparent !important;
}

.phw-g-i-1JgaDn:hover .phw-g-i-kbazND{
background-color:transparent !important;
}

.phw-g-i-kbu1jG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kbuFV1{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
color:var(--text-dark) !important;
background-color:var(--widget-bg-white-color) !important;
}

.phw-g-i-kbzP9l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kcH43x-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kcMB2b-ds{
border-radius:17px !important;
}

.phw-g-i-kcOjSk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kcbnOO-ds{
border-radius:31px !important;
}

.phw-g-i-kckF1y-ds{
}

.phw-g-i-kcx8EI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kd9mz1-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-kdCQjV-ds{
border-radius:30px !important;
}

.phw-g-i-kdQpeb-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-kdRRFl-ds{
border-radius:30px !important;
}

.phw-g-i-kdYw9P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kdZT6x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kdfjzp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kdgAnI-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-kdsv3y{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-kdxlju-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-keLh2N-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-keMBNL{
font-size:52px !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
width:600px !important;
}

.phw-g-i-keNUBW-ds{
}

.phw-g-i-keQL8i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-keVbRy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kestXn-ds{
border-radius:30px !important;
}

.phw-g-i-kevDxz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kew38R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kf5JYl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kfAWfI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kfAkJA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kfLqLI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kfM9DB-ds{
text-align:left !important;
}

.phw-g-i-kfcXP4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kfesBx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kfive1{
}

.phw-g-i-kfqHix-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kfvYez-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kg0Dqf{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-kgAIUe{
line-height:1 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-transform:lowercase !important;
}

.phw-g-i-kgGt3T-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kgItfj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kgNZnJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kgSa0d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kgVGcd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kgaZPR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kgjOY8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kgtX5y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kh1W5H-ds{
}

.phw-g-i-khDVyF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-khDaqU-ds{
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-khJ4fn{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
margin-bottom:calc(var(--mu-space)*0) !important;
}

.phw-g-i-khJUfb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-khR7Ng-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-khRSRh-ds{
}

.phw-g-i-khUDtR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-khu71a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kiYCKU{
}

.phw-g-i-kibaNL-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-kihrCD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kiig8i{
}

.phw-g-i-kimEjn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kit28C-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-kiwE9f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kj2C5k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kj7nXC{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-kjCXEw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kjDL53-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kjIynU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kjciEy-ds{
}

.phw-g-i-kjhkb4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kjkKHa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kjqFA0-ds{
border-radius:30px !important;
}

.phw-g-i-kjsG9E-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kjtrgZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:auto !important;
}

.phw-g-i-kjxbvd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kk5aX1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kk7Cwa-ds{
border-radius:30px !important;
}

.phw-g-i-kk8thU-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-kkEQIJ-ds{
border-radius:30px !important;
}

.phw-g-i-kkN5c3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kkSpLi-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-kkaybg-ds{
border-radius:30px !important;
}

.phw-g-i-kkjGu5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kklf4H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kkmWUH-ds{
border-radius:30px !important;
}

.phw-g-i-kks3qZ{
}
.phw-g-i-kks3qZ img{
object-fit:cover  !important;
}

.phw-g-i-kkvyBc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kkzrV0{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
padding-left:0px !important;
padding-right:0px !important;
}

.phw-g-i-klGbc9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-klJGSv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-klOVSv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-klP7hZ-ds{
background-size:100% 100% !important;
}

.phw-g-i-klP86G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-klRr0v-ds{
}

.phw-g-i-klhCbF{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
}

.phw-g-i-kmDHM2-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kmYQzl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kmrauO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kmuIvQ-ds{
}

.phw-g-i-kmzPna-ds{
opacity:0.8 !important;
}

.phw-g-i-kn0oWl-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-kn9hnw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-knASSf-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-knWb99-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ko0OZ8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ko63Jf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ko6t4P-ds{
border-radius:30px !important;
}

.phw-g-i-koMfNv{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-koNnVt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-koRtv4{
border-top-left-radius:calc(var(--border-radius-base)*10) !important;
border-top-right-radius:calc(var(--border-radius-base)*10) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*10) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*10) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--body-font-size) !important;
min-height:auto !important;
letter-spacing:0em !important;
line-height:1.4 !important;
}

.phw-g-i-koRtv4:hover{
border-top-left-radius:calc(var(--border-radius-base)*10) !important;
border-top-right-radius:calc(var(--border-radius-base)*10) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*10) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*10) !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-koUC8l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kohrij{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-kowF1i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kp3xsM-ds{
border-radius:30px !important;
}

.phw-g-i-kpLrlg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kpTpq3-ds{
border-radius:30px !important;
}

.phw-g-i-kpYtIb{
}

.phw-g-i-kpZUby-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kpp6HN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kppEmU{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-kprJBe-ds{
border-radius:30px !important;
}

.phw-g-i-kpyuJm{
}

.phw-g-i-kq0VzH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kq4p0g-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kq5GqX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kqAT64-ds{
background-color:rgb(66, 82, 55) !important;
}

.phw-g-i-kqGDwa{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
}

.phw-g-i-kqHn6A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kqJScS-ds{
}

.phw-g-i-kqS6mg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kqSrbg-ds{
}

.phw-g-i-kqU2pI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kqUfQu-ds{
border-radius:30px !important;
}

.phw-g-i-kqbf4G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kqhawd{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-kqk9Q6-ds{
border-radius:17px !important;
}

.phw-g-i-kqodVS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kqrNtu{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-kr0FZD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kr4yfi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kr9u3s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-krJwK2-ds{
border-radius:30px !important;
}

.phw-g-i-krO662-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-krctaD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-krdSNP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-krlMCJ-ds{
border-radius:30px !important;
}

.phw-g-i-krn6LR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kroKif-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kroblY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ks3g6a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ks6nkT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ksDEcx-ds{
background-image:url("") !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}

.phw-g-i-ksDpbA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ksE0R2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ksLMTz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-kshUcd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ktKWoO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ktLKuI{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-ktcebf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ktni8C-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kttWsB-ds{
}

.phw-g-i-ku26wl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kuoibc-ds{
border-radius:30px !important;
}

.phw-g-i-kv0vRK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kv4Y4n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kvUiyq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kvcBRm-ds{
}

.phw-g-i-kw6UJH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kwEps5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kwTY1d{
}

.phw-g-i-kx3oHn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kxEq50-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kxSBzZ-ds{
}

.phw-g-i-kxTR2n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kxejdM-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kxgkxg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-kxl1N0-ds{
border-radius:30px !important;
}

.phw-g-i-kxtSyA-ds{
}

.phw-g-i-kxwuN5-ds{
border-radius:30px !important;
}

.phw-g-i-kxyGaW{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-ky20Cq-ds{
border-radius:30px !important;
}

.phw-g-i-ky6zMG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kyCsQg-ds{
border-radius:30px !important;
}

.phw-g-i-kyF7LB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kyKO7d-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-kyPmsz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kyTIst-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-kyc8PP{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-kylwU8-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-kz7NIA{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-bLugty:hover .phw-g-i-kz7NIA{
opacity:100 !important;
}

.phw-g-i-Iv5c70:hover .phw-g-i-kz7NIA{
opacity:100 !important;
}

.phw-g-i-kz9kDk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-kzBeZZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-kzGidk-ds{
border-radius:30px !important;
}

.phw-g-i-kzUfbK{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
padding-inline-end:calc(var(--pu-space)*2) !important;
}

.phw-g-i-kzUgIq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-kzxgY8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l02AV4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l0Ki5l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l0bWlN-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-l0gUTx-ds{
border-radius:30px !important;
}

.phw-g-i-l0laNl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l1PHKI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l1Y39A{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}

.phw-g-i-l1nmas-ds{
border-radius:30px !important;
}

.phw-g-i-l20Y0p-ds{
border-radius:30px !important;
}

.phw-g-i-l24rbJ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-l2L057{
max-width:1440px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
.phw-g-i-l2L057{
width:1250px !important;
}
}

.phw-g-i-l2bKEW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l2bs0m{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
font-size:50px !important;
line-height:60 !important;
}

.phw-g-i-l2cPfd-ds{
border-radius:30px !important;
}

.phw-g-i-l2iHtQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l2kb4a-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-l2nPOO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l2zXEU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l36Vd7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-l37KNe-ds{
border-radius:30px !important;
}

.phw-g-i-l3DRF1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l3Ur7M{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-l3XaE6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l3d2yZ-ds{
}

.phw-g-i-l3i8h9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l3s4a5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l3z4Fy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-l3zLmR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-l40zPp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l49oI7-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-l4YotA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l4kjJA-ds{
border-radius:30px !important;
}

.phw-g-i-l4lfx2-ds{
border-radius:30px !important;
}

.phw-g-i-l4n1t7-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l4v9rh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l4yYLP-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-l56lc2-ds{
background-image:url("") !important;
}

.phw-g-i-l57rjr{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-l5H2Ga-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l5JHcm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l5JX7l-ds{
}

.phw-g-i-l5bQ96-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l5ePjf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l5eu2F-ds{
border-radius:30px !important;
}

.phw-g-i-l5htU1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-l5ykzN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l6B7dX-ds{
border-radius:30px !important;
}

.phw-g-i-l6Dcg7-ds{
border-radius:30px !important;
}

.phw-g-i-l6M8oY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l6Xmt8-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-l6hZo1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l6jtOZ-ds{
border-radius:17px !important;
}

.phw-g-i-l6p0vH{
text-shadow:none !important;
}

.phw-g-i-l6pr65-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l6xjSm-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-l6zJRT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l7CbJk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l7Jfun-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l7Wpo8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-l7cDXA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-l7ezo8{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-l7kccP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l7omi9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-l7tOaI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-l8F6y6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-l8GMff{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-l8WYiE-ds{
}

.phw-g-i-l8fqqu-ds{
border-radius:30px !important;
}

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

.phw-g-i-l8ycvl-ds{
border-radius:29px !important;
}

.phw-g-i-l90leG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-l9E9As-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-l9JclF{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:auto !important;
}

.phw-g-i-l9JclF:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
color:var(--black) !important;
}

.phw-g-i-l9JclF:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-l9JclF:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-l9JclF:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-l9JclF.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-l9JclF:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-l9LcH4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-l9NuUj-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-l9P61g-ds{
}

.phw-g-i-l9cAl9-ds{
background-color:rgba(255,255,255,1) !important;
}

.phw-g-i-l9i0A2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lA36lL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lABdcP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lACgPh-ds{
border-radius:30px !important;
}

.phw-g-i-lADv7q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lAEE28-ds{
border-radius:30px !important;
}

.phw-g-i-lAEqF4{
color:var(--black) !important;
text-align:center !important;
}

.phw-g-i-lAG4Au-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lAK5di{
}
.phw-g-i-lAK5di img{
object-fit:cover !important;
}

.phw-g-i-lANoqr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lAY30i-ds{
background-image:url("") !important;
}

.phw-g-i-lAqy6X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lBSZGd-ds{
border-radius:30px !important;
}

.phw-g-i-lBWNsf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lBY3Km-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lCAQBU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lCKow4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lCeR5v-ds{
border-radius:30px !important;
}

.phw-g-i-lClDgO-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-lCpxji-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-lCvcHw-ds{
border-radius:30px !important;
}

.phw-g-i-lCy9OE-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-lCyAWh-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lD0kK6{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-lD3GeB-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-lDEHQQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lDEVRx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lDmuET-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-lDoPaE-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-lDpyj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lE9a9D-ds{
border-radius:30px !important;
}

.phw-g-i-lEETF3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lEJynr{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-lETQFN-ds{
border-radius:30px !important;
}

.phw-g-i-lETnXq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-lEj9GR{
}

.phw-g-i-lEx65v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lFCUZQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-lFEyXM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lFxlqX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lFxyIX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lG061b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lG0qzt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-lGByeF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lGN0N7{
padding:0 !important;
color:var(--white) !important;
font-weight:400 !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
border-color:transparent !important;
min-height:auto !important;
background-color:transparent !important;
box-shadow:none !important;
border-width:0 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
height:var(--btn-height) !important;
}

.phw-g-i-lGiCLu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lGqBRw-ds{
border-radius:30px !important;
}

.phw-g-i-lGrr2w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lGxZnM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lGzrqw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lH3CFW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lH4G6u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lHdgq2-ds{
border-radius:30px !important;
}

.phw-g-i-lI0YUI-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lIF5iq-ds{
border-radius:30px !important;
}

.phw-g-i-lIH0Cz-ds{
border-radius:30px !important;
}

.phw-g-i-lIWjOa{
}

.phw-g-i-lIWpU2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lIgIEO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lIh2Jh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lIuJrl-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-lIvPTO{
}

.phw-g-i-lIwYTK-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-lJ29bb-ds{
}

.phw-g-i-lJ3sfR-ds{
border-radius:30px !important;
}

.phw-g-i-lJTjvu{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
}

.phw-g-i-lJgiGu{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-lJsQVJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lJvYPe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lK3yUp-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-lKCycv{
}

.phw-g-i-lKYFRa-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-lKg4tF-ds{
border-radius:30px !important;
}

.phw-g-i-lKsT7d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lKsY5t{
padding-inline-end:calc(var(--pu-space)*2) !important;
padding-top:calc(var(--pu-space)*1) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
}

.phw-g-i-lKtAon-ds{
border-radius:30px !important;
}

.phw-g-i-lKtPJU{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image3-1739262908274.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:none !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-lL0dsF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lL6Y5T-ds{
}

.phw-g-i-lLC3St-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lLJ752{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-lLNVnL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lLPG9N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lLa3vY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-lLkbAe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lLr5K7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lLrveC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lLs1Bt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lM09Fj{
border:none !important;
}
.phw-g-i-lM09Fj img{
object-fit:cover !important;
}

.phw-g-i-lM1V2O-ds{
border-radius:30px !important;
}

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

.phw-g-i-lMMfIv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lMNYPZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lMVaXC-ds{
border-radius:30px !important;
}

.phw-g-i-lMfC2y-ds{
border-radius:30px !important;
}

.phw-g-i-lMhhAb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lMj4sM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-lMuESj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lN6fud-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lNGx1Y-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-lNPqp9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-lNyOOq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lNyru8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lO1yQJ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-lO4zkh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lO5a3N-ds{
border-radius:30px !important;
}

.phw-g-i-lO9JJP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lOC8Th{
background:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:54px !important;
box-shadow:none !important;
width:340px !important;
}

.phw-g-i-lOC8Th:hover{
background:none !important;
border-color:var(--custom-border-color-1Buie-border) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
color:var(--black) !important;
}

.phw-g-i-lOC8Th:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-lOC8Th:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-lOC8Th:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-lOC8Th.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}
.phw-g-i-lOC8Th:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}

.phw-g-i-lOIUTY{
color:var(--black) !important;
}

.phw-g-i-lOLOUe-ds{
border-radius:30px !important;
}

.phw-g-i-lOfnqT-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lOkf8N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lOnMTN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lOo2fd-ds{
border-radius:30px !important;
}

.phw-g-i-lOu3eo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lOuLzu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lOwbsj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lP0q7s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lP1rHl-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-lP3e4z-ds{
border-radius:30px !important;
}

.phw-g-i-lP7w0T{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-lP8pMo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-lP93df-ds{
}

.phw-g-i-lPGhOg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lPOec8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lPUZ65-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lPzMiW{
}

.phw-g-i-lQ3cBh-ds{
border-radius:30px !important;
}

.phw-g-i-lQ3cga-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lQ8A65-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lQDTnD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lQO4l6-ds{
border-radius:30px !important;
}

.phw-g-i-lQPIeg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lQPVJ7-ds{
border-radius:30px !important;
}

.phw-g-i-lQWk8i-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lQYTmX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lQd3N4:hover{
background:none;
background-image:none;
border-color:var(--phw-custom-border-black000000ff);
border-top-left-radius:calc(var(--border-radius-base)*7.5);
border-top-right-radius:calc(var(--border-radius-base)*7.5);
border-bottom-left-radius:calc(var(--border-radius-base)*7.5);
border-bottom-right-radius:calc(var(--border-radius-base)*7.5);
color:var(--black);
font-size:15px;
padding-left:8px;
padding-right:8px;
gap:3px;
box-shadow:none;
min-height:40px;
}
#_PCM .phw-g-i-lQd3N4:hover{
}

.phw-g-i-lQd3N4{
background:none;
background-image:none;
border-color:var(--phw-custom-border-black000000ff);
border-style:solid;
border-top-left-radius:calc(var(--border-radius-base)*7.5);
border-top-right-radius:calc(var(--border-radius-base)*7.5);
border-bottom-left-radius:calc(var(--border-radius-base)*7.5);
border-bottom-right-radius:calc(var(--border-radius-base)*7.5);
color:var(--black);
background-color:transparent;
font-weight:700;
font-size:15px;
padding-left:8px;
padding-right:8px;
gap:3px;
outline-style:none;
outline-color:var(--brand-color-secondary);
min-height:40px;
font-family:var(--cms-g-jetsansregular) !important;
}
#_PCM .phw-g-i-lQd3N4{
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-lQd3N4:focus{
background:none;
background-image:none;
border-width:1px;
border-color:var(--phw-custom-border-black000000ff);
border-style:dotted;
color:var(--black);
background-color:transparent;
font-weight:700;
font-size:15px;
padding-left:8px;
padding-right:8px;
gap:3px;
min-height:40px;
outline-style:none;
outline-color:var(--brand-color-secondary);
outline-offset:0px;
outline-width:0px;
}
#_PCM .phw-g-i-lQd3N4:focus{
}

.phw-g-i-lQd3N4:active{
border-color:var(--white);
background-color:var(--brand-color-secondary);
box-shadow:none;
color:var(--white);
}
#_PCM .phw-g-i-lQd3N4:active{
}

.phw-g-i-lQd3N4:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
}
#_PCM .phw-g-i-lQd3N4:focus-visible{
}

.phw-g-i-lQd3N4.disabled{
border-color:var(--disabled-color);
color:var(--btn-dark);
background-color:var(--disabled-color);
}
#_PCM .phw-g-i-lQd3N4.disabled{
}
.phw-g-i-lQd3N4:disabled{
border-color:var(--disabled-color);
color:var(--btn-dark);
background-color:var(--disabled-color);
}
#_PCM .phw-g-i-lQd3N4:disabled{
}

.phw-g-i-lQn8D6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lQrjQQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lQuGNr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lQxE8m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lQyQtn{
color:var(--black) !important;
}

.phw-g-i-lR8sNw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lRO9eG{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
padding-inline-start:calc(var(--pu-space)*3) !important;
padding-top:calc(var(--pu-space)*3) !important;
padding-inline-end:calc(var(--pu-space)*3) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
}

.phw-g-i-lRYLPw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lRgRgp:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-lRgRgp{
}

.phw-g-i-lS7edl-ds{
}

.phw-g-i-lSD9qS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lSEOPn{
}

.phw-g-i-lSMg11-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lSTWCu{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-lSrIJD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lSt1uD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lSt2hr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lSvk10{
}
.phw-g-i-lSvk10 img{
}

.phw-g-i-lT6hgv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lT8FqB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lT9dCj{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-lTMfc2{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-lTW1cL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-lTY2yW-ds{
border-radius:30px !important;
}

.phw-g-i-lTf3hH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lTnQcf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-lU4uKv{
text-decoration:none !important;
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-lU5hpo-ds{
background-position:50% 50% !important;
}

.phw-g-i-lU9riF-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-lUA0E7-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-lUBp6N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lUMPXf{
}
.phw-g-i-lUMPXf img{
}

.phw-g-i-lUN9MV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lUjwDR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lUtz8u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lV0Zsm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lV2z9o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lV8VW7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lVQfyk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lVT0dK{
}

.phw-g-i-lVmRHd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lVwAeS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lW1PZA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lWIOFx-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-lWMaFW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lWO3yR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lWf0Er-ds{
border-radius:30px !important;
}

.phw-g-i-lWtyPh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lX0FgF-ds{
}

.phw-g-i-lX1FfU-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-lXAPNV{
border-width:0px !important;
border-top-width:0px !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-lXAPNV img{
object-fit:cover !important;
}

.phw-g-i-lXCVFG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lXGoHe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lXUHzm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lXdyQE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lXi4pu{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-lXu0sC-ds{
border-radius:30px !important;
}

.phw-g-i-lYSwtD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lYVVTB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lYbNsc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lYc13P-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lYkhOe{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-lYuNWe:hover{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-lYuNWe{
}

.phw-g-i-hWMMCg:hover .phw-g-i-lYuNWe{
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}

.phw-g-i-lYxtB9{
width:1244px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
max-width:1440px !important;
}

.phw-g-i-lZFZoM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lZJBjA{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-lZdejE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lZehfA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lZh5z2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-lZreSi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lZwLdH-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-laOSU8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lb0Url{
color:var(--black) !important;
}

.phw-g-i-lb4chm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lb8bph-ds{
border-radius:30px !important;
}

.phw-g-i-lbDvWe-ds{
border-radius:30px !important;
}

.phw-g-i-lbG1b0-ds{
border-radius:30px !important;
}

.phw-g-i-lbLsrv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lbTriq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lbebI2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lbgPNg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lbogxB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lbqkip-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lc6b2I-ds{
border-radius:30px !important;
}

.phw-g-i-lcM4Yk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ldCH4p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ldCSdh{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
line-height:1.2 !important;
}

.phw-g-i-ldhO1b-ds{
border-radius:30px !important;
}

.phw-g-i-ldiXen-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ldlJgl-ds{
border-radius:30px !important;
}

.phw-g-i-ldqKc5-ds{
border-radius:30px !important;
}

.phw-g-i-le2xk7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-leC0ih-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-leXfsw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lf1Tyz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lf9dV7{
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-lfNqXy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lfcV3p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lfeIwC{
}

.phw-g-i-lfhsDw-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-lfkFw5-ds{
border-radius:30px !important;
}

.phw-g-i-lfrUPj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lg3cNm{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-finance-1740368957616.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-lg8LgD{
}

.phw-g-i-lg8UC3-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-lgOtmr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lgR6Zj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lgbq2p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lglzNz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lgoAdR-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-lgqDL9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lh00b4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lhGejv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lhKsv4-ds{
border-radius:30px !important;
}

.phw-g-i-lhMfnd-ds{
border-radius:30px !important;
}

.phw-g-i-lhY4Ce{
color:var(--black) !important;
text-transform:capitalize !important;
text-decoration:none !important;
}

.phw-g-i-lhmGJi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lhoLl8-ds{
border-radius:30px !important;
}

.phw-g-i-liD3ZD-ds{
border-radius:30px !important;
}

.phw-g-i-liKos4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-liOSlq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-liWZBv{
}

.phw-g-i-lifzxh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-liqGRG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-livYGm-ds{
border-radius:30px !important;
}

.phw-g-i-ljG66t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ljKUtd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ljKnH9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ljQrdX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ljXa8n-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ljZPWD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ljnCq3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ljrxBQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ljsqG2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lk3lyj{
}

.phw-g-i-lk5ErL-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-lk88Z8-ds{
border-radius:30px !important;
}

.phw-g-i-lk9sFw-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-lkDG96-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-lkKqc3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lkhDxw{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-ll7c9o-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ll9c7g{
color:var(--black) !important;
}

.phw-g-i-llLTSF{
}

.phw-g-i-llN8ae-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-llgXSp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lljFQe-ds{
border-radius:30px !important;
}

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

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

.phw-g-i-lls1zm{
background:none;
border:none;
background-image:none;
border-color:var(--custom-border-color-ycYPJ-border);
color:var(--white);
background-color:var(--brand-color-secondary);
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
font-size:15px;
padding-left:16px;
padding-right:16px;
min-height:40px;
width:auto;
}
#_PCM .phw-g-i-lls1zm{
font-weight:400 !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-lls1zm:hover{
background:none;
background-image:none;
color:var(--white);
background-color:transparent;
font-size:var(--cms-g-nav-items);
text-decoration:var(--link-hover-decoration);
padding-left:0px;
padding-right:0px;
margin-inline-start:calc(var(--mu-space)*0);
margin-top:calc(var(--mu-space)*0);
margin-inline-end:calc(var(--mu-space)*0);
margin-bottom:calc(var(--mu-space)*0);
min-height:auto;
}
#_PCM .phw-g-i-lls1zm:hover{
}

.phw-g-i-lls1zm.disabled{
border-color:transparent;
color:var(--btn-dark);
}
#_PCM .phw-g-i-lls1zm.disabled{
}
.phw-g-i-lls1zm:disabled{
border-color:transparent;
color:var(--btn-dark);
}
#_PCM .phw-g-i-lls1zm:disabled{
}

.phw-g-i-lls1zm:focus{
font-weight:400 !important;
font-size:var(--cms-g-nav-items);
padding-left:0px;
padding-right:0px;
min-height:auto;
}
#_PCM .phw-g-i-lls1zm:focus{
font-weight:400 !important;
}

.phw-g-i-llvwdM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-llwzqH-ds{
}

.phw-g-i-lmPtBO-ds{
border-radius:30px !important;
}

.phw-g-i-lmQ9yT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lmYB6F-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lmi4Vn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lmiKDi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lmiVns-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-lmnVNs{
}

.phw-g-i-lmoxOD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ln3x1n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ln4xKb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ln6WGH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lnVUQZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lnh2V4-ds{
border-radius:31px !important;
}

.phw-g-i-lnrF51-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-loAEm5-ds{
border-radius:30px !important;
}

.phw-g-i-loGDty-ds{
border-radius:30px !important;
}

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

.phw-g-i-loJvMe-ds{
border-radius:30px !important;
}

.phw-g-i-loSuU4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-loYTTf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lobvtb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-loexdM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lowWNf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lpCT4f-ds{
display:none !important;
}

.phw-g-i-lpMYWE-ds{
border-radius:30px !important;
}

.phw-g-i-lpOxGb-ds{
border-radius:30px !important;
}

.phw-g-i-lpUj4e-ds{
border-radius:30px !important;
}

.phw-g-i-lpXj90-ds{
}

.phw-g-i-lpb7LH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lpiMU9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lpku3H-ds{
}

.phw-g-i-lpl3dR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lpyqWt{
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-lq2aOA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lqBgR1-ds{
border-radius:30px !important;
}

.phw-g-i-lqgM9i-ds{
}

.phw-g-i-lqmhUs-ds{
border-radius:30px !important;
}

.phw-g-i-lqob5B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lr0GIu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-lr80Gi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lrAZvK-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-lrAgvX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lrB0at-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lrJpdG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lrYlZ5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lriaRo{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-lrnm1w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lrscKO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lryj57-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ls1bvR-ds{
border-radius:30px !important;
}

.phw-g-i-ls4PT1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ls5hQX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-lsLv66-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-lsR8a2-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-lsTRCg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lsYZD3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lseXlE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lsrAL9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lswImT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ltFW9r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ltFcpn-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ltSam6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ltdu1L-ds{
border-radius:30px !important;
}

.phw-g-i-ltulLA{
}

.phw-g-i-lu1Uzp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lu33XG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lu52hE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-luSB8Z-ds{
border-radius:30px !important;
}

.phw-g-i-lub3DG-ds{
}

.phw-g-i-lumC68-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lusHaO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-luwS1M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lv2Psu-ds{
border-radius:30px !important;
}

.phw-g-i-lvLHHv-ds{
}

.phw-g-i-lvQm92-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lvSeJd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lvVG9W{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
}

.phw-g-i-lvWFOf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lvl4Qn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lvon0z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lvrHZI-ds{
border-radius:30px !important;
}

.phw-g-i-lwQTt7-ds{
}

.phw-g-i-lwk43a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lwkKe5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lx50wU-ds{
border-radius:30px !important;
}

.phw-g-i-lxQmbT-ds{
border-radius:30px !important;
}

.phw-g-i-lxW6OO-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-lxetfc-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-lxfCsI-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-lxgcXF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lxnqva-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lxo93r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lxtcY9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ly2AFu-ds{
border-radius:30px !important;
}

.phw-g-i-ly9HBf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-lyNFfD-ds{
border-radius:30px !important;
}

.phw-g-i-lyQiKn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lybymV-ds{
border-radius:30px !important;
}

.phw-g-i-lyfDnb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lyfdHB-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-lyk5XS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lyy4u8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lzP22Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-lzjkNs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-lzowla-ds{
border-radius:30px !important;
}

.phw-g-i-lzrVk7{
}

.phw-g-i-lzwoYH{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-m026yl-ds{
border-radius:30px !important;
}

.phw-g-i-m06DeR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-m0GYii-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m0K6Yi-ds{
border-radius:30px !important;
}

.phw-g-i-m0PNN0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m0YYwc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m0tXQk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m0wWi7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-m0xvbm-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-m12VYV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-m13kel{
font-family:var(--cms-g-jetsansregular) !important;
text-align:start !important;
color:var(--black) !important;
}

.phw-g-i-m18zvD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-m1Bs6m{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:42px !important;
line-height:48px !important;
}

.phw-g-i-m1Cdop{
}

.phw-g-i-m1IoTF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m1JNwM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m1VmAA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m1qdos-ds{
border-radius:30px !important;
}

.phw-g-i-m1yFk9-ds{
border-radius:30px !important;
}

.phw-g-i-m26XYx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m2XeCl-ds{
border-radius:30px !important;
}

.phw-g-i-m2cEwR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m2dgq7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m2sReE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m3ETrM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m3KTFY-ds{
border-radius:30px !important;
}

.phw-g-i-m3Zz6V-ds{
border-radius:30px !important;
}

.phw-g-i-m3buAk-ds{
display:none !important;
}

.phw-g-i-m3eEi0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m3xthe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m40ZHc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-m41lH9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-m45KtD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m4BUSo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m4DOab-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m4PhDL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m4Zkvm-ds{
border-radius:30px !important;
}

.phw-g-i-m4bpZ2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m4dzjb-ds{
display:none !important;
}

.phw-g-i-m4evhB-ds{
border-radius:30px !important;
}

.phw-g-i-m4jEbW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m4l7Di-ds{
}

.phw-g-i-m53Inw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m588zS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m5B3Vg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m5BjrJ:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-m5BjrJ{
}

.phw-g-i-m5KZIu{
}

.phw-g-i-m5N8YA-ds{
border-radius:30px !important;
}

.phw-g-i-m5aNHW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m5hNVB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m5nBtl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m5tBp1-ds{
border-radius:30px !important;
}

.phw-g-i-m6568z{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-m68eL4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-m6BIGJ{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-m6WH4v-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-m6n7Yn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-m6qSir-ds{
}

.phw-g-i-m6qSir-ds{
}

.phw-g-i-m77iSj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m79zuc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m7BCRA{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:16px !important;
font-weight:400 !important;
margin-bottom:calc(var(--mu-space)*2) !important;
}

.phw-g-i-m7CM4G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m7Gc9U-ds{
}

.phw-g-i-m7Idzk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m7L0yI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m7YEJs-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m7dTKO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m7yjeT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m88Obx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-m8Kpml-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-m8NAZT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-m8qMdF-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-m9HHNv-ds{
border-radius:30px !important;
}

.phw-g-i-m9ZqdK-ds{
}

.phw-g-i-m9do62-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-m9iv90-ds{
border-radius:30px !important;
}

.phw-g-i-m9qumy{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-m9x8OB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mA5z8e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mAHSfD{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-mAJLWU-ds{
border-radius:30px !important;
}

.phw-g-i-mAXTUk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mAeSuw{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-mB9M09-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-mBBG9G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mBBswg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mBGWIh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mBLqXE-ds{
border-radius:30px !important;
}

.phw-g-i-mBMfGO-ds{
border-radius:30px !important;
}

.phw-g-i-mBWsll-ds{
border-radius:30px !important;
}

.phw-g-i-mBXLOZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mBiVAh{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-mBo0CA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mBoXcv-ds{
}

.phw-g-i-mBxbQ2-ds{
}

.phw-g-i-mBziGg-ds{
border-radius:30px !important;
}

.phw-g-i-mCAe6j-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-mCCgIv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mCMGwd-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mCOktR-ds{
border-radius:30px !important;
}

.phw-g-i-mCUXBq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mCXhZs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mCaLNp{
}

.phw-g-i-mCfaXr-ds{
border-radius:30px !important;
}

.phw-g-i-mCgDrS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mCzRk6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mD1QWa-ds{
border-radius:30px !important;
}

.phw-g-i-mD92cN-ds{
border-radius:30px !important;
}

.phw-g-i-mDjmNq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mE7mIh{
}

.phw-g-i-mEJ55J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mEPZ9L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mERpJf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-mEcCed{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-mF6q8u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mFAcSO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mFTCCD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mFY2UT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mFcVXY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mFkOUL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mFvnZT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mGDtU2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mGKIqy-ds{
}

.phw-g-i-mGN8yC-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mGmaz9-ds{
border-radius:30px !important;
}

.phw-g-i-mHBG1W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mHGDQb-ds{
border-radius:30px !important;
}

.phw-g-i-mHZ4mM-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-mHbppZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mHkCuV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mIRhsn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mIZV72-ds{
border-radius:30px !important;
}

.phw-g-i-mIo1GI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mIwOwb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mIx8Qg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mIyDEt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mJB7Ig-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mJCzvt{
}

.phw-g-i-mJIkHf-ds{
border-radius:30px !important;
}

.phw-g-i-mJZNv5{
}

.phw-g-i-mJjisD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mJnPtp-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-mK0M8v-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mK0eRH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mKCRNG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mKLL4l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mKLOdp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mKifPv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mKjejZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mKmKnE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mKrj1w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mL9DoE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mLDq5y-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-mLKKlV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mLLtB9-ds{
background-image:url("") !important;
background-size:auto !important;
}

.phw-g-i-mLQNLm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mLRFq4{
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-mLUAWc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mLWQfx-ds{
border-radius:30px !important;
}

.phw-g-i-mLYfTO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mLgLEz-ds{
border-radius:30px !important;
}

.phw-g-i-mLkdZn-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mM5eqE{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
}

.phw-g-i-mM5nXj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mM632a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mM68DM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mMC2iu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mMLC63{
font-weight:600 !important;
font-size:var(--font-size-13) !important;
line-height:var(--line-height-3) !important;
color:var(--text-dark) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-mMfHKW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mMfh6X-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mMmPnv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mMnYwD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mMpupe-ds{
border-radius:30px !important;
}

.phw-g-i-mMvHfW-ds{
border-radius:30px !important;
}

.phw-g-i-mNKxfR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mNcYCh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mNjDas-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-mNlYPE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mNqB3a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mNsdc5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mOLIad-ds{
border-radius:30px !important;
}

.phw-g-i-mOX909-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mOa0SO-ds{
border-radius:30px !important;
}

.phw-g-i-mOaIkc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mP5GlL{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-mP9ZdY{
border-radius:30px !important;
}

.phw-g-i-mPAidt-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-mPCKwd-ds{
border-radius:30px !important;
}

.phw-g-i-mPHTtW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mPK4fy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mPPMLT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mPQM9O-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mPSg2n-ds{
border-radius:30px !important;
}

.phw-g-i-mPZKTi-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mPhGvK-ds{
}

.phw-g-i-mPiQvA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mPruGq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mQK4iV-ds{
}

.phw-g-i-mQOaas{
max-width:1440px !important;
width:1244px !important;
}

.phw-g-i-mQOorU-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-mQUpUu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mQf4SG{
font-weight:inherit !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-mQxwSn-ds{
border-radius:30px !important;
}

.phw-g-i-mQyP59{
}

.phw-g-i-mR8NIK{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-mRE7i9{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-mRErDV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mRFcHU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mRHz2j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mRV7VJ-ds{
border-radius:30px !important;
}

.phw-g-i-mRbJBz{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-mRlbch{
font-weight:inherit !important;
font-size:var(--font-size-5) !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-mRpiHp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mS3NyI-ds{
text-align:left !important;
}

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

.phw-g-i-mS7wv0:hover{
color:var(--white) !important;
text-decoration:underline !important;
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-mS9avo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mSDZYy{
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-mSDeBc{
}

.phw-g-i-mSDk5k-ds{
}

.phw-g-i-mSHAn7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mSWgqs-ds{
}

.phw-g-i-mSb2hO-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mSg3Aw-ds{
border-radius:29px !important;
}

.phw-g-i-mSgr50-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-mShHoo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mSi6gO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mSj7oE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mSoQ8l{
width:1244px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
max-width:1440px !important;
}

.phw-g-i-mSuYjA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mTGADK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mTJkAF-ds{
border-radius:30px !important;
}

.phw-g-i-mTTxmJ{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-mTU8Au-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mTVZsX{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-mTj7Pc-ds{
border-radius:30px !important;
}

.phw-g-i-mTlWK3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mTslB3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mTuKpC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mU5tff-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mUJdAp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mUQrsa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mUT2zl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mUVFKO-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-mUVTOw-ds{
border-radius:30px !important;
}

.phw-g-i-mUcHGp{
}

.phw-g-i-mV5qyJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mVIIDN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mVIu47-ds{
background-image:url("") !important;
}

.phw-g-i-mVL2W4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mVP7IF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mVPHob-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mVSK8R-ds{
border-radius:30px !important;
}

.phw-g-i-mVtpzs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mW8FpW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mWRjok-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mX4p2G-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mXHMwq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mXHOIk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mXI4vS{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
padding-bottom:calc(var(--pu-space)*4) !important;
}

.phw-g-i-mXsBny-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mY2bRK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mY86qh-ds{
border-radius:30px !important;
}

.phw-g-i-mY8rq5{
}

.phw-g-i-mYRlry-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mYSosP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mYgiI2-ds{
border-radius:30px !important;
}

.phw-g-i-mYjat7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mYsmJk-ds{
border-radius:30px !important;
}

.phw-g-i-mZ3LTE-ds{
border-radius:30px !important;
}

.phw-g-i-mZ8sbM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mZDvtA{
}

.phw-g-i-mZGthE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mZTEf4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mZZcst-ds{
border-radius:30px !important;
}

.phw-g-i-mZlKR6{
color:var(--black) !important;
text-transform:capitalize !important;
text-decoration:none !important;
}

.phw-g-i-mZqdoH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mZwN5e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ma7nq3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ma8r5H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ma9xvo-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-maAtJw-ds{
border-radius:30px !important;
}

.phw-g-i-maIwbX-ds{
border-radius:30px !important;
}

.phw-g-i-maM4FO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-maQAsS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-maSSnq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-maZNeG-ds{
border-radius:30px !important;
}

.phw-g-i-maiaDS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mal232-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-marZVA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mauJgB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-maz9qP-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mb4Axy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mb51Ec-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mbAAX7{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mbKLM6-ds{
border-radius:30px !important;
}

.phw-g-i-mbvxhx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mcDuLf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mcJwXD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mcOnGh-ds{
border-radius:30px !important;
}

.phw-g-i-mcX6DB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mcf9qb-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-mcguiv-ds{
border-radius:30px !important;
}

.phw-g-i-mcli9c-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mcmWJN-ds{
}

.phw-g-i-mcqI2f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mdnmbY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mdtLss-ds{
border-radius:30px !important;
}

.phw-g-i-mdx8Os{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-me1B47-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-meA6Im-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-meEbzr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-meGuDk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-meJfNr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-meY3qc-ds{
border-radius:30px !important;
}

.phw-g-i-mel6Ms-ds{
}

.phw-g-i-met0bx-ds{
border-radius:30px !important;
}

.phw-g-i-mf42WL{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:18px !important;
font-weight:700 !important;
}

.phw-g-i-mf5Jzv{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
font-size:50px !important;
line-height:56 !important;
}

.phw-g-i-mf9A5I:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-mf9A5I{
}

.phw-g-i-mfHSzB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mfNCkq-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mfShh5{
background:none !important;
background-image:none !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-mfkETi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mfmL5N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mfowkK-ds{
border-radius:30px !important;
}

.phw-g-i-mft9d0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mfvbJm-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mfvypX-ds{
}

.phw-g-i-mfwffG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mfyre1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mg5weY-ds{
background-image:url("") !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}

.phw-g-i-mgGngw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mgZy6T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mge9Tn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mgfvsy{
}

.phw-g-i-mglEmX-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mgppuW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mgq5Cs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mgrkCp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mgrogS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mh0NBU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mh3gPW-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-mh9dUT-ds{
border-radius:30px !important;
}

.phw-g-i-mhT1YS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mhWTcN-ds{
}

.phw-g-i-mhb7hP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mhbDIw{
}

.phw-g-i-mhhapw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mhvoac-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mi24pu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mi2dPP-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mi5PHQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-miL2wc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-miWWT0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mibXvl-ds{
background-image:url("") !important;
}

.phw-g-i-micpli-ds{
}

.phw-g-i-micrIR{
}

.phw-g-i-mixtIl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mj3EKj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mj6xL4-ds{
border-radius:30px !important;
}

.phw-g-i-mj9WAD{
}

.phw-g-i-mjBM0k-ds{
border-radius:30px !important;
}

.phw-g-i-mjGeCF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mjHRvH-ds{
border-radius:30px !important;
}

.phw-g-i-mjpe0P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mjw0qc-ds{
border-radius:30px !important;
}

.phw-g-i-mk1IT5{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-mk3zfk-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-mk6Hs8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mkHnK2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mkL1lv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mkUd7m-ds{
border-radius:30px !important;
}

.phw-g-i-mkYRIH-ds{
border-radius:30px !important;
}

.phw-g-i-mklzhx-ds{
border-radius:30px !important;
}

.phw-g-i-mkxTlx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ml4hqf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ml9CLM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mlSHcF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mlUoz3-ds{
border-radius:30px !important;
}

.phw-g-i-mldMIe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mlf84a-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mlpoO2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mlsB8l-ds{
}

.phw-g-i-mlwD55{
}

.phw-g-i-mlx7sE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mly0rP-ds{
border-radius:9px !important;
}

.phw-g-i-mm6Qu9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mmXxI4{
}

.phw-g-i-mn13ad-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mnXXZt-ds{
border-radius:30px !important;
}

.phw-g-i-mncbSS-ds{
}

.phw-g-i-mnlPuR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mnvD8T{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--font-size-11) !important;
text-transform:none !important;
width:1000px !important;
text-align:start !important;
}

.phw-g-i-mo6h4k-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-moI4ET-ds{
border-radius:30px !important;
}

.phw-g-i-moUIqw-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-mof7WN-ds{
border-radius:30px !important;
}

.phw-g-i-mopfRs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mopmpX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mp1TeN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mp3iHO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mpHbSI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mpJ4Yn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mpVOgv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mpwkKL{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-mq3Mm5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mqStch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mqXYAd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mqXyVA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mqZUeh-ds{
border-radius:30px !important;
}

.phw-g-i-mqgGUC{
}

.phw-g-i-mqlUWn-ds{
border-radius:30px !important;
}

.phw-g-i-mqrzFg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mqtMjj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mquujT-ds{
border-radius:30px !important;
}

.phw-g-i-mqx3ay-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mr2Vlq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mrG5Do-ds{
border-radius:30px !important;
}

.phw-g-i-mrgdio{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
}

.phw-g-i-mrmXBS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mrw4zl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ms7etd{
}

.phw-g-i-ms9kIM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-msG6ms-ds{
border-radius:30px !important;
}

.phw-g-i-mskCjS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mt9aob-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mtENLL{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-mtQVXg-ds{
border-radius:30px !important;
}

.phw-g-i-mtdck9-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-mtgpHr-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-mthm99-ds{
border-radius:30px !important;
}

.phw-g-i-mti4X5{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-mtnF8O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mton0w-ds{
border-radius:30px !important;
}

.phw-g-i-mttx8b-ds{
border-radius:30px !important;
}

.phw-g-i-mu7VT8{
}

.phw-g-i-muAArL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-muEBH8-ds{
border-radius:30px !important;
}

.phw-g-i-muF4gx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-muFKrA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-muGgNC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-muHDLw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-muKKOQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-muoBI0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mv3MIv-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-mv75wE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mv8Fxl{
}

.phw-g-i-mvGryq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mvIEKC-ds{
}

.phw-g-i-mvMD0k{
border-top-left-radius:calc(var(--border-radius-base)*6.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*6.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*6.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*6.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
padding-left:82px !important;
padding-right:82px !important;
}

.phw-g-i-mvMD0k:hover{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-mvT2ZA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mvWN6w-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-mvZJNr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mvv9CJ{
}

.phw-g-i-mwIEqh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mwKgbB-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-mwSJK8{
}

.phw-g-i-mwYzC3-ds{
border-radius:30px !important;
}

.phw-g-i-mwloNB-ds{
border-radius:30px !important;
}

.phw-g-i-mwtn2r-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mwz1OV-ds{
border-radius:30px !important;
}

.phw-g-i-mwzPMc-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-mx0UtE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mx4G5e-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mx82Hg{
padding-bottom:calc(var(--pu-space)*0);
margin-top:calc(var(--mu-space)*0);
margin-bottom:calc(var(--mu-space)*0);
width:1200px !important;
}

.phw-g-i-mxFWCD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mxTxe6-ds{
border-radius:30px !important;
}

.phw-g-i-mxsP1q-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-my0YDU-ds{
}

.phw-g-i-myEfO9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-myHf6I-ds{
border-radius:30px !important;
}

.phw-g-i-mySUmy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-myShcp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-myTqRS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-myjvSz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-myjvzO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-mykNfu{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:72px !important;
}

.phw-g-i-mz5PVo-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-mzN5g7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-mzTrhd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mzUn6t-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-mzV0ZI{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-pinkf2a6b0ff) !important;
width:598px !important;
height:268px !important;
}

.phw-g-i-mza0dQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-mzc3Jg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-mzigKu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-mzvZt7-ds{
}

.phw-g-i-n02hDu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n0EZFX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n0RoDD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n0SCzz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-n0eQN8{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-n0q7Ws-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n1154A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-n1GRIO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n1PFZ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n1rSet-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n22a4F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n2DNpa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n2J7hR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n2RuJZ-ds{
border-radius:30px !important;
}

.phw-g-i-n2aY3U-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-n2p4wx{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-n3AWmR-ds{
border-radius:30px !important;
}

.phw-g-i-n3FQuh-ds{
border-radius:30px !important;
}

.phw-g-i-n3aM1C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n3b4l0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n3n4SJ-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-n4FB2j-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-n4UQ1d-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-n4meOH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n4zO11-ds{
border-radius:30px !important;
}

.phw-g-i-n56VJe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n5CNOx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n5LMFk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-n5YU5T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n5bZZp{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-n5fbXg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-n5knNj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n63gtX{
}
.phw-g-i-n63gtX img{
object-fit:cover !important;
}

.phw-g-i-n6Hs5a{
}

.phw-g-i-n6HwkX{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-n6LMkD-ds{
border-radius:30px !important;
}

.phw-g-i-n6PGRh{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n6YcWo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-n6b4FB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-n6dp6h-ds{
display:none !important;
}

.phw-g-i-n6ld0k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n6wahS-ds{
border-radius:30px !important;
}

.phw-g-i-n6zl5e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n76IZJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n7Dm8B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n7OYpV-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-n7TGuJ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-n7U2WE-ds{
border-radius:30px !important;
}

.phw-g-i-n7WiaI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-n7y1UN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n7yRvL-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-n8EAWE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n8JOdH{
color:var(--black) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-n8JQOF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n8LBMN-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-n8UNOS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n8Xgnn-ds{
border-radius:30px !important;
}

.phw-g-i-n8hGgF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-n9885H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n9Efia-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-n9FtS8-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-n9KaBm{
text-shadow:none !important;
}

.phw-g-i-n9VIWZ{
color:var(--black) !important;
}

.phw-g-i-n9ab9s{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-n9kp5I-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-n9mjlM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-n9siLb-ds{
background-size:100% 100% !important;
}

.phw-g-i-n9zfKj-ds{
border-radius:30px !important;
}

.phw-g-i-nA8Des-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nA9QEX{
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-nAGEx0-ds{
border-radius:30px !important;
}

.phw-g-i-nAGSY2-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-nASyxr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nAVEn4-ds{
border-radius:30px !important;
}

.phw-g-i-nAWaW9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nAgaSn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nAv2qz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nAxNbp-ds{
border-radius:30px !important;
}

.phw-g-i-nB35Ej-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nBJP53{
}

.phw-g-i-nBKdyy-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-nBNLRp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nBOtck-ds{
color:#00adee !important;
}

.phw-g-i-nBPKtV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nBVVLF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nBXQfP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nBn4ds-ds{
border-radius:30px !important;
}

.phw-g-i-nBz4u9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nCSUwl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nCUAoJ-ds{
border-radius:30px !important;
}

.phw-g-i-nCXYzy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nCpu6Z-ds{
border-radius:30px !important;
}

.phw-g-i-nD4sKQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nDAOXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nDAkyj-ds{
border-radius:30px !important;
}

.phw-g-i-nDSknP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nDlI3y-ds{
border-radius:30px !important;
}

.phw-g-i-nDqyLx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nE0WX7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nE1ipn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nEBtBx-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-nEYHbX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nElIpj-ds{
border-radius:30px !important;
}

.phw-g-i-nEoJHq-ds{
border-radius:30px !important;
}

.phw-g-i-nFCzuQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nFZHME-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nFcxnZ-ds{
border-radius:30px !important;
}

.phw-g-i-nFkaOk{
}

.phw-g-i-nFlcYr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nFsjpg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-nG8CfI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nGSPLS-ds{
border-radius:30px !important;
}

.phw-g-i-nGi5dH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nGnd92-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-nGrNj4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nGzmlP{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-nHDgsV-ds{
border-radius:30px !important;
}

.phw-g-i-nHJeli-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-nHP6yD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nHg3L4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nHhw9J-ds{
border-radius:30px !important;
}

.phw-g-i-nHn8sY-ds{
}

.phw-g-i-nIGdRP-ds{
border-radius:30px !important;
}

.phw-g-i-nIJ5WB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nIOFQk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nIRih6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nIrJ69-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nIv3fl-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-nIxTIa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nJ01y9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nJ8T7l-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-nJLaqF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nJYKWE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nJo8A2{
}

.phw-g-i-nJrACU{
color:var(--black) !important;
}

.phw-g-i-nJvkp3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nK85j9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nKHagx-ds{
border-radius:30px !important;
}

.phw-g-i-nKixGU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nKk6tp-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-nKlILf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nKleVo-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nLYPLl-ds{
border-radius:30px !important;
}

.phw-g-i-nLemO3-ds{
border-radius:30px !important;
}

.phw-g-i-nLsWcs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nLyXvl{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:598px !important;
}

.phw-g-i-nLyaCS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nM2Y0B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nMD1FE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nMEjNH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nMQcUQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nMUdzq-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nMbfAg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nMoe2h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nN8S84-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nN8jd4-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nND4ca-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nNVl76-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nNewhw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nNhMIR{
}

.phw-g-i-nNpfyY-ds{
border-radius:30px !important;
}

.phw-g-i-nNqayR-ds{
border-radius:30px !important;
}

.phw-g-i-nO0ooD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nO7n10-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nO8PSc-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nOE8NR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nOPavQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nOR4BJ-ds{
border-radius:30px !important;
}

.phw-g-i-nOSat7-ds{
border-radius:30px !important;
}

.phw-g-i-nOVCCC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nOXQXX-ds{
border-radius:30px !important;
}

.phw-g-i-nOicOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nOlt9T-ds{
border-radius:17px !important;
}

.phw-g-i-nOoYka-ds{
opacity:0.8 !important;
}

.phw-g-i-nOqnxc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nPCUAx{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-nPOgge-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nPRpFx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nPTqny-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nPXhSB-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-nPfZkD-ds{
border-radius:30px !important;
}

.phw-g-i-nPgwLp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nPjw46-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nPm23H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nPqKLP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nPr2YY-ds{
border-radius:30px !important;
}

.phw-g-i-nPwaEY{
border-width:0 !important;
border-color:transparent !important;
color:var(--black) !important;
background-color:transparent !important;
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-nQ3Cs7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nQ4EaA-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-nQBBfn{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-nQHStq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nQIOQo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-nQVloY{
padding-bottom:calc(var(--pu-space)*0) !important;
margin-inline-end:calc(var(--mu-space)*1) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
}

.phw-g-i-nQhOsv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nQvmc4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nR0BPX-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-nRCvHU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nRJcck-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nRkMji-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nRlolh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nRmQIg{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-nRnG1c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nS9i8r-ds{
border-radius:30px !important;
}

.phw-g-i-nSGeQF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nSJHTr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nSNbmw{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-nSV8Nl-ds{
}

.phw-g-i-nSYCby-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nSZx5U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nSh8qF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nSmrEo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nStKBb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nT6rti-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nTEoM5-ds{
border-radius:30px !important;
}

.phw-g-i-nTPELK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nTRMWP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nTaYAr-ds{
width:100% !important;
}

#_PCM .phw-g-i-nTwPGJ{
height:auto !important;
max-width:70% !important;
width:auto !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-nU3z1R-ds{
display:none !important;
}

.phw-g-i-nUPdQn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nUSn3m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nUYahA{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-nUjOWQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nUlcDd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nUmM2M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nUsO6a-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nUvIHh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nUz8QT-ds{
}

.phw-g-i-nUzvSR{
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-mqgGUC:hover .phw-g-i-nUzvSR{
background-image:none !important;
background-color:transparent !important;
}

.phw-g-i-nVBzA9{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-nVVzTO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nVh3At-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nVmuy8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nVoDNN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nVsJh0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nVylxt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nWAhmP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nWEpeP{
}

.phw-g-i-nWNzbE{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

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

.phw-g-i-nWhHbo-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nWirU0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nWjQad-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nWtLDU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nXVtpD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nXdhaE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nY0xrY-ds{
border-style:none !important;
}

.phw-g-i-nY1DMI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nY2vKr-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nY4Dwb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nYNMyL-ds{
border-radius:30px !important;
}

.phw-g-i-nYRETv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nYnBCs-ds{
border-radius:30px !important;
}

.phw-g-i-nZCYuR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nZIfUM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nZND2X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nZksB7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nZlkvz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nZm4ju-ds{
border-radius:30px !important;
}

.phw-g-i-nZm8Wv{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-nZsDxI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nZsYSc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nZz4re-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-na0Aiz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-na3KIy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-na5XIu{
}

.phw-g-i-naAqYX-ds{
border-radius:30px !important;
}

.phw-g-i-naM74h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-naM9JQ-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-naTk89-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-naZt8d-ds{
border-radius:30px !important;
}

.phw-g-i-najQkj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nak4bG-ds{
border-radius:35px !important;
}

.phw-g-i-nbJPXS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nbXtCr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nbmd45-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nbrIdd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nbvurg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nc43Co-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-ncGSS7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-PFL0p3:hover .phw-g-i-ncPvUU{
background-color:transparent !important;
}

.phw-g-i-ncPvUU{
}

.phw-g-i-ncWn4T-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ncgj0i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ncnTF5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ncncFI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nd14we-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nd84PH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ndIGtQ{
}

.phw-g-i-ndU6wz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ndVmUe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ndgP5W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ndqpWu{
background:none !important;
background-image:none !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-ndrFw2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ndxNCo-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ndzWGc{
padding-inline-start:calc(var(--pu-space)*4) !important;
}

.phw-g-i-ne9L0s-ds{
display:none !important;
}

.phw-g-i-neD3kp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-neJ5Wo-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-neMpxm-ds{
}

.phw-g-i-nedN2s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nerj7G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-netHzf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nf1k9A-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nf7VSK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nfHjXH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nfUas6-ds{
border-radius:30px !important;
}

.phw-g-i-nfbHjl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nfcuUV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nfhpCv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nfkPYu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nfn6am-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-nft246-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nftK5r-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ng0zVE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ngCj0d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ngTt31{
}

.phw-g-i-ngZiEM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ngetq4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ngnIOX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-ngpyOx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ngtCuP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ngwpX8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ngwvPr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ngx7hP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nh06lE{
color:var(--white) !important;
width:100% !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-1) !important;
text-transform:capitalize !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-nh7x6C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nhAQWD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nhIxll{
}

.phw-g-i-ITI4ig:hover .phw-g-i-nhIxll{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-nhMMBp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nhQnPo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nhQnV6-ds{
border-radius:30px !important;
}

.phw-g-i-nhhzO8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nhiPdP-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nhmmFh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nhseXb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nhuBb6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nhxmbO-ds{
}

.phw-g-i-ni0QGz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ni2Nuy-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-nihk3L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nilZuV-ds{
background-image:url("") !important;
}

.phw-g-i-niloEY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nirHrY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nixCX1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nj7eTn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-njUsnT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-njcLk3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nk5TWY{
color:var(--black) !important;
}

.phw-g-i-nkgDjs{
}

.phw-g-i-nkh152-ds{
}

.phw-g-i-nkhQmm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nkhRe7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nkoC9j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nkpF9S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nkpgvz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nl02kp{
color:var(--white) !important;
}

.phw-g-i-nlbo3H-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-nliaAY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nm0XqS-ds{
border-radius:30px !important;
}

.phw-g-i-nm1ipk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nm2CIg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nm388l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nm6XHc-ds{
border-radius:30px !important;
}

.phw-g-i-nmA7Cb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nmN87t-ds{
border-radius:30px !important;
}

.phw-g-i-nmVyja-ds{
border-radius:30px !important;
}

.phw-g-i-nmc8Zo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nmfQll-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-nmjk0y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nmklzg{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-nmyD3U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nnH8WX{
}

.phw-g-i-nnHONt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nnHbx5-ds{
border-radius:30px !important;
}

.phw-g-i-nncCye-ds{
border-radius:30px !important;
}

.phw-g-i-nnow99{
color:var(--black) !important;
}

.phw-g-i-nnsj8I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nnx2SG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-no41Fi-ds{
border-radius:17px !important;
}

.phw-g-i-no53JD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-no7NxP-ds{
opacity:0.8 !important;
}

.phw-g-i-no8teh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-noIR8k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-noN7nu-ds{
border-radius:30px !important;
}

.phw-g-i-nomByI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nonwJl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-np0BB9{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-npK3zs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-npLwpF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-npOr20-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-npfVGN-ds{
border-radius:17px !important;
}

.phw-g-i-npx3s6{
}

.phw-g-i-nq0AT1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nq7pxP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nq9OLw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nq9b8f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nqAFoX-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-nqCRVN{
}

.phw-g-i-nqFzKP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nqipTs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nqjvzZ{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
.phw-g-i-nqjvzZ img{
object-fit:cover !important;
}

.phw-g-i-nqkagZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nqmQW8-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-nqwSyy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nr065J-ds{
opacity:0.8 !important;
}

.phw-g-i-nr7Ao1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nrG4hr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nrGdkk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nrNTjw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nrP7Rl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nrRtmz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nrkhxN-ds{
border-radius:30px !important;
}

.phw-g-i-nru1EK-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nrujE0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nrvTHP-ds{
text-align:left !important;
}

.phw-g-i-nrvkMM-ds{
border-radius:30px !important;
}

.phw-g-i-nsAsyp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nsOmEx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-nsSE3d-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nsyk3A-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-nt1LNT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ntRK1O-ds{
background-position:50% 50% !important;
}

.phw-g-i-ntb5vR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nth5LA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ntn44T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ntoOIT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nuCEzR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nuCwLJ-ds{
border-radius:30px !important;
}

.phw-g-i-nuJW7W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nueRnG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nuhDwe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nupol4{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-nusrXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-nuxktN{
}

.phw-g-i-nv2OYW-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-nv4x40{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-nvJxFL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nvM0L8{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:auto !important;
}

.phw-g-i-nvM0L8:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-nvM0L8:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-nvM0L8:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-nvM0L8:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-nvM0L8.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-nvM0L8:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-nvUffI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nvYAtI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nvgbkJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nvmKtH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-nw3l4U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nwBhWk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nwHTnM-ds{
border-radius:30px !important;
}

.phw-g-i-nwfDLO{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-nwjaqZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nwzY4m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nx02b3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nxGJyZ-ds{
border-radius:30px !important;
}

.phw-g-i-nxnr2i-ds{
border-radius:30px !important;
}

.phw-g-i-nxtAZF-ds{
border-radius:30px !important;
}

.phw-g-i-nxv31K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ny2l7k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ny3lau-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-nyD9m7{
}

.phw-g-i-nyH4y4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nyHueK-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-nyPdTY{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:32px !important;
}

.phw-g-i-nyS8Jm{
}

.phw-g-i-nySnoc-ds{
border-radius:17px !important;
}

.phw-g-i-nywcY1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nz64uM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-nz69uz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nzRNud-ds{
border-radius:30px !important;
}

.phw-g-i-nzYomu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-nzjfMI{
}

.phw-g-i-nzpDkE{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
text-decoration:none !important;
}

.phw-g-i-nzreHH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-nzteAn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o0KjeH-ds{
}

.phw-g-i-o0Ms5K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o0XqH0-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-o0hMrz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o0m3Z2-ds{
}

.phw-g-i-o0nLIJ-ds{
border-radius:30px !important;
}

.phw-g-i-o0ohUZ-ds{
border-radius:30px !important;
}

.phw-g-i-o0s1mc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o1Hs5Q-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-o1LVjc-ds{
border-radius:30px !important;
}

.phw-g-i-o1Obdv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o1U9Vn{
}

.phw-g-i-o1Vi3G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o1fstP{
background:none !important;
background-image:none !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-o1kbMW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o23L8B{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

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

.phw-g-i-o2FIn2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o2QkSF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o2TDf9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-o2ag0v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o2e7vo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o2lsgE{
}

.phw-g-i-o2oNLM-ds{
border-radius:30px !important;
}

.phw-g-i-o2s8Kc-ds{
border-radius:17px !important;
}

.phw-g-i-o2uPpR{
}

.phw-g-i-o2ybp2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o38gmK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o3JsCk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o3PaED{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-o3Tg8o{
}

.phw-g-i-o3Wy5y{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
text-transform:lowercase !important;
width:680px !important;
text-align:center !important;
}

.phw-g-i-o3t7NF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o45DXr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o45Gm1-ds{
}

.phw-g-i-o4B10w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o4ChLS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o4FnwZ-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-o4O0fB-ds{
border-radius:30px !important;
}

.phw-g-i-o4TlzG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o4Zuw2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o4ftJp{
}

.phw-g-i-o50B9s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o53t8H-ds{
border-radius:30px !important;
}

.phw-g-i-o5G39a{
}

.phw-g-i-o5HLbW-ds{
border-radius:30px !important;
}

.phw-g-i-o5IBka-ds{
}

.phw-g-i-o5IlDU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o5RDap-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-o5Vwjx-ds{
border-radius:31px !important;
}

.phw-g-i-o5X6gn{
}

.phw-g-i-7dOcW5:hover .phw-g-i-o5X6gn{
background-color:transparent !important;
}

.phw-g-i-o5bfkR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o5k2M1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o5nWIi-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-o5slnv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o6LAr9-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o6PVTO-ds{
border-radius:30px !important;
}

.phw-g-i-o6Umbh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o6dxiP-ds{
background-color:#3a3a3a !important;
}

#_PCM .phw-g-i-o6fgCl{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
height:44px !important;
}

.phw-g-i-o6gW6a-ds{
border-radius:30px !important;
}

.phw-g-i-o6otk8-ds{
}

.phw-g-i-o6ovYk-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-o6vEkP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o6wM3k-ds{
border-radius:30px !important;
}

.phw-g-i-o6yz2l-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-o78tYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o7xvzF-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-o7yde1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o85jFO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o88b4s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o8KjRC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-o8Lvfp-ds{
border-radius:30px !important;
}

.phw-g-i-o8WYF0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o8ZMSW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-o8iLff-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-o8jMQ1{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
}

.phw-g-i-o8pgFC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-o94emQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-o9EOXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o9LoK1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o9W8x1{
text-shadow:none !important;
}

.phw-g-i-o9mVeM-ds{
border-radius:30px !important;
}

.phw-g-i-o9oZ6H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o9q9gZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-o9xfs7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oA7nLf-ds{
border-radius:30px !important;
}

.phw-g-i-oAGyJh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oAYGLp-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-oAesHx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oAzgkn{
}

.phw-g-i-oBDTP8-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-oBH1LR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-oBIxMj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oBLpXV-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-oBPrVc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oBU7TL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-oBYvxx{
height:64px !important;
width:64px !important;
}

.phw-g-i-oBazEu-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-oBp9rG-ds{
background-image:url("") !important;
}

.phw-g-i-oBx3iC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oBzxrh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oC4hMh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oC5Vav-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-oCE12D-ds{
border-radius:30px !important;
}

.phw-g-i-oCOFYy-ds{
opacity:0.8 !important;
}

.phw-g-i-oCOiUj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oCQrza-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oCcmKj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oCkZqs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oD0DF4-ds{
}

.phw-g-i-oD44YR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oD8MJa-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oDAXfa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oDBgtw{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-oDQ4v2-ds{
border-radius:30px !important;
}

.phw-g-i-oDjqME-ds{
border-radius:30px !important;
}

.phw-g-i-oDlS81{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
}

.phw-g-i-oDnAmy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oE5kkk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oE9Wzl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oEYJWN{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-oEitdZ-ds{
border-radius:30px !important;
}

.phw-g-i-oEmoYm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-oEx1dP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oF04Hk{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
}

.phw-g-i-oF0s5a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oFFTZR-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-oFFwgG{
}

.phw-g-i-oFHP0n{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
}

.phw-g-i-oFWM4y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oFmcVq-ds{
background-size:contain !important;
background-position:50% 50% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-oFn9mu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oG40OS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oG4Dak-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-oGKxVH{
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}

.phw-g-i-oGMg75{
}

.phw-g-i-oGOJJv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-oGOKUh-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-oGQWht{
height:140px !important;
}

.phw-g-i-oGnrdO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oGwm3O{
}

.phw-g-i-oHAay5-ds{
border-radius:30px !important;
}

.phw-g-i-oHY17M-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-oHa1nm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oHdUkp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oHk2mO-ds{
}

.phw-g-i-oI2nM0-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oIE6BG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oIGy63-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oIMqry-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-oINsIS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oIdmzf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oIkAqu{
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-oIkAqu{
background:none !important;
background-image:none !important;
opacity:0 !important;
}

.phw-g-i-oIzIDg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oIzTZH-ds{
border-radius:30px !important;
}

.phw-g-i-oIzTvC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oJKeyz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-oJLiin-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oJM8RK{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-oJMHfo-ds{
border-radius:30px !important;
}

.phw-g-i-oJQaTu{
color:var(--black) !important;
}

.phw-g-i-oJU0qW-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-oJolgk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oJq31i{
font-size:var(--phw-g-hero-title-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:700 !important;
}

.phw-g-i-oJyGsb-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-oKB6pU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-oKEc8t-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-oKPqeh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oKPybf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oKqRlC{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-oKrs27-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oL1Ee0-ds{
color:#00adee !important;
}

.phw-g-i-oL3U7R-ds{
}

.phw-g-i-oL6yhG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oLamAC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oMQODl-ds{
border-radius:30px !important;
}

.phw-g-i-oMSFML{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--text-dark) !important;
}

.phw-g-i-oMU6H9-ds{
}

.phw-g-i-oMllfH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oMnkHF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oMoeAO{
color:var(--custom-color-m0h0i) !important;
display:inline-flex !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
}

.phw-g-i-oMrWTc-ds{
border-radius:30px !important;
}

.phw-g-i-oMu3WJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-oMxkpi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oN3N4S-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-oN7Qxz{
}

.phw-g-i-oNAR0z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oNDCnd-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-oNKTaZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oNYrFI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oNhzH9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-oNprpI{
background-color:transparent !important;
}

.phw-g-i-oNtTvc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oNtttM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oNuTHM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oNxkFa-ds{
border-radius:30px !important;
}

.phw-g-i-oO3nyz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oOBjg1-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-oOCmtG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oOJcGX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oOb6aO{
background:none !important;
background-image:none !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-oOdCNl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oOqoAi{
min-height:38px !important;
}

.phw-g-i-oP0M0W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oP6IwE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oPGPMe-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-oPPDyQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oPu52b{
background:none !important;
background-image:none !important;
}

.phw-g-i-oPu52b:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-oQ2Rv4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oQHenY-ds{
border-radius:30px !important;
}

.phw-g-i-oQfzdx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oQkhre-ds{
border-radius:30px !important;
}

.phw-g-i-oR72QL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oRIdLG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oRWLeT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oRtHuX{
width:1244px !important;
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
max-width:1440px !important;
}

.phw-g-i-oSFJei{
color:var(--black) !important;
}

.phw-g-i-oSHV3y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oSKajq{
padding:0 !important;
color:var(--white) !important;
font-weight:400 !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
border-color:transparent !important;
min-height:auto !important;
background-color:transparent !important;
box-shadow:none !important;
border-width:0 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
height:var(--btn-height) !important;
}

.phw-g-i-oSNrFP-ds{
border-radius:30px !important;
}

.phw-g-i-oSt8ZC-ds{
}

.phw-g-i-oT8Yo0-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-oTMkzl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oTWWf1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-oTbXBC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oTejyd{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-oTk9Yt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-oTmNy3-ds{
border-radius:30px !important;
}

.phw-g-i-oTyLkG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oU4oMe-ds{
border-radius:30px !important;
}

.phw-g-i-oU54Cp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-oU5vcs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oUNbcN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oUemxG{
color:var(--black) !important;
}

.phw-g-i-oUoXN3-ds{
}

.phw-g-i-oUpS7s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oUv7D0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oUztOy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oV3ZIB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oV5xVU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oVGOgI{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-oVOOQn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-oVXqJs-ds{
display:none !important;
}

.phw-g-i-oVaGSE-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-oVdvs7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oVrtMW-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-oW9hQa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-oWNmAt-ds{
border-radius:30px !important;
}

.phw-g-i-oWQ4L1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oWQdCB-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-oWcZwd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oWo5GG-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-oWxwyo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oX3epH{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-oX58BA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-oXNoQJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oXQ6Rv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oXiEt1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oXoySO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oXtHFI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oXxg9c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oY13rL{
width:1244px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
max-width:1440px !important;
}

.phw-g-i-oY1srN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oY8COb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-oYDvmB-ds{
border-radius:30px !important;
}

.phw-g-i-oYG3Cy-ds{
border-radius:31px !important;
}

.phw-g-i-oYPCo7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-oYRH1S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oYZ1SF-ds{
border-radius:30px !important;
}

.phw-g-i-oYZeTp-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-oYZnWS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oYdzrS{
color:var(--white) !important;
margin-inline-start:calc(var(--mu-space)*2) !important;
}

.phw-g-i-oYjjdN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oZ9at4-ds{
border-radius:30px !important;
}

.phw-g-i-oZ9bvZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oZByxa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oZCdbe{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:268px !important;
width:598px !important;
}

.phw-g-i-oZEn9D-ds{
}

.phw-g-i-oZczvB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-oZpsGc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oZqiNx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oZu99r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oaQVjF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oabzq9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oahVww{
}

.phw-g-i-oaiEIr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oax1sh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-obCqAY{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-obFOpF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-obK1BX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-obNSFk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-obOZTj-ds{
border-radius:30px !important;
}

.phw-g-i-obWSfU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-obZdYr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-obr79s-ds{
border-radius:30px !important;
}

.phw-g-i-obwatx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-oc7UmX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oc8cpu-ds{
}

.phw-g-i-ocFCdS{
}

.phw-g-i-ocLel3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ocWpxv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oca0mC-ds{
border-radius:30px !important;
}

.phw-g-i-occqDt-ds{
border-radius:30px !important;
}

.phw-g-i-ocenos{
color:var(--black) !important;
}

.phw-g-i-ocfUKw{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-ocixW5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ocn5kY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ocqgCH-ds{
border-radius:30px !important;
}

.phw-g-i-od3WSl-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-odOaf7-ds{
border-radius:30px !important;
}

.phw-g-i-odQ4tJ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-odQlyJ-ds{
border-radius:30px !important;
}

.phw-g-i-odpmAV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oduNpj{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-odxBjE-ds{
border-radius:30px !important;
}

.phw-g-i-oe1BoV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-oeUhs8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oee7xf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-oejb1j{
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
width:600px !important;
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-oerKL6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oezPif-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-of014g-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-of0Cdk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-of9Bzs:hover{
border:none !important;
}

.phw-g-i-ofKkZD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ofOIId-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ofRXxM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ofY8ub-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ofsrNy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ofxSWv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-og0sGm-ds{
border-radius:30px !important;
}

.phw-g-i-ogEJ1I{
}

.phw-g-i-ogGhFi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ogb4R7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-ogcAFD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ogmOm5-ds{
}

.phw-g-i-ohPbr4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ohSqsP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ohfBxX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ohgzoM{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-ohiPeo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ohuYYv-ds{
}

.phw-g-i-oiBiRz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-oiQrzf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oiRXAs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oiXcma-ds{
border-radius:30px !important;
}

.phw-g-i-oiaE3t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oicGSo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-oiwl3T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ojBmWz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ojDy9F-ds{
border-radius:29px !important;
}

.phw-g-i-ojGt8d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ojnT9J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-ojt1PJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oju8mH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ok8KLl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ok8cS9-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-okDKi8{
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-okGs8p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-okLB5l{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-okUtcG-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-okWCle-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-okWdIN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-okhMdQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-okrfqd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-okrr0p-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ol0fPE-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-olFyYT{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-nav-items) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-olFyYT:hover{
border-width:0px !important;
}

.phw-g-i-olIBLh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-olLxSB-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-olad5S-ds{
border-radius:30px !important;
}

.phw-g-i-oli7Bs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oloPlf{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-olusdx-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-omJwhe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-omOVgI-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-omWDo9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-omcYfA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-omhcS4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-omizGm-ds{
border-radius:30px !important;
}

.phw-g-i-omvdBm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-omyLsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-on3lFw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-on467A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-on6wgo-ds{
border-radius:30px !important;
}

.phw-g-i-onBbTD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-onLViX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-onQnuD-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-onSuzV{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-ondzsr{
border-inline-start-style:solid !important;
border-inline-start-color:var(--phw-custom-border-black000000ff) !important;
}

.phw-g-i-onhlGX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ontFcK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-onwSaH{
}

.phw-g-i-onyhjy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ooEd3V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ooL76z{
color:var(--black) !important;
}

.phw-g-i-ooQCZn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ooZ91v-ds{
}

.phw-g-i-oorGFP{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/banner1-1740109321750.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-oowk3w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ooylKT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-opIC09-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-opLGR3{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-opVPQd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-opXWRd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-opc7Ox-ds{
border-radius:30px !important;
}

.phw-g-i-opfvFz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-opglH2-ds{
border-radius:30px !important;
}

.phw-g-i-opyfG7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oq44QG{
font-weight:600 !important;
font-size:var(--phw-g-hero-title-font-size) !important;
line-height:1.25 !important;
color:var(--black) !important;
}

.phw-g-i-oq4pBa{
color:var(--black) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-oq6fwZ-ds{
}

.phw-g-i-oqNmFz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-oqaPox-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-oqcjF7{
}

.phw-g-i-oqeJq8-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oqf186{
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--white) !important;
border-style:none !important;
}

.phw-g-i-oqnxmA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oqrYrP-ds{
border-radius:30px !important;
}

.phw-g-i-orFCaU-ds{
}

.phw-g-i-orFF3e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-orR8b4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-orftWU-ds{
border-radius:30px !important;
}

.phw-g-i-org45y-ds{
border-radius:30px !important;
}

.phw-g-i-orrI1D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-orzzdF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-osE5ke-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-osS0bs-ds{
border-radius:30px !important;
}

.phw-g-i-oswzxI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oszY7N-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-otIwx0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-otSaig-ds{
border-radius:30px !important;
}

.phw-g-i-otUgvD-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-otUxan{
}

.phw-g-i-otVBTP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oth4Go-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-othWwp-ds{
border-radius:30px !important;
}

.phw-g-i-otluCO-ds{
border-radius:30px !important;
}

.phw-g-i-otrVXi{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-otvuYx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-otxt89-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ou0Ymh{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}

.phw-g-i-ou5ZLO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ouFbFB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ouOmXe-ds{
border-radius:30px !important;
}

.phw-g-i-ouPmtt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ouU3V7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oufHVt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oufetB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oujg9N{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-oulU27-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oupBx5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ousUee-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-ov4dfF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ov7ban{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:auto !important;
}

.phw-g-i-ov8ImO-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ovEPfg{
background-color:var(--widget-bg-gray-color) !important;
}

.phw-g-i-ovFjlH-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-ovGGqk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ovIlvC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ovIts2-ds{
border-radius:30px !important;
}

.phw-g-i-ovPWDK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ovQf2v-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ovTjkl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ovUg0P-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ovVgJT-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ovYI4x{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-ovmdKo-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-ow4alh-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ow7LUE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ow9Heu-ds{
border-radius:30px !important;
}

.phw-g-i-ow9NC2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-owBliM-ds{
}

.phw-g-i-owISwx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-owMdeN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-owWTzF{
color:var(--black) !important;
}

.phw-g-i-owa88w{
}

.phw-g-i-owakoI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oweBVA-ds{
}

.phw-g-i-owhEla-ds{
border-radius:30px !important;
}

.phw-g-i-owxBTs-ds{
border-radius:30px !important;
}

.phw-g-i-ox0Kto-ds{
border-radius:30px !important;
}

.phw-g-i-ox1AS1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ox3QgO{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-oxGIhp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-oxH8BS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oxbwJJ-ds{
border-radius:30px !important;
}

.phw-g-i-oxdGos{
color:var(--phw-custom-text-colorsff8000) !important;
font-family:var(--cms-g-jetsansregular) !important;
text-decoration:underline !important;
}

.phw-g-i-oxiLxm{
background-color:var(--widget-bg-dark-color) !important;
}

.phw-g-i-oxlBLx-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-oxof7Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oy1h5r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oyEYZ1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oyKvd2:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
border:none !important;
}

.phw-g-i-oyKvd2{
background:none !important;
background-image:none !important;
}

.phw-g-i-oyLEuK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oyXhwh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-oytZ0P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-oz74sH{
color:var(--white) !important;
text-decoration:none !important;
display:inline-flex !important;
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-oz74sH:hover{
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
color:var(--white) !important;
text-decoration:underline !important;
}

.phw-g-i-ozXhNC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ozb2cT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ozhzNo{
}

.phw-g-i-oziEHU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ozvkTU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p05UsY{
}

.phw-g-i-p089uB-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-p0FTFS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p0Iv1T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-p0OrCo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-3KsPPv:hover .phw-g-i-p0PY3T{
background-color:transparent !important;
}

.phw-g-i-p0PY3T{
}

.phw-g-i-p0Qiri-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-p0SaUf{
font-size:var(--phw-g-input-label-text-font-size) !important;
line-height:1 !important;
}

.phw-g-i-p0cH8O-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-p0gW5g-ds{
}

.phw-g-i-p0i7ST-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p0qhHj-ds{
border-radius:30px !important;
}

.phw-g-i-p1Z2G2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-p1ogx3-ds{
}

.phw-g-i-p1rufJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p1rvFF-ds{
border-radius:30px !important;
}

.phw-g-i-p217g4{
background-image:none !important;
max-width:1440px !important;
width:1244px !important;
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}

.phw-g-i-p26ysK-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-p29bha-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-p2IwZ5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p2jHnr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-p2jOwZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-p2pdxL-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-p2uXTg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-p2xWNv{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-p323i5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p3C1wD-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-p3LzAN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p3Nvp6-ds{
}

.phw-g-i-p3Uciv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-p3Yekn-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-p3cOoG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-p3iCJd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-p3iLir-ds{
border-radius:30px !important;
}

.phw-g-i-p3rydI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p3xc2H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p4E7fa-ds{
border-radius:30px !important;
}

.phw-g-i-p4U36H{
color:var(--phw-custom-text-colorsff8000) !important;
font-family:var(--cms-g-jetsansregular) !important;
text-decoration:underline !important;
}

.phw-g-i-p4tUjr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-p4uk3M-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-p51SRA-ds{
border-style:none !important;
}

.phw-g-i-p57iCK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p5BGA5-ds{
display:none !important;
}

.phw-g-i-p5LqWN-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-p5Nkam-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-p5P6lk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-p5SRXk-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-p5VFxo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-p5VJ2d-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-p5csFX{
}

.phw-g-i-p5vGDr-ds{
border-radius:30px !important;
}

.phw-g-i-p5vPpL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p5xjSr-ds{
border-radius:30px !important;
}

.phw-g-i-p6SZY3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-p6TmoP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-p6VN59-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-p6uijn-ds{
border-radius:30px !important;
}

.phw-g-i-p7NuXg-ds{
border-radius:30px !important;
}

.phw-g-i-p7Ypxh-ds{
border-radius:30px !important;
}

.phw-g-i-p7honU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p7qac4{
}

.phw-g-i-p7sUqj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-p8CPyT{
color:var(--white) !important;
}

.phw-g-i-p8PUnV-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-p8RGLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p8RbPH-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-p8U7og-ds{
border-radius:30px !important;
}

.phw-g-i-p8izHz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-p8xkRF-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-p9BTFU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-p9HMif-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-p9SPTb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-p9dq1C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-p9wiWq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pACXpI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pAIHGW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pAIUZ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pAhKCb-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-pAhLzV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pB4yYt{
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
padding-left:0px !important;
font-size:var(--cms-g-font-small) !important;
line-height:var(--paragraph-line-height-2) !important;
min-height:34px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
border-style:none !important;
padding-right:0px !important;
}

.phw-g-i-pB8JLl-ds{
text-align:left !important;
}

.phw-g-i-pBNd3H{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-pBOGhd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pBWA1e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pBX5W7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pBeyrp-ds{
border-radius:30px !important;
}

.phw-g-i-pBj9jZ{
}

.phw-g-i-pBjIAL-ds{
opacity:0.8 !important;
}

.phw-g-i-pBmUhw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pBpEg1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pC75LB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pCBKq9-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-pCGV4k-ds{
border-radius:31px !important;
}

.phw-g-i-pCjSwB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pCk2mG-ds{
display:none !important;
}

.phw-g-i-pD2IYJ-ds{
border-radius:17px !important;
}

.phw-g-i-pD9ucv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pDAg3T{
border:none !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-pDAg3T:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-pDAg3T:focus{
background:none !important;
background-image:none !important;
color:var(--black) !important;
text-decoration:underline !important;
}

.phw-g-i-pDaB5s{
color:var(--black) !important;
text-decoration:none solid rgb(255, 128, 0) !important;
}

.phw-g-i-pDwCuf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pDwF1L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pE1dG9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pE3bvG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pE6i4E{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-pEBBWY{
width:300px !important;
}

.phw-g-i-pEEKQi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pENIRo-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-pERtIy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-pEZIET-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pEniIw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pFEF7D{
}

.phw-g-i-ITI4ig:hover .phw-g-i-pFEF7D{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-dyLtDp:hover .phw-g-i-pFEF7D{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-pFFxnR-ds{
border-radius:30px !important;
}

.phw-g-i-pFMi6o{
height:64px !important;
width:64px !important;
}

.phw-g-i-pFVbL3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pFhKuc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pFuigW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pGJ8g0{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-pGTvG9-ds{
border-radius:30px !important;
}

.phw-g-i-pGeIcc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pGhha4-ds{
border-radius:30px !important;
}

.phw-g-i-pH6Fca-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pH7ZXs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pHGd25-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pHTCEs-ds{
width:100% !important;
}

.phw-g-i-pHY9MN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pHfxo0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-pHm3KL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pHyIsR{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-pI09g9{
}

.phw-g-i-pIF3w7-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-pIXHSr-ds{
border-radius:30px !important;
}

.phw-g-i-pIgQDC-ds{
}

.phw-g-i-pIkk3C-ds{
border-radius:30px !important;
}

.phw-g-i-pJ8RMb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pJIbwX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pJK4qF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pJRxLU-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-pJeJBo-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pJfgKx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pJh5yQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--white) !important;
}

.phw-g-i-pJj6TY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pK6LAn{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-pKVmej-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pKZYUu{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-pKaiSx-ds{
border-radius:30px !important;
}

.phw-g-i-pKxPBA-ds{
}

.phw-g-i-pL1jyZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pL455M{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
box-shadow:none !important;
}

.phw-g-i-pL6X19{
}

.phw-g-i-pLEZrL-ds{
border-radius:30px !important;
}

.phw-g-i-pLGNVt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pLSWuA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pLiNfe-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pLjyzh-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-pLmE1s-ds{
border-radius:30px !important;
}

.phw-g-i-pLyS4Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pM0lXe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pMASr9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pMOdQ3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pMSmax-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pMT3PJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pMVWT6{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1 !important;
font-weight:700 !important;
margin-inline-end:calc(var(--mu-space)*0) !important;
margin-top:calc(var(--mu-space)*0) !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
margin-bottom:calc(var(--mu-space)*0) !important;
}

.phw-g-i-pMs3id-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pMzmDK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pN4fqS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pN4x1h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pN5die-ds{
border-radius:30px !important;
}

.phw-g-i-pNdprS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pNkE1c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pNp2pC-ds{
border-radius:30px !important;
}

.phw-g-i-pODIxj:hover{
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-pODIxj{
}

.phw-g-i-pOJXed-ds{
border-radius:30px !important;
}

.phw-g-i-pOKe2f-ds{
border-radius:30px !important;
}

.phw-g-i-pONuMH{
}

.phw-g-i-pOOF5G-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pP9EeG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pPKrxa-ds{
border-radius:30px !important;
}

.phw-g-i-pPO2YA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pPrZda{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}

.phw-g-i-pPs90K-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pPtKj7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pPtdFm-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-pPvuuV{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-pPzB1k{
background-color:var(--phw-custom-636363636363) !important;
}

.phw-g-i-pQ1tzv-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-pQ2VDm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pQIV4r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pQX5Mu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pQnNPv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pQsDN4{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-pQyYeF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pQzNDX{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-pR7xut-ds{
border-radius:30px !important;
}

.phw-g-i-pR9RAg-ds{
border-radius:30px !important;
}

.phw-g-i-pRFtHO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pRKwb1{
text-shadow:none !important;
}

.phw-g-i-pRU8ZF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pRa26Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pS3HI7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pS5a9h-ds{
border-radius:47px !important;
}

.phw-g-i-pSAYno-ds{
border-radius:30px !important;
}

.phw-g-i-pSCYTH-ds{
}

.phw-g-i-pSTF6F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pSUr6C{
color:var(--black) !important;
}

.phw-g-i-pSV4At-ds{
border-radius:30px !important;
}

.phw-g-i-pSw6Be-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pSwOBV{
}
.phw-g-i-pSwOBV img{
object-fit:cover !important;
}

.phw-g-i-pTAftA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pTKNEh{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-pTPvql{
color:var(--white) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
padding-top:calc(var(--pu-space)*1.25) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
}

.phw-g-i-pTi279{
}

.phw-g-i-pUFAUf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pUHWXl{
}
.phw-g-i-pUHWXl img{
object-fit:cover !important;
}

.phw-g-i-pUaZXw{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-pUjQLE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pV2Fqj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pV2PSE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pV8Yzg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-pVWbCg{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-pVjkj6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pVkQIV-ds{
}

.phw-g-i-pVn4Dn-ds{
border-radius:30px !important;
}

.phw-g-i-pVnRw4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pVsTDG{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-pW8rG8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pWGIg2-ds{
}

.phw-g-i-pWUJMT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pWVcWz-ds{
border-radius:30px !important;
}

.phw-g-i-pWWZH6-ds{
border-radius:30px !important;
}

.phw-g-i-pWcqb8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pWkC3H-ds{
}

.phw-g-i-pXGwU8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pXIqYZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pXQoHy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pXUM3A-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-pXehb9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pXrHDT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pXx3bh-ds{
}

.phw-g-i-pXxcXr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pXzsjO-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-pYOVNm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pYkAo6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pYlEa6-ds{
border-radius:30px !important;
}

.phw-g-i-pYtlHE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pZNZnU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pZc6sD-ds{
border-radius:30px !important;
}

.phw-g-i-pZpwam-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pZyjYj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pa5BP3-ds{
border-radius:30px !important;
}

.phw-g-i-pa5VQI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pa9TnM-ds{
border-radius:30px !important;
}

.phw-g-i-paEcyp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-paHdsI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-paNkUw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-paUVEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-padJTc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pafsV0-ds{
}

.phw-g-i-paiqko-ds{
border-radius:30px !important;
}

.phw-g-i-pakGj5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-patlK3-ds{
border-radius:30px !important;
}

.phw-g-i-pb1tle-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pb3fCb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pbB1cb-ds{
}

.phw-g-i-pbEbnj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pbHwq4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pbKfrz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pbbzWY{
color:var(--black) !important;
}

.phw-g-i-pbhzBH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pbjUsU-ds{
border-radius:30px !important;
}

.phw-g-i-pbqo6d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pcAZfU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pcOW80-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pcSQ7K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pcVbGK{
border-width:0px !important;
border-style:none !important;
color:var(--black) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
min-height:34px !important;
padding-left:0px !important;
padding-right:0px !important;
}

.phw-g-i-pcbai3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pcdNlF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pdCeOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pdDvK5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pdOSVZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pdZkFB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pdjJjI-ds{
border-radius:30px !important;
}

.phw-g-i-pdmWaS-ds{
border-radius:30px !important;
}

.phw-g-i-pdp9Up-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pdt4Cr{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-pdyxG1{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-peHYZU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-peJf0D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pefWpk-ds{
}

.phw-g-i-pes0oG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pexAOv-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pf2q3N-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pf5RmX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pfLJ35-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pfWSDQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-pfXDVH-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pfsO63-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pfvR1x-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pfwOtP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pg6EKU{
}

.phw-g-i-pgBCzJ-ds{
}

.phw-g-i-pgNuVz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pgWttz{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-pgWttz:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-pgWttz:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-pgWttz:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-pgWttz:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-pgWttz.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-pgWttz:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-pgXkjT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pgmYMx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pgnOdZ-ds{
border-radius:30px !important;
}

.phw-g-i-ph7p5Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-phN7ZD{
background-color:var(--widget-bg-dark-color) !important;
}

.phw-g-i-phNZVJ-ds{
border-radius:30px !important;
}

.phw-g-i-phRWQj{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}

.phw-g-i-phTA1E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-phUMR4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-phZKOV-ds{
border-radius:30px !important;
}

.phw-g-i-phgHkK-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-phxRdp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pi03bo{
color:var(--black) !important;
font-size:18px !important;
text-align:start !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
width:640px !important;
}

.phw-g-i-pi1GMh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-piEhUP-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-piGohW{
color:var(--white) !important;
}

.phw-g-i-piJK6h{
}

.phw-g-i-piJpKR{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-piY5wE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pifJXx{
text-align:center !important;
color:var(--black) !important;
font-size:var(--body-font-size) !important;
}

.phw-g-i-pilPRl-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-pjCMzM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-pjT9yJ{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
color:rgb(255, 128, 0) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}

.phw-g-i-pjT9yJ:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-pjT9yJ:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-pjT9yJ:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-pjT9yJ:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-pjT9yJ.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-pjT9yJ:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-pjVL1y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pjo9m8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pjzVxy{
color:var(--black) !important;
}

.phw-g-i-pk6tfd-ds{
border-radius:30px !important;
}

.phw-g-i-pkDPF9{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-tEAsb6:hover .phw-g-i-pkDPF9{
background-color:transparent !important;
}

.phw-g-i-ITI4ig:hover .phw-g-i-pkDPF9{
background-color:transparent !important;
}

.phw-g-i-pkMYuZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pkW90G-ds{
border-radius:20px !important;
}

.phw-g-i-pkYVDT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pkdHkP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pkjcim-ds{
border-radius:30px !important;
}

.phw-g-i-pkmAm3-ds{
width:100% !important;
}

.phw-g-i-pknGDA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pl17QZ{
background-color:transparent !important;
padding:0 !important;
box-shadow:none !important;
color:var(--link-color) !important;
font-weight:400 !important;
text-decoration:none !important;
border-color:transparent !important;
min-height:auto !important;
border-width:0 !important;
height:var(--btn-height) !important;
}

.phw-g-i-plOFp6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pleJvB-ds{
border-radius:30px !important;
}

.phw-g-i-plh3mr-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-pmGAGW{
}

.phw-g-i-pmm4ag-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pmobac-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pn0I4q-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-pnCxpg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pnHjer-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pnJsIt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pnSRFi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pncBSb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pnkIOZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pnlY18-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pnqaOi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-poK9QR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-poTVUt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-poWzP8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-poa5nM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pocs7r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-podaH5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-poee6f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pohTEd-ds{
border-radius:30px !important;
}

.phw-g-i-ppC3LH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ppFDG4{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-ppGoSi-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ppS48Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ppTcVS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ppaVhp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ppk2j4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pq4m2R{
}

.phw-g-i-pq54Jj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pqIPW3-ds{
border-radius:30px !important;
}

.phw-g-i-pqLEkg{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-pqiLV0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pqkL8X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pr0L0h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pr3RR3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-pr5PYy-ds{
border-radius:30px !important;
}

.phw-g-i-pr7OOv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-prR2HH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-prSZO5-ds{
}

.phw-g-i-prTrXN-ds{
border-radius:30px !important;
}

.phw-g-i-prUAZs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-prZQ0M-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-prz9XE-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ps2jZE-ds{
border-radius:30px !important;
}

.phw-g-i-ps8CK6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-psAh5o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-psKDsK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-psWa2c-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-pslc3e-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-psnCay{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-psnO79-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-psrabK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pstyLo-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-pswavJ-ds{
border-radius:30px !important;
}

.phw-g-i-pt4TIt-ds{
border-radius:30px !important;
}

.phw-g-i-pt5SRz-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ptWvxo-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-ptqG5Y-ds{
border-radius:30px !important;
}

.phw-g-i-ptqPWd{
color:var(--black) !important;
font-size:72px !important;
}

.phw-g-i-pttZfM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pu5LDB-ds{
}

.phw-g-i-puS72s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-puWAHx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-puXozL{
color:var(--black) !important;
padding-top:calc(var(--pu-space)*1) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-pufWEV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-purkhj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-putnsC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-puuPq8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-puwhPx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pv0C8J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pvB4yy-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-pvKEpT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pvPZSv{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:32px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-pvhHm7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pvsMfS{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-pw4SWr-ds{
border-style:none !important;
}

.phw-g-i-pw7c3r-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-pwGjXm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-pwQYMr{
}

.phw-g-i-pwUiS2-ds{
border-radius:30px !important;
}

.phw-g-i-pwXveY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pwihVZ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-pwlqnB{
}

.phw-g-i-pwme2K-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-pwnmpT{
height:64px !important;
width:64px !important;
}

.phw-g-i-pwutMX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-px0N6h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pxMUpU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pxP85c{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-pxQCpV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pxg3qE-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pxm00M-ds{
}

.phw-g-i-py0vcj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-pyEMh5{
font-size:var(--phw-g-regular-text-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-pyGTh7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pyTG0R{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-pyl5m2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-pynTzM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pz3X97-ds{
border-radius:30px !important;
}

.phw-g-i-pzSm05-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-pzmM4D-ds{
border-radius:30px !important;
}

.phw-g-i-pzx59y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q06bwy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q09HWe-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-q09jpU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q0HMAV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q0u0Wk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q0uX9h-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-q0vj2j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q12UNF-ds{
border-radius:30px !important;
}

.phw-g-i-q1MQRv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q1OgQj-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-q1TQq9{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-q1XEaq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q1ojhc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q21JDi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q27KOi-ds{
border-radius:30px !important;
}

.phw-g-i-q28qpl-ds{
}

.phw-g-i-q2GLYa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q2MSps-ds{
border-radius:30px !important;
}

.phw-g-i-q2Omrf-ds{
}

.phw-g-i-q2T4IV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q2ces1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q2fLrG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q2vrmy{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q2yKsE{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:92px !important;
height:92px !important;
}

.phw-g-i-q32td1{
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-q32td1{
background:none !important;
background-image:none !important;
opacity:100 !important;
}

.phw-g-i-q3Kh4R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q3MOp2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-q3OF8U-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-q3OTzm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q3qQba-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q3v2Qj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q409g0-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q414W6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q44msd-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-q454mY-ds{
}

.phw-g-i-q45PrQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q47vS4-ds{
}

.phw-g-i-q4HIVL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q4phLe-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-q4w9M2-ds{
border-radius:30px !important;
}

.phw-g-i-q52c7t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q5LrJj-ds{
}

.phw-g-i-q5OXRd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-q5hVEa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q5ioHq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q5mhzg-ds{
border-radius:30px !important;
}

.phw-g-i-q60mbk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-q61a8O-ds{
border-radius:30px !important;
}

.phw-g-i-q68wod-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q6CjXr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q6GHaf{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/img-operationslogistics-1740640821823.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-q6LdYu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q6OfUu-ds{
}

.phw-g-i-q6RjYz-ds{
border-radius:30px !important;
}

.phw-g-i-q6a7BU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q6aZbn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q6eJWl-ds{
}

.phw-g-i-q6gKaI-ds{
border-radius:30px !important;
}

.phw-g-i-q70uJR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-q713hu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q75Gz2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q76pXy-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-q78MXh-ds{
}

.phw-g-i-q7D59i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q7I5DG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-q7IbiO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q7mJUB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q7xGL4-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-q82P4q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q8VFYn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q8VKyQ{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-q8vE7L-ds{
border-radius:30px !important;
}

.phw-g-i-q95jtp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-q9JD5U-ds{
}

.phw-g-i-q9X2XU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q9dcyd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q9qkSe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-q9rezD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qA1aWH{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-qADHGu-ds{
border-radius:30px !important;
}

.phw-g-i-qAJYCL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-qATQP8-ds{
border-radius:31px !important;
}

.phw-g-i-qATr5M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qAjjND-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qApZOy-ds{
border-radius:30px !important;
}

.phw-g-i-qAq1Mq-ds{
border-radius:30px !important;
}

.phw-g-i-qB6ZXE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qB8Hvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qBLoP0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qBYETm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qBfXmt{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
line-height:32px !important;
}

.phw-g-i-qBnoUH-ds{
border-radius:30px !important;
}

.phw-g-i-qBrIxW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qBv3Bi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qBvHX3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qBxUfx{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-qC13EW-ds{
border-radius:30px !important;
}

.phw-g-i-qC1Vnx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qC5yeB-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qCOv1G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qCwej9-ds{
}

.phw-g-i-qCyqxQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qD2qvP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qDPk5o-ds{
}

.phw-g-i-qDRwCm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qDSF6B{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:56px !important;
}

.phw-g-i-qDSFD8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qDXOgg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qDcDAd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qE3a3Z-ds{
border-radius:35px !important;
}

.phw-g-i-qE71T2-ds{
border-radius:30px !important;
}

.phw-g-i-qES1zF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qEaJRg-ds{
border-radius:30px !important;
}

.phw-g-i-qEsOK9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qEywq1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qF2LIQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qFAUWG-ds{
}

.phw-g-i-qFZVzX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qFiNvw-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-qG2BDt-ds{
border-radius:30px !important;
}

.phw-g-i-qGCG27{
padding:0 !important;
color:var(--white) !important;
font-weight:400 !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
border-color:transparent !important;
min-height:auto !important;
background-color:transparent !important;
box-shadow:none !important;
border-width:0 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
height:48px !important;
}

.phw-g-i-qGDSoM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qGIRPB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qGM2qo-ds{
border-radius:30px !important;
}

.phw-g-i-qGUdfE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qGfbLv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qGo9r3-ds{
border-radius:30px !important;
}

.phw-g-i-qGvVck-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-qGwc03-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qH2eFK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qH7vS7-ds{
border-radius:30px !important;
}

.phw-g-i-qHJdHl{
width:480px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-qHXlel-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qHZ3Ch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qHgYOP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qHiYeB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qHoRhj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qHqK2u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qHwiJF{
color:var(--white) !important;
}

.phw-g-i-qIBSV5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qINIrc-ds{
}

.phw-g-i-qIW8DT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qImkix-ds{
border-radius:30px !important;
}

.phw-g-i-qIn9lq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qIp6SU{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-qIy3rm-ds{
border-radius:30px !important;
}

.phw-g-i-qIztjY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qJiLdz{
text-transform:none !important;
color:var(--black) !important;
width:1000px !important;
font-size:var(--font-size-11) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-qJpYWh-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-qJsX0V-ds{
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-qK0umI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qKDcM4-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-qKEa2d-ds{
border-radius:30px !important;
}

.phw-g-i-qKIIp5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qKV2gw-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-qKVnY8{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-qKvxZv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qL5HGY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qL5zQZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qLRBIZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qLYAZM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qLfKuH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qLtjxf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qMCoPo-ds{
border-radius:30px !important;
}

.phw-g-i-qMDjkt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qMJRQ4-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-qMOk5Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qMQmgL{
}

.phw-g-i-qMUKua{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-qMULF6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qMa3He-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qMm54z{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-qMm54z{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
}

.phw-g-i-qMoXPs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qMoeUS{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-qMzwJy{
color:var(--black) !important;
}

.phw-g-i-qN5jnH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qNSnAj-ds{
}

.phw-g-i-qNUwbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qNWPeV{
fill:var(--brand-color-secondary) !important;
}

.phw-g-i-qNWRow{
border:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-qNhzGb{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-qNkiUc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qO3Wd0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qOB6wl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qOBcJ5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qOSe0c-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qOTJU1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qOvuCx{
color:var(--black) !important;
}

.phw-g-i-qOvuCx:hover{
border-width:0px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-qP7QaQ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-qP7c0D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qPO7GS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qPwBmD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qPxBKE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qQ2dI2{
color:var(--black) !important;
font-weight:inherit !important;
width:350px !important;
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-qQDFKB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qQHXMB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qQMfyj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qQsRnG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qRE5Wc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qRGMNh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qRVXyk-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-qRZNZD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qRptav-ds{
border-radius:30px !important;
}

.phw-g-i-qRviXB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qS2o0t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qS6Jb7-ds{
}

.phw-g-i-qSCMVH-ds{
border-radius:30px !important;
}

.phw-g-i-qSO0SX-ds{
border-radius:30px !important;
}

.phw-g-i-qSP51I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qSVvnp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qShSQL-ds{
border-radius:30px !important;
}

.phw-g-i-qSkH0o-ds{
border-radius:30px !important;
}

.phw-g-i-qSmLFj-ds{
opacity:0.8 !important;
}

.phw-g-i-qSmuln-ds{
}

.phw-g-i-qSt5RK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qSwSXQ-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-qSwUfk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qT0MAv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qT3R7R-ds{
border-radius:30px !important;
}

.phw-g-i-qTDUcM{
color:var(--phw-custom-text-colors4e4e4e) !important;
}

.phw-g-i-qTNDio-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qTQ6X4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qTsyuL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qU0Yjf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qU1xiT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qU6IBo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qUKzMO{
background-color:var(--phw-custom-footer-backgroundefedeaff);
}

.phw-g-i-qUTCfN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qUXETD{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--link-color) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
}

.phw-g-i-qUXcWC-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-qUXxdm-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-qUZupE-ds{
border-radius:30px !important;
}

.phw-g-i-qUaP5s-ds{
border-radius:30px !important;
}

.phw-g-i-qUbNxH-ds{
border-radius:30px !important;
}

.phw-g-i-qUosVS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qUrJLk{
}
.phw-g-i-qUrJLk img{
object-fit:cover !important;
}

.phw-g-i-qUrpfG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qUybnE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qUzKbB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qV2dwd-ds{
border-radius:30px !important;
}

.phw-g-i-qVAl9f-ds{
border-radius:30px !important;
}

.phw-g-i-qVCgCT{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-qVEU5s-ds{
border-radius:30px !important;
}

.phw-g-i-qVHUjK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qVI4zT{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-qVN3Bq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qVNf1q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qVOg4R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qVY2ts-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qVa4Pq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qVazoc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qVgJkk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qVnOYm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qVxXz6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qWEA5E{
border-width:0px !important;
border-style:none !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-font-small) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
padding-left:0px !important;
padding-right:0px !important;
min-height:34px !important;
}

.phw-g-i-qWUKlx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qWY6q4{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-qWgUX3-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-qWrj5T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qWul9O{
font-weight:600 !important;
font-size:var(--phw-g-hero-title-font-size) !important;
line-height:1.25 !important;
color:var(--black) !important;
}

.phw-g-i-qX1hl2{
}

.phw-g-i-qXFNdY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qXRHOn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qXU9S2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qXsHtf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qXv5Sw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qY4HKx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-qYMGzG{
}

.phw-g-i-qYPLGO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qYVJye-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qYYfwL-ds{
position:relative !important;
display:block !important;
}

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

.phw-g-i-qYxmBg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qZ4bCk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qZ7RAa-ds{
border-radius:30px !important;
}

.phw-g-i-qZH14w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qZJLvV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qZTspu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qZXrBe{
}

.phw-g-i-qZeBfK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qZg5nZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qZh6WD-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-qZl9g9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qZxN9D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qa0LGZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qa5X4e{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
color:var(--black) !important;
font-weight:inherit !important;
font-size:64px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:center !important;
}

.phw-g-i-qa5yph-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qa9x25{
}
.phw-g-i-qa9x25 img{
object-fit:cover !important;
}

.phw-g-i-qaS0G0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qanQZL-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-qapl8h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qavqkX{
}

.phw-g-i-qawjIY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qb0p9E-ds{
border-radius:30px !important;
}

.phw-g-i-qb7Abm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qb84MA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qbCAxy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qbCXEB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qbKtIn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qbXR8V-ds{
border-radius:30px !important;
}

.phw-g-i-qbeKU7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qblmX5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qbx8al-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qbxjP7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qc3XOs{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-qc9GSs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qcB869-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qcGfcO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qcc96D-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qciNkR-ds{
border-radius:30px !important;
}

.phw-g-i-qcjIJV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qcpXrM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qd2td6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qdE9Rl-ds{
border-radius:30px !important;
}

.phw-g-i-qdTpAY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qdVQJF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qdWUAr-ds{
}

.phw-g-i-qdXuGa-ds{
border-radius:30px !important;
}

.phw-g-i-qdqywr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qdrTWR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qdsA0B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qdzVFP{
}
.phw-g-i-qdzVFP img{
object-fit:cover !important;
}

.phw-g-i-qe56R6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qeP1Y2-ds{
border-radius:30px !important;
}

.phw-g-i-qeSWLY-ds{
border-radius:30px !important;
}

.phw-g-i-qeVTQJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qecr03-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qee4Cc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qefnPr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qeljla-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qesLo7-ds{
border-radius:30px !important;
}

.phw-g-i-qf3JVh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qfB5kI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qfPjOY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qfU26h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qfcG8P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qfm0rw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qfrsJ8{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
line-height:1.3 !important;
}

.phw-g-i-qgA4r2{
}

.phw-g-i-qgNM2r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qgWvJQ-ds{
border-radius:30px !important;
}

.phw-g-i-qgmPmn-ds{
border-radius:30px !important;
}

.phw-g-i-qgnYtF{
}

.phw-g-i-qh28PK{
border-top-width:0px !important;
border-color:var(--brand-color-secondary) !important;
border-top-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-style:solid !important;
border-inline-end-width:5px !important;
}
.phw-g-i-qh28PK img{
object-fit:cover !important;
}

.phw-g-i-qh5II0{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-qhKHge-ds{
border-radius:30px !important;
}

.phw-g-i-qhX6lp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qhf9fO{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
color:var(--white) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-qhpnmR-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-qhq1EA{
}
.phw-g-i-qhq1EA img{
object-fit:cover !important;
}

.phw-g-i-qhxOVr-ds{
}

.phw-g-i-qhz6co-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qiJ46I-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qiVYT6-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-qiWzld-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qiXjUL{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-qieg4Q-ds{
border-radius:30px !important;
}

.phw-g-i-qik4zZ{
border:none !important;
background-color:transparent !important;
}

.phw-g-i-qisig2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qj27lR{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:transparent !important;
}

.phw-g-i-qj7KD8{
}

.phw-g-i-qjDwmp-ds{
border-radius:30px !important;
}

.phw-g-i-qjLCJ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qjOqMA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qjcdCz-ds{
border-radius:30px !important;
}

.phw-g-i-qjt4jd{
border-width:0px !important;
border-color:transparent !important;
color:var(--white) !important;
font-size:var(--font-size-8) !important;
}

.phw-g-i-qjt4jd:hover{
background:none !important;
background-image:none !important;
border-color:transparent !important;
color:var(--black) !important;
text-decoration:var(--link-hover-decoration) !important;
}

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

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

.phw-g-i-qjt4jd.disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}
.phw-g-i-qjt4jd:disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}

.phw-g-i-qju8xV{
box-shadow:none !important;
color:rgb(255, 255, 255) !important;
font-family:TakeawaySans-Bold !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:340px !important;
}

.phw-g-i-qju8xV:hover{
background:none !important;
background-image:none !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
box-shadow:none !important;
}

.phw-g-i-qju8xV:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-qju8xV:focus{
border-color:var(--brand-color-primary) !important;
}

.phw-g-i-qju8xV:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-qju8xV.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}
.phw-g-i-qju8xV:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}

.phw-g-i-qk4Rcp{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-qkaQjn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qkfAcd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qkfnCq-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qkgQxR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qklc3e{
padding-inline-start:calc(var(--pu-space)*5) !important;
padding-inline-end:calc(var(--pu-space)*5) !important;
}

.phw-g-i-qksS6t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qlgKqk-ds{
}

.phw-g-i-qlpSG7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qlvPjK{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-qm0ojU-ds{
border-radius:30px !important;
}

.phw-g-i-qmBgzL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qmLMwV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qmQMGA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qmSaye-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qmTbhq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qmfZmX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qmgVAG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qmvS4o-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qmzVo0-ds{
border-radius:30px !important;
}

.phw-g-i-qn4G4V-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qn5FgT-ds{
border-radius:30px !important;
}

.phw-g-i-qnEpvW{
}

.phw-g-i-qnUnj3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qnc5No-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qnloUe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qnmclF-ds{
border-radius:30px !important;
}

.phw-g-i-qoBB3q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qoIR7O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qoKUyz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qoPnqr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qoRR9t-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-qoyFYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qp1zho-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qp7GN8-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qpJBcZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qpLgeN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qpNYaA{
}

.phw-g-i-qpPtzX-ds{
border-radius:30px !important;
}

.phw-g-i-qpRlRA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qpWkBU-ds{
border-radius:30px !important;
}

.phw-g-i-qpetUI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qpic89-ds{
}

.phw-g-i-qpmO8W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qpr80d-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qpwtGQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qq9J8a-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qqG8cm-ds{
background-position:0% 50% !important;
}

.phw-g-i-qqInQb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qqSdyj{
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:20px !important;
line-height:36px !important;
}

.phw-g-i-qqaizZ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-qqdjx8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qqfys9-ds{
border-radius:30px !important;
}

.phw-g-i-qqsHqU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qqvW4u-ds{
}

.phw-g-i-qr3Ltb{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--white) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-qr6yhi-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qrC2YZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-qrGwlA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qrNlwB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qrNtad-ds{
border-radius:30px !important;
}

.phw-g-i-qrh5vh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qrqRhU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qruEom-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qryC5A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qsGSLv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qsGVCN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qsTABB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qsTTFB-ds{
border-radius:30px !important;
}

.phw-g-i-qss5Wa-ds{
border-radius:30px !important;
}

.phw-g-i-qsufO0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qswGfP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qt8r22-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qtDE9u-ds{
border-radius:30px !important;
}

.phw-g-i-qtEuNh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qtOqUH-ds{
border-radius:30px !important;
border-width:53px !important;
}

.phw-g-i-qtR2wy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qtWnGo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qtXJBs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qu1cI2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-quDyfj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-quGQNY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-quN3cl-ds{
border-radius:30px !important;
}

.phw-g-i-quccen-ds{
border-radius:30px !important;
}

.phw-g-i-qui8hq{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:229.594px !important;
height:240px !important;
}

.phw-g-i-qumord-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qv90I1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qvAeCI-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-qvL2e8{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-qvSkcP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qvT7De-ds{
border-radius:30px !important;
}

.phw-g-i-qvUY7B-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qvcL2D{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-qvcL2D:hover{
background-color:var(--brand-color-secondary) !important;
opacity:1 !important;
}

.phw-g-i-qveRlD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qvg2ZY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qvjlmN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qw0Frk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qw1d8G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qw2OBg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-qwHNa2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qwLZVL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-qwMk0H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qwMqKt-ds{
border-radius:30px !important;
}

.phw-g-i-qwVtos-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qweMhu-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qwuC4o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qx57PX-ds{
border-radius:30px !important;
}

.phw-g-i-qxKU2b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qxTzmU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qxkJh2-ds{
border-radius:30px !important;
}

.phw-g-i-qxy8zl-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qyDEHU-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-qyFDiT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-qyIybL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-qyLr4q-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qyh1vM{
color:var(--phw-custom-text-colorsff8000) !important;
font-style:italic !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}

.phw-g-i-qykMuh-ds{
border-radius:30px !important;
}

.phw-g-i-qyrnnv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qywlNZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-qyxd3x-ds{
border-radius:30px !important;
}

.phw-g-i-qz4VMp-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-qz7vOK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qzAwg2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qzGqz2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qzWeoS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-qzbrGD{
color:var(--black);
font-size:var(--cms-g-small-font);
font-family:var(--cms-g-jetsansregular) !important;
font-weight:700;
line-height:1.25;
}

.phw-g-i-qzbrGD:hover{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline;
font-family:var(--cms-g-jetsansregular) !important;
font-weight:700 !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-r09hth-ds{
border-radius:30px !important;
}

.phw-g-i-r0DbOo-ds{
}

.phw-g-i-r0SsCx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r0Xp1f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r0p49S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r0pZDN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r0yroV{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-r0yroV:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-r0yroV:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-r0yroV:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-r0yroV:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-r0yroV.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-r0yroV:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-r1Fq7y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r1KfbI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r1LMoc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-r1NWbw-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-r1PmwU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r1RKBo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r1ZtlP-ds{
border-radius:30px !important;
}

.phw-g-i-r1cNNB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r1gC5Q-ds{
background-size:100% 100% !important;
}

.phw-g-i-r1k8Q1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r1kBBH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r1lg0n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r1thg7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-r28s02-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-r2Do8P-ds{
border-radius:30px !important;
}

.phw-g-i-r2EJVr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r2H6tW-ds{
}

.phw-g-i-r2PTeb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r2XIYx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r2aiBV{
}

.phw-g-i-r2cW8j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r2cq3F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r2jYJG-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-r2s1Ve-ds{
border-radius:30px !important;
}

.phw-g-i-r2vl0c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r31zdm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r35KFq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r3Fexd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r3HnTA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r3I8t9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-r3KRcJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-r3MPU6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r3eLWn-ds{
border-radius:30px !important;
}

.phw-g-i-r3ju4L-ds{
border-radius:30px !important;
}

.phw-g-i-r3njAy{
}

.phw-g-i-r40e5W-ds{
border-radius:30px !important;
}

.phw-g-i-r40pN9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-r44iga-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-r4Ablr-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-r4Hcb0-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-r4VNQk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r4Z5U4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-r4aZub-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r4azlp{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysanscampaign) !important;
font-size:20px !important;
line-height:36px !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
padding-top:calc(var(--pu-space)*2) !important;
padding-inline-end:calc(var(--pu-space)*2) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
height:96px !important;
}

.phw-g-i-r4buEp-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-r4rhcL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r5O9gB-ds{
border-radius:30px !important;
}

.phw-g-i-r5YmXG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r5btjV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-r5l479-ds{
}

.phw-g-i-r5xXRK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r5yDT6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r6DcI5{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-r6HNev-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-r6Nfz7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r6O4C2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-r6O5DK-ds{
border-radius:30px !important;
}

.phw-g-i-r6YLoT-ds{
}

.phw-g-i-r6YUje-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r6ZZi7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-r6fuEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r6iebn-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-r6p84X{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-r6rSzX-ds{
border-radius:30px !important;
}

.phw-g-i-r708Qe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-r73g48-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r7DJ2q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r7RuQ7-ds{
border-radius:30px !important;
}

.phw-g-i-r7UH9a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r7W8sj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r7h92d-ds{
border-radius:30px !important;
}

.phw-g-i-r8Dvzj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-r8LTZn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r8eIYy-ds{
border-radius:30px !important;
}

.phw-g-i-r8fLLW-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-r8uIay-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-r8zJZ2-ds{
}

.phw-g-i-r9Ax2I-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-r9JODW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-r9MuRe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-r9RSYn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rA31HE{
font-size:var(--body-font-size) !important;
line-height:1.5 !important;
color:var(--black) !important;
}

.phw-g-i-rA5C1x-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-rABAae-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rABYRm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rADd31-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-rAEZV8-ds{
}

.phw-g-i-rAIui2-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-rAyi41-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rBCIAz-ds{
border-radius:30px !important;
}

.phw-g-i-rBOIap{
margin-bottom:calc(var(--mu-space)*1.5) !important;
}

.phw-g-i-rBW0Ny-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rBgaAB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rBrIzM-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rCCaA7{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-rCUitt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rCXow8{
color:var(--black) !important;
}

.phw-g-i-rCXtXL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rCxWxT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rDBLZz-ds{
border-radius:30px !important;
}

#_PCM .phw-g-i-rDOTwx{
width:1244px !important;
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
max-width:1440px !important;
}

.phw-g-i-rDPRoB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rDRlqp{
color:var(--black) !important;
}

.phw-g-i-rDVBlA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rDgqnz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rDlHQF-ds{
border-radius:30px !important;
}

.phw-g-i-rDoVqI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-rE89sO{
}

.phw-g-i-rEQjtZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rEW9G3{
color:var(--black) !important;
}

.phw-g-i-rEbEXI{
border-width:0px !important;
border-color:transparent !important;
padding-top:0 !important;
padding-inline-end:0 !important;
color:var(--black) !important;
padding-inline-start:0 !important;
padding-bottom:0 !important;
background-color:transparent !important;
box-shadow:none !important;
min-height:auto !important;
}

.phw-g-i-rEbEXI:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
background-color:transparent !important;
}

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

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

.phw-g-i-rEbEXI.disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}
.phw-g-i-rEbEXI:disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}

.phw-g-i-rF53h4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rFBU6Z-ds{
}

.phw-g-i-rFEMSS-ds{
border-radius:30px !important;
}

.phw-g-i-rFR1Wi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rFRJ6C{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-3) !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-rFRdrD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rFg499{
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-rFrtXj-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rFs2Se{
margin-inline-end:calc(var(--mu-space)*1) !important;
}

.phw-g-i-rFtWCl-ds{
border-radius:30px !important;
}

.phw-g-i-rG1880-ds{
border-radius:30px !important;
}

.phw-g-i-rGW3xE-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rGW9cB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rGaNue-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rGbmN1-ds{
}

.phw-g-i-rGy8Dd-ds{
border-radius:30px !important;
}

.phw-g-i-rH3Jst-ds{
border-radius:30px !important;
}

.phw-g-i-rH4yrN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-rH78OF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rHJMyG-ds{
border-radius:30px !important;
}

.phw-g-i-rHUSRC:hover{
background:none !important;
background-image:none !important;
border:none !important;
color:var(--black) !important;
}

.phw-g-i-rHUSRC{
background:none !important;
background-image:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-rITXUM-ds{
border-radius:30px !important;
}

.phw-g-i-rIfnES-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-rIrj7m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rIsTtL-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-rJ7xxd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-rJBRdH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rJOE82-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rJZOD1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rJZyRp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rJkeJr{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-rJyJ44-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rK3F1N-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-rKIlcZ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rKaqNP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rKfvtY{
background:none !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:54px !important;
box-shadow:none !important;
width:220px !important;
}

.phw-g-i-rKfvtY:hover{
background:none !important;
border-color:var(--custom-border-color-1Buie-border) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
box-shadow:none !important;
color:var(--black) !important;
}

.phw-g-i-rKfvtY:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-rKfvtY:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-rKfvtY:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-rKfvtY.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}
.phw-g-i-rKfvtY:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}

.phw-g-i-rKzlcH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rLO6VX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rLhHHW-ds{
border-radius:30px !important;
}

.phw-g-i-rLqYfR{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
max-width:1440px !important;
width:298.656px !important;
}

.phw-g-i-rLyq2H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rMgLSt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rMxIOC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rMy71G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rNRxyO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rNS6jR{
}

.phw-g-i-rNSE3K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rNf68O-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rO2jVO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rO4uqA{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-rO9ik2-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rObTHq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-rOgGaH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-rOnKj2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rOvuws-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-rP2VNV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rP3jn5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-rPCR0T-ds{
border-radius:30px !important;
}

.phw-g-i-rPJ3Uu-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-rPKJPN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rPUxTV-ds{
border-radius:17px !important;
}

.phw-g-i-rPhEq6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rPwJVB{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-rPwfl9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rPwiii-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-rPx6cB-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-rQ03Cu-ds{
border-radius:30px !important;
}

.phw-g-i-rQ0hjB-ds{
border-radius:30px !important;
}

.phw-g-i-rQOWdL{
}

.phw-g-i-rQSt1H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rQYp8C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rQg71e{
color:var(--black) !important;
}

.phw-g-i-rQt116-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rR3znQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rR81gQ-ds{
border-radius:30px !important;
}

.phw-g-i-rRDmVg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rRERpV{
}
.phw-g-i-rRERpV img{
object-fit:cover !important;
}

.phw-g-i-rRZ261-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rRdv8Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rRjUJq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rRjucB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rSHZoX-ds{
border-radius:30px !important;
}

#_PCM .phw-g-i-rSRqYV{
}

.phw-g-i-rSXM3j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rSljfQ-ds{
background-image:url("") !important;
}

.phw-g-i-rSn207-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rSnBeZ{
color:var(--black) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-rSnXz3{
font-weight:inherit !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-rSowEN-ds{
border-style:none !important;
}

.phw-g-i-rT1qlu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rT8lxJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rTEOh2-ds{
border-radius:30px !important;
}

.phw-g-i-rTSV2D-ds{
border-radius:30px !important;
}

#_PCM .phw-g-i-rTTcfS{
text-shadow:none !important;
}

.phw-g-i-rTbPcU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rTqiFO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rU04gW-ds{
}

.phw-g-i-rU3Vy7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rU7e1M{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-rU8Z8T-ds{
border-radius:30px !important;
}

.phw-g-i-rUEzjI{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
margin-top:calc(var(--mu-space) * 3) !important;
color:var(--secondary-text) !important;
}

.phw-g-i-rUXRQb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rUntb3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rUpfwb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rUxiWc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-rV8yor-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rV9bV8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rVQoOy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rVRoph{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-rVRsBy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rVS1gM-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-rVdlOr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rVlZW5-ds{
border-radius:30px !important;
}

.phw-g-i-rW6X7c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rWPfCg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rWQkTn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rWzPQ9-ds{
border-radius:30px !important;
}

.phw-g-i-rX0jz3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rX2qoR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rX4AEZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rXFmsY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rXOs3E-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-rXTWgV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rXoa7G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rXqGSF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rXsbkn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rXxIvC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rYHskb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-rYJ2Oo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rYJcHU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rYKYsO-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rYQby2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rYRaL0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rYdp2q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rYdpQX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rYh0MC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rYiO0J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rYnLbD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rZ4mCz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rZBALn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rZHKjm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rZJa7a-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-rZS25H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rZlZiu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rZn6LQ-ds{
border-radius:30px !important;
}

.phw-g-i-rZonEM{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-ra0JOL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-shadow:none !important;
}

.phw-g-i-ra7gd0{
fill:var(--icon-dark) !important;
}

.phw-g-i-raM6BP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-raYBS0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-raoINY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rauBan-ds{
border-radius:30px !important;
}

.phw-g-i-rbHADd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rbJdNC{
}

#_PCM .phw-g-i-rbRxlY{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
text-align:start !important;
padding-inline-start:calc(var(--pu-space)*11.25) !important;
}

.phw-g-i-rbUwe7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rbr6ha-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rcHACz-ds{
border-radius:30px !important;
}

.phw-g-i-rcbgWh{
color:var(--white) !important;
border-width:0px !important;
}

.phw-g-i-rcrkwm{
color:var(--white) !important;
font-size:var(--font-size-15) !important;
}

.phw-g-i-rcrkwm:hover{
background:none !important;
background-image:none !important;
border-color:transparent !important;
color:var(--black) !important;
text-decoration:var(--link-hover-decoration) !important;
}

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

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

.phw-g-i-rcrkwm.disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}
.phw-g-i-rcrkwm:disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}

.phw-g-i-rcrxdY-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-rd0xy0{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
}

.phw-g-i-rdKRse{
border-width:1px !important;
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
padding-inline-start:calc(var(--pu-space)*1) !important;
padding-top:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*2) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
}

.phw-g-i-rdTkCP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rdWyVm-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-rdZrsR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rdirv6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rdqk22{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-rdqsR4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-re0hoO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-re5j9M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-re912x-ds{
border-radius:30px !important;
}

.phw-g-i-reu89N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-reypUv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-rfJetf-ds{
border-radius:30px !important;
}

#_PCM .phw-g-i-rfUYI4{
}

.phw-g-i-rfUvAi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rfZ6FO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rfhGPY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rfwzlQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-rg53Kj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rg632u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rgLKAk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rgTs5y{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:48px !important;
text-transform:none !important;
width:1000px !important;
text-align:start !important;
}

.phw-g-i-rgaYCU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rgcRWg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rghSeY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rgot4M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rh4yJY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rhA0Aq-ds{
border-radius:30px !important;
}

.phw-g-i-rhBYrM{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-rhC1A2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rhQJAm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rhgO6a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rhi6QD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rhyBDP-ds{
border-radius:30px !important;
}

.phw-g-i-ri4y5E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ri58a1{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-ri9890{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}

.phw-g-i-riAVtR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-riENrs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-riWW0E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rijP0a-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rikqpU{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-rimeNw{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-rirPzv{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-rirqOY{
}

.phw-g-i-rirrHX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rivENI{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-rj0QSd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rjDwuN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rjXufq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rjaJoG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-rjw9WN-ds{
border-radius:30px !important;
}

.phw-g-i-rkVHiE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rkYVMi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rka2KJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rkoFts-ds{
}

.phw-g-i-rksUK2-ds{
border-radius:30px !important;
}

.phw-g-i-rlIGEd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rlaA6U-ds{
border-radius:30px !important;
}

.phw-g-i-rlmFPG-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-rlohk2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rlv75F-ds{
border-radius:31px !important;
}

.phw-g-i-rm0se7{
background:none !important;
background-image:none !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:54px !important;
box-shadow:none !important;
width:auto !important;
}

.phw-g-i-rm0se7:hover{
background:none !important;
border-color:var(--custom-border-color-1Buie-border) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
}

.phw-g-i-rm0se7:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-rm0se7:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-rm0se7:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-rm0se7.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}
.phw-g-i-rm0se7:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
min-height:auto !important;
}

.phw-g-i-rm3EL7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rm4LRU{
}

.phw-g-i-rmEKrJ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rmGdmY{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
box-shadow:var(--box-shadow-style-3) !important;
}

.phw-g-i-rmRwmx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rmSCY9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rmSsyq-ds{
border-radius:30px !important;
}

.phw-g-i-rmins6{
}

.phw-g-i-rn4xhw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rn7DkB{
}

.phw-g-i-rnEjuI-ds{
border-radius:30px !important;
}

.phw-g-i-rnNdOB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rnOuvz-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rnPT56-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rnWHaI-ds{
border-radius:30px !important;
}

.phw-g-i-rnZna4-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-rnabj2-ds{
border-radius:30px !important;
}

.phw-g-i-ro0Ryz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-roI74l-ds{
border-radius:30px !important;
}

.phw-g-i-roJIxy{
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*10.25) !important;
width:640px !important;
font-size:18px !important;
text-align:start !important;
}

.phw-g-i-roJnUA-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-roN5eR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-roWb0T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-roc60S-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ronkUk-ds{
text-align:left !important;
}

.phw-g-i-roroUZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rowyV8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-roybi4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rp4Z3t-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-rpEouW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rpVWGJ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-rpitLK-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-rpv8Sc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rq1fgQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rq7XsW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rqDx8d{
}

#_PCM .phw-g-i-rqSxB3{
border-top-left-radius:calc(var(--border-radius-base)*1) !important;
border-top-right-radius:calc(var(--border-radius-base)*1) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*4.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
border:none !important;
}

.phw-g-i-rqc1Qv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rqd3JV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-rqh4sk{
max-width:1440px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1919.98px) {
.phw-g-i-rqh4sk{
width:1250px !important;
}
}

.phw-g-i-rqqZWs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rqvAuK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rr5pV9-ds{
border-radius:30px !important;
}

.phw-g-i-rrABSH{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rrHT5F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rrHm2a-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-rrnLfL{
}

.phw-g-i-rsOOEC{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-rsXJhx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rsrBX2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rt0Gl2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rt6Ilq{
}

.phw-g-i-rt6NkV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rtD2DU{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-rtJd58{
color:var(--black) !important;
}

.phw-g-i-rtKHbq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rtNPVk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rtaN4I-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rtdSA6-ds{
border-radius:30px !important;
}

.phw-g-i-rtzIiw-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ruW6bO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ruq01P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ruvJqn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ruvpDy-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-rv8y3V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rvIpCw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rvPd9b-ds{
border-radius:30px !important;
}

.phw-g-i-rvT1gd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rvcLNP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rvevN2{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-rvryTu-ds{
border-radius:30px !important;
}

.phw-g-i-rw1cXz{
}

.phw-g-i-rw3wrW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rwBrSZ-ds{
border-radius:30px !important;
border-width:0px !important;
}

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

.phw-g-i-rwQLBf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-rwdG4E-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-rwevdF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rwezHW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rwffxy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rwrSHw-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-rxH0bP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-rxHvfi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-rxLTKD{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
padding-top:calc(var(--pu-space)*3) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
}

.phw-g-i-rxLlnY{
}

.phw-g-i-rxRg5Y{
}

.phw-g-i-rxXyoE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rxr2ki-ds{
}

.phw-g-i-rxrb4x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rxz4GS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ry2gnP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ry4DCQ{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-ry4Fbk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ry5Eb1{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-ry6VW4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ryCI8p-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ryEeka-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ryHt2z-ds{
border-radius:30px !important;
}

.phw-g-i-ryJh8H-ds{
border-radius:30px !important;
}

.phw-g-i-ryN1n5{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-ryQEFB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ryWzWi-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-rz8eul-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rzR8cA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rzXt1O-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-rzarAg{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-rzlKeN{
border-top-left-radius:calc(var(--border-radius-base)*1.25) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.25) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.25) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.25) !important;
}

.phw-g-i-rzpDT5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rzpNq7-ds{
}

.phw-g-i-rzpaLt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-rzr2Nt{
color:var(--black) !important;
padding-top:calc(var(--pu-space)*1) !important;
}

.phw-g-i-s0Gj7H-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-s0OpBo-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-s0Tp1j-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-s0a3j2{
}
.phw-g-i-s0a3j2 img{
object-fit:cover  !important;
}

.phw-g-i-s0amGk{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
}

.phw-g-i-s0bitH{
padding-inline-start:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*1) !important;
}

.phw-g-i-s0cgZ1{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
}

.phw-g-i-s0eJMx-ds{
border-radius:30px !important;
}

.phw-g-i-s0xwC2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-s10U4H{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
}

.phw-g-i-s11C8K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s12Zx4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-s167qz-ds{
}

.phw-g-i-s1JAFH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-s1LQ3e-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-s1epJq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s1fVuB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s1n9cQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s1whon-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s1zJMp{
}

.phw-g-i-s26B17-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-s29xVE-ds{
border-radius:30px !important;
}

.phw-g-i-s2EEsZ{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-NhxXMc:hover .phw-g-i-s2EEsZ{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-s2Q3d3-ds{
border-radius:30px !important;
}

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

.phw-g-i-s2d45D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s2rS8j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s2s1w3-ds{
border-radius:30px !important;
}

.phw-g-i-s2wEX1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s32ppK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-s34Kuu{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-s3SV6l{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-s3WfKM-ds{
border-radius:30px !important;
}

.phw-g-i-s3ZKd7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s3jqnV-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-s3rYsE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s3usN9-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-s4B5wQ-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-s4Cr4C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-s4LSgY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-s4OB5m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-s4TGXE-ds{
border-radius:30px !important;
}

.phw-g-i-s4Uwwj{
font-weight:inherit !important;
line-height:0 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-s4jfsd{
font-size:var(--phw-g-cards-title-font-size) !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-s4nvJs-ds{
border-radius:30px !important;
}

.phw-g-i-s4yDy5{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-s55Nb0-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-s590nf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s5R3h9{
}

.phw-g-i-s5Tm28-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-s5fwiQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-s5lGBh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s5pBOx-ds{
border-radius:30px !important;
}

.phw-g-i-s65P92-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-s6E9yV{
color:var(--body-color) !important;
text-decoration:none !important;
}

.phw-g-i-s6E9yV:hover{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
}

.phw-g-i-s6Eaom-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-s6IxMm-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-s6OIKU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s6RJdM{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-s6SptY-ds{
border-radius:30px !important;
}

.phw-g-i-s6c0q7-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-s6dqrw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-s6j274-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s6nASv-ds{
border-radius:30px !important;
}

.phw-g-i-s6qpfF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s6ruRb-ds{
border-radius:30px !important;
}

.phw-g-i-s72LFh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-s73WX1{
color:var(--white) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-s75M1I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s7SkB2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-s7Uiff-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s7XsHm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s7YQy8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-s7pcNT-ds{
border-radius:30px !important;
}

.phw-g-i-s7w3sI-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-s7wdak{
}

.phw-g-i-s7zN43-ds{
background-size:100% 100% !important;
}

.phw-g-i-s87hNt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s87wMQ-ds{
border-radius:31px !important;
}

.phw-g-i-s87yN8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-s8EqMr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s8HuaL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-s8Jke1-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-s8UsrY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-s8f3Pd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-s8ylmk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-s94FDA-ds{
}

.phw-g-i-s97P91-ds{
border-radius:30px !important;
}

.phw-g-i-s9GQVs{
width:1244px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
max-width:1440px !important;
}

.phw-g-i-s9fBwG{
}

.phw-g-i-s9m3pt-ds{
border-radius:30px !important;
}

.phw-g-i-sA5c1Y{
}

.phw-g-i-sAI6Mj{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:598px !important;
height:268px !important;
}

.phw-g-i-sAYEBQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sAa9gZ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-sAiC7M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sAjXU3-ds{
border-radius:30px !important;
}

.phw-g-i-sAwo9u-ds{
z-index:2 !important;
}

.phw-g-i-sBVoBS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sBkOuo-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sBvz97{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
.phw-g-i-sBvz97 img{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
object-fit:cover  !important;
}

.phw-g-i-sC19U4{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-sCKclh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sCX6G0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-sCis18-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sClLBM-ds{
border-radius:30px !important;
}

.phw-g-i-sCsQGn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sCuHq0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sCwQN5-ds{
border-radius:30px !important;
}

.phw-g-i-sD3M2l-ds{
border-radius:30px !important;
}

.phw-g-i-sD3MCU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sD6Pha{
}

.phw-g-i-sDCkc7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sDJ27N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sDN5ma-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sDa8km-ds{
}

.phw-g-i-sDly9H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sDowUo-ds{
}

.phw-g-i-sDq5nK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sDrmgH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sDx4MB-ds{
border-radius:30px !important;
}

.phw-g-i-sE6kDu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sELuvN-ds{
border-radius:30px !important;
}

.phw-g-i-sEMVQV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-sENzOv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sEVjxT-ds{
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-sEc3x8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sEcgI6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-sEnhpU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sF1Aqo{
}

.phw-g-i-sF9xdX-ds{
border-radius:30px !important;
}

.phw-g-i-sFFTBE{
}

#_PCM .phw-g-i-sFGfUd{
}

.phw-g-i-sFO6aX-ds{
border-radius:30px !important;
}

.phw-g-i-sFQLPB{
}

.phw-g-i-sFRppp{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-c7qMAS:hover .phw-g-i-sFRppp{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-sFwKaY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sFylGu-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-sGDzog-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop-1629356809076.png") !important;
background-size:cover !important;
}

.phw-g-i-sGQOX8-ds{
}

.phw-g-i-sGVh5o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sGh3TU-ds{
border-radius:30px !important;
}

.phw-g-i-sGhxry-ds{
border-radius:30px !important;
}

.phw-g-i-sHBLai-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-sHBbtD-ds{
border-radius:30px !important;
}

.phw-g-i-sHdI8W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sHg84A-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-sHhRnp-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-sHqkcS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sHzZuP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sI8hrj{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
transition:all 0.2s !important;
}

.phw-g-i-sIFpSF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sIHYCD-ds{
border-radius:30px !important;
}

.phw-g-i-sIJMAQ-ds{
border-radius:30px !important;
}

.phw-g-i-sIM2X6-ds{
}

.phw-g-i-sIWIwZ-ds{
border-radius:30px !important;
}

.phw-g-i-sIqdQF-ds{
border-radius:30px !important;
}

.phw-g-i-sIsk93-ds{
border-radius:30px !important;
}

.phw-g-i-sJO4dc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sJiX0x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sJqaOy{
border-color:var(--stroke-white) !important;
color:var(--white) !important;
}

.phw-g-i-sK238w-ds{
border-radius:30px !important;
}

.phw-g-i-sKBmHW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sKNWQ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sKQOLo{
}

.phw-g-i-sKQdth{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-sKQdth:hover{
background:none !important;
background-image:none !important;
opacity:100 !important;
}

.phw-g-i-sKRzVK-ds{
border-radius:30px !important;
}

.phw-g-i-sKSz42-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-sKjDT6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sKlqie{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-sL6B00-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-sLCPfZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sLFfOo-ds{
border-radius:30px !important;
}

.phw-g-i-sLFoFT-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sLOBDo{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-sLOOhr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sLUeOL{
color:rgb(255, 128, 0) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-hero-title-font-size) !important;
line-height:60px !important;
padding-inline-start:calc(var(--pu-space)*6) !important;
}

.phw-g-i-sLWqYP-ds{
border-radius:30px !important;
}

.phw-g-i-sLsHpL-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sMD4Ix-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sMJEP9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sMOMAQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sMQWoL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sMaDEj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sMhN6V{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
}

.phw-g-i-sMi1DT-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sMjJgE:hover{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-sMjJgE{
}

.phw-g-i-sMpX8z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sMymnc-ds{
}

.phw-g-i-sN1Y1t-ds{
border-radius:30px !important;
}

.phw-g-i-sN6ly2{
}

.phw-g-i-sNPnCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sNQhP0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sNaNrY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sNdiAu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sNefG3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sNgLoi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sNh62s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sNm6Z4{
}

.phw-g-i-sNnQhq-ds{
border-radius:30px !important;
}

.phw-g-i-sNp9ZN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sNpc4V-ds{
border-radius:30px !important;
}

#_PCM .phw-g-i-sNuZgd:hover{
}

#_PCM .phw-g-i-sNuZgd{
}

.phw-g-i-sOhFX1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sOqruP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sOwtG5-ds{
border-radius:30px !important;
}

.phw-g-i-sPIBre-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

#_PCM .phw-g-i-sPNrfd{
width:1244px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
max-width:1440px !important;
}

.phw-g-i-sPT6e2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sPZJvJ-ds{
border-radius:30px !important;
}

.phw-g-i-sPgl4M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sPmEki-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sPy8Zt-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-sQItvD-ds{
border-radius:30px !important;
}

.phw-g-i-sQLj31-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sQNOQD-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-sQtdMR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sQtmgT-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sRF2pv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sRv0iH{
color:var(--black) !important;
}

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

.phw-g-i-sSbnUd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sSjclq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sSs2Ua-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sSsVj2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sSupbG-ds{
border-radius:30px !important;
}

.phw-g-i-sTMzTa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sTOXE7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sTfuv6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sTpZxu-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-sTqc2v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sTziPH-ds{
border-radius:30px !important;
}

.phw-g-i-sUFcUn{
border-color:var(--brand-color-primary) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
color:var(--white) !important;
font-weight:var(--btn-font-weight) !important;
font-size:14px !important;
min-height:48px !important;
line-height:24px !important;
background-color:var(--brand-color-secondary) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-sUFcUn:hover{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-sUFcUn:focus{
background:none !important;
background-image:none !important;
border-color:var(--phw-custom-border-black000000ff) !important;
background-color:var(--brand-color-primary) !important;
color:var(--black) !important;
}

.phw-g-i-sUFcUn:active{
border-color:var(--phw-custom-border-black000000ff) !important;
background-color:var(--white) !important;
color:var(--black) !important;
}

.phw-g-i-sUFcUn:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-sUFcUn.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-sUFcUn:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

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

.phw-g-i-sUVC4s-ds{
border-radius:30px !important;
}

.phw-g-i-sUW6aN{
}
.phw-g-i-sUW6aN img{
object-fit:cover !important;
}

.phw-g-i-sUXGpC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sUhh9j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sUk8PO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sV0sWp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sVBXpZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-sVNDSZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sVX2ck-ds{
border-radius:30px !important;
}

.phw-g-i-sVZqN7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sVfOyU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-sVisJs:focus{
}

.phw-g-i-sWFEN9{
box-shadow:none !important;
color:rgb(255, 128, 0) !important;
font-family:TakeawaySans-Bold !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}

.phw-g-i-sWFEN9:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-sWFEN9:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-sWFEN9:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-sWFEN9:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-sWFEN9.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-sWFEN9:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-sWbF6B{
}

.phw-g-i-sWn0oG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sWoYoD{
color:rgb(255, 128, 0) !important;
font-family:TakeawaySans-Bold !important;
font-size:18px !important;
line-height:32px !important;
}

.phw-g-i-sWpLKv-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-sWy2wF-ds{
}

.phw-g-i-sX8P8d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sX9zCE-ds{
border-radius:30px !important;
}

.phw-g-i-sXIW6g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sXL7EV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sXTVrM{
color:var(--white) !important;
}

.phw-g-i-sXkQCR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sXrkau-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sY3vjk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sYbPKs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sYg8kH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sYm9LM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sYoX9l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sZ0Geu{
}

.phw-g-i-sZ8S2U{
}

.phw-g-i-sZHVEG{
color:var(--custom-color-1Buie) !important;
}

.phw-g-i-sZKRIF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sZMviw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sZiHpC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sa3Gaw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-satfYT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-savMk1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sb7cLF{
border-color:var(--stroke-white) !important;
color:var(--white) !important;
}

.phw-g-i-sbLvHk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sbMSLE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sbOHKU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-sbnBay-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sbqUky{
width:250px !important;
max-width:300px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
max-height:60px !important;
}

.phw-g-i-sbr8lB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-sbubA2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sbzG1s-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sc4eeX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-scRbba-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-scUl8A-ds{
border-radius:30px !important;
}

.phw-g-i-sczH4s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sd13P3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sdbg4d-ds{
border-radius:30px !important;
}

.phw-g-i-sdewHB{
}

.phw-g-i-sdm0xR-ds{
border-radius:30px !important;
}

.phw-g-i-sdnsC6-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-sdoXEJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sdut6P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-se682x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-se6KQi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-se7CRb-ds{
border-radius:30px !important;
}

.phw-g-i-se8X6b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-seB34G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-seJTs8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-seQvLg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-seTIr3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-seTzii-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-seXH85-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sed0Ia-ds{
border-radius:30px !important;
}

.phw-g-i-sepNrz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-seu8FJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-seyVJf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

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

.phw-g-i-sf1h28-ds{
}

.phw-g-i-sf2jca{
height:140px !important;
}

.phw-g-i-sf8aLN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sfHljJ{
color:var(--black) !important;
}

.phw-g-i-sfNPoC{
}

.phw-g-i-sfROUl{
}

.phw-g-i-sfX721-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sfZCrn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sg3oKa-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-sg4yj5{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-sg62mG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-sg6MtA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sgPBE2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sgftDX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sgiZwE{
}

.phw-g-i-sgswz2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-shDs5c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-shebWo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-shlkoH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-si4ZM9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-siCO1q-ds{
border-radius:30px !important;
}

.phw-g-i-siFiKi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-siPb1g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-siTPb0{
color:var(--black) !important;
}

.phw-g-i-siUGqR-ds{
border-width:0px !important;
background-color:rgba(99,99,99,1) !important;
}

.phw-g-i-sifSb1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-siqnaK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sirtn8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sizAsq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sj0ekv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sj0upn-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-sj3Y2x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sj5RQ1{
max-width:1440px !important;
width:1200px !important;
}

.phw-g-i-sjKN5z-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sjT6vR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sjXh8f-ds{
border-radius:30px !important;
}

.phw-g-i-sjbAfk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sjba0w{
border:none !important;
}
.phw-g-i-sjba0w img{
object-fit:cover !important;
}

.phw-g-i-sjdRtl-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-sjjMJb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sjnXgY-ds{
}

.phw-g-i-sk0O3P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-skZMpd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-skbaZY-ds{
border-radius:30px !important;
}

.phw-g-i-skdZUX-ds{
}

.phw-g-i-skgUl2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-skj5Qs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-slKIIS-ds{
}

.phw-g-i-slN8fW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-slOWrA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-slVuIV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sm74rc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-smG0IU-ds{
border-radius:30px !important;
}

.phw-g-i-smy6ZL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-smzM8o-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sn1tTZ-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-sn4IzZ-ds{
border-radius:30px !important;
}

.phw-g-i-sn4nUN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sn75Kj-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-sn8hn2-ds{
border-radius:30px !important;
}

.phw-g-i-snTfdz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-snZtfa-ds{
border-radius:30px !important;
}

.phw-g-i-snneyP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-snttEl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-so2wbA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-soNpH2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-soYl8W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sofsFQ-ds{
border-radius:30px !important;
}

.phw-g-i-sohBfT-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-son5JS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sp7zPv-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-spAPF5{
}

.phw-g-i-spN4Bl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-spy2O3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sq2DAo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sqZZ1r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sqmJe7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sqn6uz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-sqo2zX-ds{
border-radius:30px !important;
}

.phw-g-i-sqoy6K-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sqqrmd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sqwFPP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sqx9Qf-ds{
border-radius:30px !important;
}

.phw-g-i-sr3imC-ds{
border-radius:30px !important;
}

.phw-g-i-srVUx9-ds{
}

.phw-g-i-srY95o{
border-color:var(--phw-custom-border-black000000ff) !important;
color:var(--white) !important;
}

.phw-g-i-srjkGC-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-srmcKt-ds{
}

.phw-g-i-srnvju-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-srvVU4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ss3Z1c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ssFzUq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ssLM5Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ssXPOP-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-ssdVPO-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-ssgjai-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ssiVqU{
color:var(--black) !important;
font-weight:inherit !important;
width:350px !important;
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-ssuZXH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-stjKKk-ds{
border-radius:30px !important;
}

.phw-g-i-stpTkg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-strU1R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-su9mEV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-suOVCw-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-suOnWh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-subqLm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sucGwU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sugXjt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-sund51-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-supHV8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-surJIH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-suv6oU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sv1Chu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sv1FUE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-sv1bS9{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-sv2JRj-ds{
border-radius:30px !important;
}

.phw-g-i-sv5VGt{
}

.phw-g-i-svDHWw-ds{
border-radius:30px !important;
}

.phw-g-i-svfSYM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-swC9oY-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-swGAhG{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-swI0sA-ds{
border-radius:30px !important;
}

.phw-g-i-swKH02-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-swQcvn-ds{
}

.phw-g-i-swgJlV-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-swmf7D-ds{
}

.phw-g-i-swouqo{
border-width:0 !important;
border-color:transparent !important;
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-swtRGp{
}

.phw-g-i-sx9euZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sxCqXu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sxGZzb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-sxPb5E-ds{
border-radius:17px !important;
}

.phw-g-i-sxQk8N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sxlNZd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-sxzlMg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-sy6IQa{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}

.phw-g-i-syMNIO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-syV5BL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-syVuBJ{
}

.phw-g-i-sya3hF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-syhv3b-ds{
}

.phw-g-i-sz7v2f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-szCpu8-ds{
border-radius:30px !important;
}

.phw-g-i-szL6pm-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-szUQ50-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-szYKTS-ds{
border-radius:30px !important;
}

.phw-g-i-szfxbu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-szjE2o{
border-width:0 !important;
border-color:transparent !important;
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-szwBWC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t0MEYt-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-t0YgIz-ds{
}

.phw-g-i-t0flKY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t0oVrJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-t0udxr-ds{
border-radius:30px !important;
}

.phw-g-i-t1Ccxe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t1HSIm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t1SB2N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t1tOBj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t1yKOF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-t2BJ4U-ds{
border-radius:30px !important;
}

.phw-g-i-t2PDw5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t2VUvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t2XO1q-ds{
border-radius:30px !important;
}

.phw-g-i-t2ZUPq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t2aiGO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t2ataY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t2k51S-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-t2nFns-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t30VzF{
color:var(--black) !important;
}

.phw-g-i-t3Bwoj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t3XYe5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t3Zapn-ds{
border-radius:30px !important;
}

.phw-g-i-t3iLeJ{
}

.phw-g-i-t3jnLm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t3nXmZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t3qBs4-ds{
border-radius:30px !important;
}

.phw-g-i-t3ukMt-ds{
}

.phw-g-i-t4LdXH-ds{
border-radius:30px !important;
}

.phw-g-i-t4M1Vt{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
}

.phw-g-i-t4Qaar{
}

.phw-g-i-t4TA0h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t4TO5A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t4WNzb-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-t4gPRT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t4iA7t-ds{
border-radius:29px !important;
}

.phw-g-i-t4rmrr-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-t5D9hB{
}

.phw-g-i-t5GlnT{
max-width:1440px !important;
width:1244px !important;
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}

.phw-g-i-t5VgVY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t5jVOW{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-t5ostv{
}

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

.phw-g-i-t5qyno-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-t628rc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t63wC4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t6FAwN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t6P2k6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t6dIsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-t6hhqI-ds{
border-radius:30px !important;
}

.phw-g-i-t6lYSX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-t6oWFR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t6pjFo{
}

.phw-g-i-t6qqAZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-t6sKEh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t6wNZ2-ds{
border-radius:30px !important;
}

.phw-g-i-t6z1IZ-ds{
border-radius:30px !important;
}

.phw-g-i-t7K6BX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t7LfYw{
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}

.phw-g-i-t7SMZW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-t7tInY{
}
.phw-g-i-t7tInY img{
object-fit:cover  !important;
}

.phw-g-i-t7xxln-ds{
border-radius:30px !important;
}

.phw-g-i-t82KEN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-t8GVOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t8Grle-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-t8KIaO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-t8MZok{
}

.phw-g-i-t8TSCp-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-t8bYZn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-t8d3ib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t8lO7e-ds{
border-radius:30px !important;
}

.phw-g-i-t8sbOL-ds{
border-radius:30px !important;
}

.phw-g-i-t8wSSz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t96brq{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-t9Iw9J{
border-width:1px !important;
border-color:var(--custom-border-color-1Buie-border) !important;
border-style:solid !important;
}

.phw-g-i-t9Rce5-ds{
text-align:left !important;
}

.phw-g-i-t9WoRp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t9Z1tT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-t9jz2k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-t9u8Ua{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-t9v7Nh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tAdhr0-ds{
border-radius:30px !important;
}

.phw-g-i-tAfGIS-ds{
border-radius:30px !important;
}

.phw-g-i-tAgOS2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tAgnsd-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-tAmPIZ{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
background-color:none !important;
}

.phw-g-i-tAuimE-ds{
border-radius:30px !important;
}

.phw-g-i-tAuy3o-ds{
border-radius:30px !important;
}

.phw-g-i-tAzwvu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tB4aol{
border-width:0.5px !important;
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-tB4tsZ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tBRK9N-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-tBXIhZ-ds{
border-radius:30px !important;
}

.phw-g-i-tBia69-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tCBpqt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tCBrrj-ds{
border-radius:30px !important;
}

.phw-g-i-tCcxsW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tCiUHt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tCw7ou-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tD5j20-ds{
border-radius:30px !important;
}

.phw-g-i-tDEfFR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tDdwIv-ds{
border-radius:30px !important;
}

.phw-g-i-tDw1yH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tE38K8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tE3wEG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tE450Q-ds{
border-radius:30px !important;
}

.phw-g-i-tEAsb6{
}

.phw-g-i-tEAsb6:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-tEELRh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tEXpb4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tEagE1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tEfPPc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-tEzDZZ{
text-shadow:none !important;
}

.phw-g-i-tF3xCz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tFCxGN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tFOuK5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tFTBDh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tFbY3b{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-tFiUsl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tFmmiG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tFyzU6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tG2ftH-ds{
background-position:50% 50% !important;
}

.phw-g-i-tG6WLd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tGa2oZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}

.phw-g-i-tH3ncO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tH4Lxq{
}

.phw-g-i-tH5y9C-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-tHJvGE{
color:var(--black) !important;
}

.phw-g-i-tHKeqz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tHPvCr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tHfKLS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tHjEaz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tIYvfP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tJ4DNu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tJFiJx{
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-tJTqej{
}

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

.phw-g-i-tJfFtH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tKBxJe-ds{
border-radius:30px !important;
}

.phw-g-i-tKCPov-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tKF9XS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tKaAxh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tKcDMB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tKgi36-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tKpudM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tKu9NU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tL6OpD-ds{
border-radius:30px !important;
}

.phw-g-i-tL6Vbj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tL7fcE{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-NhxXMc:hover .phw-g-i-tL7fcE{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-tLNRoF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tLOFKc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tLS9oC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tLTLrJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tLoT2V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tLpoa0-ds{
border-radius:30px !important;
}

.phw-g-i-tM76dg{
color:#242e30 !important;
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-tM7ZgJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tMQjBa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tMUXgV-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-tMjCse-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tMkxWM-ds{
border-radius:30px !important;
}

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

.phw-g-i-tMtSh2:hover{
background-color:var(--phw-custom-whitebgffffffff) !important;
color:var(--black) !important;
}

.phw-g-i-tN2E39-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tNBy4L-ds{
border-radius:30px !important;
}

.phw-g-i-tNh8LL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-tNw2k1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tNw3Kt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tOEK15-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tOKYtM{
background:none !important;
background-image:none !important;
}

.phw-g-i-tOSlqJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-tOVby4:hover{
border-width:0px !important;
}

.phw-g-i-tOkdaC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tOoy54-ds{
}

.phw-g-i-tOsAVv{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-tOwtmo-ds{
border-radius:30px !important;
}

.phw-g-i-tP01uP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tP1cpR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tP52E9{
color:var(--black) !important;
}

.phw-g-i-tPFy5P-ds{
border-radius:30px !important;
}

.phw-g-i-tPOx3A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tPPttp-ds{
border-radius:30px !important;
}

.phw-g-i-tPXa1W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tPYDfx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tPqSq6{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
font-size:var(--phw-g-hero-title-font-size) !important;
line-height:1.1 !important;
}

.phw-g-i-tPsCkJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tQBVGY-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-tQTg8O{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:50px !important;
line-height:60px !important;
}

.phw-g-i-tQYn0b-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tQacxY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tQbLMO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tQcZp2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tQs9PQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tQtZtu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tREB8f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tRPiWq-ds{
border-radius:30px !important;
}

.phw-g-i-tRQ9lJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tRdagN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tS0OFU{
}

.phw-g-i-tSIQT0-ds{
background-image:url("") !important;
}

.phw-g-i-tSKYBU-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tT5LG5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-tT7hyQ-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-tTM5DC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tTRkWd-ds{
border-radius:17px !important;
}

.phw-g-i-tTsh31-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-tTvRxR{
color:var(--black) !important;
}

.phw-g-i-tUE0Y8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tUYB2v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tUg9t6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tUlbmw-ds{
}

.phw-g-i-tUoctg{
background:none !important;
background-image:none !important;
}

#_PCM .phw-g-i-tUol9j{
}

.phw-g-i-tUsn2D{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-tUtGDG-ds{
border-radius:30px !important;
}

.phw-g-i-tUwKTJ-ds{
}

.phw-g-i-tVGNzM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tVQ6Sz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tVTzbf-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tVkM9W{
}

.phw-g-i-tVzjJo-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-tW4uth-ds{
display:none !important;
}

.phw-g-i-tW5OyE-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tWABa9{
font-weight:inherit !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-tWEJ0j-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-tWHULO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tWPWHy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tWQVnc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tWmrUp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tWv0jX-ds{
border-radius:30px !important;
}

.phw-g-i-tWwJAH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tWyr8U{
color:var(--black) !important;
}

.phw-g-i-tX9A2o-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tXDge8-ds{
border-radius:30px !important;
}

.phw-g-i-tXDkKn-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-tXF5Is-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tXPbQY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tXTHnA-ds{
border-radius:30px !important;
}

.phw-g-i-tXYhF4-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-tXZr24-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-tXnlxN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tY0xOp-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-tY1kr4-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-tY3lk3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tY6dKk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tY6us0-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-tYLPo4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tYMfmr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tYUHEu{
color:var(--white) !important;
}

.phw-g-i-tYv6Dp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tYvKIR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tYy1S6{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
text-decoration:none !important;
}

.phw-g-i-tZAItO-ds{
border-radius:30px !important;
}

.phw-g-i-tZKtWd-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-tZN8iG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tZRBVM-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tZUVLb-ds{
border-radius:30px !important;
}

.phw-g-i-tZZjSW{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
padding-bottom:calc(var(--pu-space)*4) !important;
}

.phw-g-i-ta6DNR-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tadlav-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tatIFy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-taymU3-ds{
border-radius:31px !important;
}

.phw-g-i-tb1WgQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tbSGS2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tbfXpU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-tbhbMB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tc20Wb{
background:none !important;
background-image:none !important;
border-width:0px !important;
border-color:transparent !important;
color:var(--black) !important;
font-size:14px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
padding-left:0px !important;
padding-right:0px !important;
}

.phw-g-i-tc20Wb:hover{
background:none !important;
background-image:none !important;
background-color:transparent !important;
color:var(--black) !important;
text-decoration:var(--link-hover-decoration) !important;
}

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

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

.phw-g-i-tc20Wb.disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}
.phw-g-i-tc20Wb:disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}

.phw-g-i-tc25ql-ds{
border-radius:30px !important;
}

.phw-g-i-tc7jAW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tc82ZD-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-tcFEde-ds{
border-radius:30px !important;
}

.phw-g-i-tcMdvo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tcYHpW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tcuKl8{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-tcuKl8:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-tcuKl8:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-tcuKl8:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-tcuKl8:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-tcuKl8.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-tcuKl8:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-tcwyPr-ds{
border-radius:30px !important;
}

.phw-g-i-tdAP6R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tdM9xl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tdTyC6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tdecrh{
}

.phw-g-i-tdjQrp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tdnEHu{
color:var(--white) !important;
font-size:13px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
min-height:auto !important;
}

.phw-g-i-tdxSj1-ds{
}

.phw-g-i-te0XOK-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-tea8JL-ds{
border-radius:30px !important;
}

.phw-g-i-tejv7p{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-c7qMAS:hover .phw-g-i-tejv7p{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-tenXUi-ds{
pointer-events:visible !important;
}

.phw-g-i-terECd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-teurwf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tfJKG3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tfa1KQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tfj9ZE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tg04PP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tg2wHB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tgI80J-ds{
border-radius:30px !important;
}

.phw-g-i-tgKTQY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tgOTT8-ds{
border-radius:30px !important;
}

.phw-g-i-tgPnOz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tgy7lM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tgzruQ{
}

.phw-g-i-th3vmU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-th65bF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-thQEPP-ds{
border-radius:30px !important;
}

.phw-g-i-thQeA7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-thUlFl-ds{
}

.phw-g-i-thalP9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-thlKd9-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ti8J5w-ds{
border-radius:30px !important;
}

.phw-g-i-tiDQPe-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tiPfbR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tiRbdW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tiUfzl-ds{
border-radius:30px !important;
}

.phw-g-i-tiVf9a{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
color:var(--white) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:var(--box-shadow-style-2) !important;
}

.phw-g-i-ticnyz{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-tigjDB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tiiXCc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tikIVh-ds{
}

.phw-g-i-tio5GV{
}

.phw-g-i-tiznSH{
}

.phw-g-i-tj9Hu8-ds{
border-radius:30px !important;
}

.phw-g-i-tjAqPs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tjFvV9-ds{
border-radius:30px !important;
}

.phw-g-i-tjHJQ9{
font-size:var(--body-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*4) !important;
}

.phw-g-i-tjPjNH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tjSvki-ds{
border-radius:30px !important;
}

.phw-g-i-tjT5pV{
padding-bottom:calc(var(--pu-space)*1.5) !important;
}

.phw-g-i-tjblu6-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-tjfc6U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tjoCG1-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-tjuSyS{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-tk4bxa-ds{
border-radius:30px !important;
}

.phw-g-i-tkDmbw-ds{
background-position:50% 50% !important;
}

.phw-g-i-tkFRN8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tkNgxS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tkYdAJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tkdw2j{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-tkpdzM{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-tl0MDZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tl14Mn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tl8xrA-ds{
border-radius:30px !important;
}

.phw-g-i-tlAiFm{
}

.phw-g-i-tlN1op{
text-shadow:0px 0px 0px rgba(255, 255, 255, 1) !important;
}

.phw-g-i-tliQh1-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-tllJcq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tltfjv-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tlzkZ3-ds{
border-radius:30px !important;
}

.phw-g-i-tm4Hz5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tmRmYt{
color:var(--black) !important;
}

.phw-g-i-tmTV2J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-tmbvF4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tmcvKi{
background-color:var(--phw-custom-whitebgffffffff) !important;
color:var(--black) !important;
}

.phw-g-i-tmlxNe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tmnDY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tmq5Q6-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-tmssC1-ds{
}

.phw-g-i-tmv4OP-ds{
border-radius:30px !important;
}

.phw-g-i-tn3MUB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tnHptG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tnImm1{
}

.phw-g-i-tnJv9n-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tnM0Il-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-tnTJ3p-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-tngdIl-ds{
background-image:url("") !important;
}

.phw-g-i-tnlPom-ds{
border-radius:30px !important;
}

.phw-g-i-tnlls2-ds{
border-radius:30px !important;
}

.phw-g-i-toQ8Gh-ds{
border-radius:30px !important;
}

.phw-g-i-toXrvh-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-toYnXW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-toZwZT-ds{
border-radius:30px !important;
}

.phw-g-i-tobJWB-ds{
border-radius:30px !important;
}

.phw-g-i-toctaF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tofdfb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tojsfZ-ds{
border-radius:30px !important;
}

.phw-g-i-tpBdZ2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tpDZXi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tpDrqm{
}

.phw-g-i-tpNxYG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tpbOfU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tplDTo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tq0oX6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tq2A9B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tq2J8C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tqD0AO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tqMmJ5{
}

.phw-g-i-tqT0CV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tqgUmB{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-tqon9L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tqtLzP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tr1s6R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tr3ehQ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tr7QGO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-trDwvP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-trIXMp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-trODWl-ds{
}

.phw-g-i-trPsF1-ds{
border-radius:30px !important;
}

.phw-g-i-trVWnl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-trZuXJ-ds{
border-radius:30px !important;
}

.phw-g-i-tsDcX6-ds{
border-radius:30px !important;
}

.phw-g-i-tsGogu-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-tsK3wO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tsT5lP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tsc1ab{
}

.phw-g-i-tsjC8g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tsoO9Z{
}

.phw-g-i-tt8JCX{
max-width:250px !important;
max-height:55px !important;
}

.phw-g-i-ttELCT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ttJSy7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ttPN5h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ttS3Ei-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ttSs6Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ttTKwG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ttdwRX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ttisFD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ttlixH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ttqafE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ttrGgx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ttzjPw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tuHFtI-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-tuPAup-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tucjq6-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tui4Qo-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-tumwWL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tunbRy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tuqf5M-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-tv5Ctx{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-tv7N6p-ds{
border-radius:30px !important;
}

.phw-g-i-tvD9m7-ds{
}

.phw-g-i-tvSjtQ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tvZ1fs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tvoSop-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-tw39NH-ds{
border-radius:30px !important;
}

.phw-g-i-tw9qTR-ds{
border-radius:30px !important;
}

.phw-g-i-twKZGr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-twdozC{
border-width:0px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
}

.phw-g-i-twdptA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-twmhVh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-twvZmo-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-tx3AaL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-txDW1L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-txK0Bd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-txQPv7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-txdyiS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-txfzDT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-txzgNe-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ty0bEk-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-ty1um2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ty9mzh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tyVqI5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tyZo6h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tyZrx7{
}

.phw-g-i-tycHPo{
border-width:0px !important;
border-top-width:2px !important;
border-bottom-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-style:solid !important;
font-size:var(--body-font-size) !important;
line-height:1.25;
color:var(--black);
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400;
padding-top:calc(var(--pu-space)*2.5) !important;
margin-top:calc(var(--mu-space)*0);
border-inline-end-width:0px !important;
width:auto !important;
text-align:center !important;
padding-bottom:calc(var(--pu-space)*0) !important;
border-inline-start-width:00px !important;
}

.phw-g-i-tyftQn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tz5rIJ-ds{
border-radius:30px !important;
}

.phw-g-i-tzIa2K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tzYhmH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tzcMLO-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-tzednp-ds{
border-radius:30px !important;
}

.phw-g-i-tzlVle-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-tztBNl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-tzyZRv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u05h5L-ds{
border-radius:30px !important;
}

.phw-g-i-u0XfUv{
}

.phw-g-i-u0bFOW-ds{
border-radius:30px !important;
}

.phw-g-i-u0d8j6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u0xoqy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u0y4P6-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-u101Hg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u1Kk5m-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-u1M8ys-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u1MEVU{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
}

.phw-g-i-u1VY8H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u1b9FB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u1cu52-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u1pVHl{
}

.phw-g-i-u1sOXw{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-u1sOXw:hover{
opacity:1 !important;
border:none !important;
background-color:transparent !important;
}

.phw-g-i-u1udy6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u1xHeZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u21DxQ-ds{
}

.phw-g-i-u29B5b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u29wyN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u2Upex{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-u2VsD4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u2dPV7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u2sjta-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u35ICX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u39zd3-ds{
border-radius:30px !important;
}

.phw-g-i-u3BJVl-ds{
border-radius:30px !important;
}

.phw-g-i-u3HEr4-ds{
border-radius:30px !important;
}

.phw-g-i-u3J6UV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u3NI1r-ds{
border-radius:30px !important;
}

.phw-g-i-u3f43p-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-u3lSUW-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-u3n7Mf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u3nbrj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u3sTOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u3v45K-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-u3vZQW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u4HlUL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u4KQ39-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u4R6GY-ds{
}

.phw-g-i-u4cpu9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u4h9MP{
}

.phw-g-i-u56iTV{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-u56oJc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u5NnXp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u5OTYq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u5QqD2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u5Xy56-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u5fF89{
}

.phw-g-i-u6428q-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-u6Jfi4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u6NEqa-ds{
border-radius:30px !important;
}

.phw-g-i-u7456g-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-u7KnoF-ds{
background-image:url("") !important;
}

.phw-g-i-u7Zune-ds{
border-radius:30px !important;
}

.phw-g-i-u7vU65{
color:var(--black) !important;
}

.phw-g-i-u8YbyR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u8qKq8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u8qUsp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-u908lN{
background-color:var(--phw-custom-footer-backgroundefedeaff);
}

.phw-g-i-u921R9{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
}

.phw-g-i-u97LXn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u9G1jj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-u9VtCh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-u9ezF3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-u9vCik-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-u9vkgn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uA8Swz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uAEwag{
}

.phw-g-i-uASglh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uAXNDd{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
margin-top:calc(var(--mu-space)*0) !important;
margin-inline-end:calc(var(--mu-space)*0) !important;
margin-bottom:calc(var(--mu-space)*0) !important;
}

.phw-g-i-uAzuML-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-uB4pha-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uB5fe4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uBD8yk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uBNOP2-ds{
border-radius:30px !important;
}

.phw-g-i-uBZOdR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uBasr6{
width:1244px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
max-width:1440px !important;
}

.phw-g-i-uBeKiF-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-uBgJzk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-uBjIfU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uBmJVW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uBte3k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uC0Sip-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-uC3g7K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uCKOc6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uCPx8k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uCRlEn{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-uCdJOB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uCr8Na-ds{
}

.phw-g-i-uCvthd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uD4uwR-ds{
}

.phw-g-i-uDBJOX-ds{
border-radius:30px !important;
}

.phw-g-i-uDITlS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uDKPbB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uDQi5c-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uDWUnL-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uDh9XR{
}

.phw-g-i-uDxE3z-ds{
border-radius:30px !important;
}

.phw-g-i-uE0sXM-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-uE87Is-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uE8Ltb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uEI9mn-ds{
border-radius:30px !important;
}

.phw-g-i-uENPdU-ds{
border-radius:30px !important;
}

.phw-g-i-uEQqyx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uETtQs-ds{
border-radius:30px !important;
}

.phw-g-i-uEVTSG-ds{
border-radius:30px !important;
}

.phw-g-i-uEaweT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uEbjrQ{
}

.phw-g-i-uEiwTE-ds{
border-radius:30px !important;
}

.phw-g-i-uEss5S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uEzxeW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uFITyQ-ds{
border-radius:30px !important;
}

.phw-g-i-uFK4s6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uFPulM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uFyYfI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uG5h8x-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-uGCbV6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uGHgSQ-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-uGKlIP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-uGO3kI-ds{
background-size:100% 100% !important;
}

.phw-g-i-uGUafS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uGbqwo-ds{
border-radius:30px !important;
}

.phw-g-i-uGcL7w-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uGgdZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uGiqsh-ds{
border-radius:30px !important;
}

.phw-g-i-uGqXwI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uGrCd9{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-uGu7TM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uGybSw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uGzNvD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uH67aa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uH9qrp-ds{
border-radius:30px !important;
}

.phw-g-i-uHCSF3-ds{
border-radius:30px !important;
}

.phw-g-i-uHSDWP{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-uHcU6c-ds{
border-radius:30px !important;
}

.phw-g-i-uHs0QY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uI3dVF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uI48xY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-uI6Ygr-ds{
border-radius:30px !important;
}

.phw-g-i-uI774F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uI7L3P-ds{
border-radius:30px !important;
}

.phw-g-i-uI8A8O-ds{
border-radius:30px !important;
}

.phw-g-i-uIA71x-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uIFoi7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uIXSCh-ds{
}

.phw-g-i-uIg2Wz-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-uIkLBl{
}

.phw-g-i-uIwLmx{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--link-color) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
}

.phw-g-i-uJCL2T-ds{
}

.phw-g-i-uJIPij-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uJPard-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uJYuhp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uJuG0x-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-uJwx3k-ds{
}

.phw-g-i-uK1ISa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uK8WOB{
}

.phw-g-i-uKCsDS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uKObyp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uKTs25-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uKYrZf{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:40px !important;
line-height:56px !important;
}

.phw-g-i-uKewjE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uKgzcY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uKnHv3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uKr1Rp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uL395x{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-uLBrc6{
height:140px !important;
}

.phw-g-i-uLFLQd-ds{
border-radius:30px !important;
}

.phw-g-i-uLGlP6{
}

.phw-g-i-uLTfry-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uLWqDx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uLXXhg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-uLXnjS-ds{
border-radius:30px !important;
}

.phw-g-i-uLzeOy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-uMBNSC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uMFxRw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uMbYO9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uMkp9h{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-uMuZay-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uMzgYm{
background:none !important;
background-image:none !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
background-color:transparent !important;
}

.phw-g-i-uN2WTU-ds{
background-color:rgba(255, 255, 255, 0.1) !important;
border-style:solid !important;
}

.phw-g-i-uN9atZ-ds{
border-radius:30px !important;
}

.phw-g-i-uNFwW0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uNMPkO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uNNyok{
}

.phw-g-i-uNaph4-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uNqNHw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uO2PcU-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-uOGQW9{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-uOMFif-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uOfsIO-ds{
border-radius:30px !important;
}

.phw-g-i-uOfwGO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uOmMBY-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-uOpdZN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uP25Tg-ds{
border-radius:30px !important;
}

.phw-g-i-uPJiKp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uPLRA3-ds{
border-radius:30px !important;
}

.phw-g-i-uPklyV-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-uPmxD0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uPvs9g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uPyRzP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uQ1n2c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uQINl8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uQJmGa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uQL7z0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uQVLqI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uQWfYu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uQWol2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uQZ9Fa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uQbIRB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uQbSki-ds{
border-radius:30px !important;
}

.phw-g-i-uQhOYS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uQjKXG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uQkyiD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uQu9Oe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uQvkK1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uR0j6n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uR4J6T-ds{
border-radius:30px !important;
}

.phw-g-i-uRHy1F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uRUF5r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uRWUPg{
width:250px !important;
max-width:300px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
max-height:60px !important;
}

.phw-g-i-uRp8AH{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
font-weight:inherit !important;
font-size:64px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:start !important;
}

.phw-g-i-uRy5Et-ds{
border-radius:30px !important;
}

.phw-g-i-uSCTPJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uSMZ9h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uSOX0x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uSS3hp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uSStwD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uSge0f{
}

.phw-g-i-uSiSjo-ds{
border-radius:29px !important;
}

.phw-g-i-uSmH42-ds{
border-radius:30px !important;
}

.phw-g-i-uT2KAN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uT3Gv0-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-uT3lbf-ds{
border-radius:30px !important;
}

.phw-g-i-uT7SiQ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-uT9InT-ds{
border-radius:30px !important;
}

.phw-g-i-uTABS5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uTAjeq-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-uTBqQJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uTK9yd{
}

.phw-g-i-uTPxuC-ds{
border-radius:30px !important;
}

.phw-g-i-uTkorY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uTsv7Z-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uTubPw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uUA4z7{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
}

.phw-g-i-uUD3yv-ds{
background-position:0% 50% !important;
}

.phw-g-i-uUMgaa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uUQxYG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uUWkfr-ds{
border-radius:30px !important;
}

.phw-g-i-uUbSlD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uUmKbF-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uUnQE8-ds{
border-radius:30px !important;
}

.phw-g-i-uUpq6F-ds{
border-radius:30px !important;
}

.phw-g-i-uV48SR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uV7KIL-ds{
}

.phw-g-i-uVAWwo{
font-size:var(--body-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-uVZmsL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uViBWz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uVn6qD-ds{
background-image:url("") !important;
}

.phw-g-i-uVpPv5-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-uW2hCi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uW763P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uW8lgq-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-uW8lgq-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-uWCnX3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uWIoQQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uWSin5{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:229.594px !important;
height:240px !important;
}

.phw-g-i-uWd1gt{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-uWsp6i{
}

.phw-g-i-uWtDeN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uWxmOh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uX1ka5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uXCE19-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uXMJmB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uXMgsE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uXNjpQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uXXi0M-ds{
border-radius:30px !important;
}

.phw-g-i-uXe0Xi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uXjWBl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uXrhjn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uXwDJT{
}

.phw-g-i-uY3lXK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uYCokS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uYIvvy-ds{
border-radius:29px !important;
}

.phw-g-i-uYQaRB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uYYjYa{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uYangG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uYjrbD-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uZ5Vbx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uZ9gw2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uZCMeZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uZL7YB{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-uZVTDz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uZZmDZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uZsEoT-ds{
text-align:left !important;
}

.phw-g-i-uaE9Eg{
}

.phw-g-i-uaFZ43{
}

.phw-g-i-uaNLaI-ds{
border-radius:17px !important;
}

.phw-g-i-uaiTPJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uanJsN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uaoLbr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ub6FFc{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
text-decoration:none !important;
}

.phw-g-i-ubMBUv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ubNkuR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ubRYSv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ubWPns-ds{
}

.phw-g-i-ubXB1x-ds{
border-radius:30px !important;
}

.phw-g-i-ubajtP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ubd6Nt{
}

.phw-g-i-ubhYaq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ubhwHk-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ucMwOV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ucQcwe-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-ucRjJG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ucTeRR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ucXJH4-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ucoEDe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ucs1GP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ucxThn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-udD5f0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-udRqOR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-udTIeG-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-udarMK-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-udl4iJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ue4ksG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ueCxC2-ds{
border-radius:30px !important;
}

.phw-g-i-uePpbl{
}

.phw-g-i-ueR7hH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ueVzqB:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
min-height:42px !important;
}

.phw-g-i-ueVzqB{
}

.phw-g-i-ueX4ih{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-ueqzwl{
}

.phw-g-i-uerB9E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uesz7z-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uev6vj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uf2Ci3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uf9S4I-ds{
border-radius:30px !important;
}

.phw-g-i-ufAcEP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ufG2kL-ds{
border-radius:30px !important;
}

.phw-g-i-ufX61W-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ufb2nK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ufdLQZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ugHSxY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ugIBAR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ugMkWU-ds{
border-radius:30px !important;
}

.phw-g-i-ugOHum{
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-ugP5ck-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ugiP9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ugvsZY{
}

.phw-g-i-uh585X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uh84KS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uh9K9G-ds{
}

.phw-g-i-uhFUjp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uhZgbB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uhgnGB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uhuK5c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ui0BXu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ui4NZv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ui8j5e-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-ui9084-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uiDIQX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uiHDDS-ds{
border-radius:30px !important;
}

.phw-g-i-uiWSQm-ds{
display:none !important;
}

.phw-g-i-uibGj6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uid7nS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uj7xEE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uj9ylJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ujGrDD{
}

.phw-g-i-ujIftb-ds{
border-radius:30px !important;
}

.phw-g-i-ujUQmR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ujYYr2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ujcBM1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ujhGvr-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-ujiFKu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ujotNm-ds{
}

.phw-g-i-uk8vk6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ukBdLC{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-ukBdLC:hover{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-ukIxXa-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-uko2EO{
}

.phw-g-i-ul37CA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ul4Oym-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ul8Rs5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ulDcIM-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ulEnet-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ulFxM3{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
}

.phw-g-i-ulOHde{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

#_PCM .phw-g-i-uljOYW{
}

.phw-g-i-ulx3gA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-um2RVc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-umbVTo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-umiHbH-ds{
border-radius:30px !important;
}

.phw-g-i-un5X0R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-unCjwU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-unDqqq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-unZgu4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-unq6EG-ds{
border-radius:30px !important;
}

.phw-g-i-uo5jko-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uo6Yjx-ds{
border-radius:30px !important;
}

.phw-g-i-uo9v7n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uoNRhU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uoO8rZ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-uob2hj-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-uoeHMF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uoidws-ds{
border-radius:30px !important;
}

.phw-g-i-uosCCd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uoyCeF-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-upTwS7{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
}

.phw-g-i-upVizc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-upak3V{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
font-size:40px !important;
line-height:56px !important;
}

.phw-g-i-updBJY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uplIh3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uprL5h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uprRXE{
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
width:600px !important;
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-uq27zb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uq5Nqr{
}

.phw-g-i-uqTlw4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uqabc0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uqiETz-ds{
border-radius:30px !important;
}

.phw-g-i-uqkHB7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uqqong-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uqxJ4H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ur3nN6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ur5YhD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ur7Vp5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-urB9ap-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-urFRJS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-urFaaa-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-urN1G0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-urOiUl-ds{
border-radius:30px !important;
}

.phw-g-i-urr35A-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-uruhe6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-urxcpG-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-usAqMo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-usFcuT-ds{
border-radius:30px !important;
}

.phw-g-i-usJkcq-ds{
border-radius:30px !important;
}

.phw-g-i-usNK58-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-usNdOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-usOPAj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-usSlw7-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-usWadw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-utHt42-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-utIjwO-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-utKbd9-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-utMzMp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-utNEgf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-utOagO-ds{
border-radius:30px !important;
}

.phw-g-i-utkBci-ds{
border-radius:30px !important;
}

.phw-g-i-utlaIw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uuFmCN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uuGIUo-ds{
border-radius:30px !important;
}

.phw-g-i-uuWxue-ds{
border-radius:30px !important;
}

.phw-g-i-uug9RZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uukQzJ-ds{
border-radius:30px !important;
}

.phw-g-i-uukcfq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uurbTr{
}

.phw-g-i-uuriHb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uushem-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-uuzJ85-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uv4dfO-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-uveAS5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-uvvvB3-ds{
}

.phw-g-i-uwEa8P{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--body-font-size) !important;
font-style:normal !important;
}

.phw-g-i-uwG6XC-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-uwSYZl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uwgH26-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uwpgn4-ds{
border-radius:30px !important;
}

.phw-g-i-uwsX8u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uwyo7T-ds{
border-radius:30px !important;
}

.phw-g-i-ux8TXv{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:auto !important;
}

.phw-g-i-uxCwTd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uxHEbr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uxR0VI{
background-color:var(--widget-bg-white-color) !important;
}

.phw-g-i-uxZMYj-ds{
border-radius:30px !important;
}

.phw-g-i-uxZzbZ-ds{
opacity:0.8 !important;
}

.phw-g-i-uxmrXJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uxwcvH{
background-color:var(--phw-custom-backgrounds636363636363)) !important;
}

.phw-g-i-uy01ZE-ds{
border-radius:30px !important;
}

.phw-g-i-uy0Jsq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uy37rC-ds{
border-radius:30px !important;
}

.phw-g-i-uy5NBB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uyCGuN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uyLdFw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uyUYQt-ds{
border-radius:30px !important;
}

.phw-g-i-uygppM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uymfuk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-uyzz86-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-uzHlGT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-uzKVKa{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-uzTpxW-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-uztEsL-ds{
border-radius:30px !important;
}

.phw-g-i-uzx6JA-ds{
}

.phw-g-i-v09pXt{
}

.phw-g-i-v0AN3B-ds{
border-radius:30px !important;
}

.phw-g-i-v0O3WQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-v0PNzr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-v0Rhne-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-v0V8M3-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-v0fUcQ-ds{
border-radius:30px !important;
}

.phw-g-i-v0hF8r-ds{
cursor:pointer !important;
}

.phw-g-i-v0qLea{
font-size:52px !important;
}

.phw-g-i-v1HwTa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-v1OIIe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v1QK7o-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-v1Sc70{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
}

.phw-g-i-v1TmVP-ds{
border-radius:30px !important;
}

.phw-g-i-v1k0NX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v1u2tq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v1zHMt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-v22O1F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-v2GkfH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-v2oIG4-ds{
}

.phw-g-i-v2zdEk{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-v31D69{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--font-size-11) !important;
}

.phw-g-i-v35fPL-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-v3WZ8W{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-v3ib5X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v3ikwM-ds{
border-radius:30px !important;
}

.phw-g-i-v3qnRI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v3rN4C-ds{
border-radius:30px !important;
}

.phw-g-i-v3z79l{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
}

.phw-g-i-v43BrR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v45oT8{
height:32px !important;
width:32px !important;
}

.phw-g-i-v4D0hI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v4Hg0V-ds{
border-radius:30px !important;
}

.phw-g-i-v4ko7E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-v4mnWO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-v4r3DJ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-v4sAhf{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-v4vvYp-ds{
border-radius:30px !important;
}

.phw-g-i-v4xRm4-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-v5597J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-v5JaUK{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-v6CzYW-ds{
}

.phw-g-i-v6gY0m-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-v6ng8l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v6oQbx-ds{
border-radius:30px !important;
}

.phw-g-i-v75mVY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-v77Wzi-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-v7F7xr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-v7G2VQ-ds{
}

.phw-g-i-v7LlBb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v7RK5L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v7Ss21-ds{
}

.phw-g-i-v7aRub-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-v7c0sg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-v7fN66{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-v7oM5E{
color:var(--black) !important;
}

.phw-g-i-v83dmg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v89yPo{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-v8IHh3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-v8Iss2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v8Re5f-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-v8aVTV-ds{
border-radius:30px !important;
}

.phw-g-i-v8cmmK{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
width:200px !important;
}

.phw-g-i-v8cmmK:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-v8cmmK:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-v8cmmK:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-v8cmmK:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-v8cmmK.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-v8cmmK:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-v8leuf-ds{
border-radius:30px !important;
}

.phw-g-i-v943UR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-v95YsJ-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-v9BZwg-ds{
border-radius:30px !important;
}

.phw-g-i-v9hc6W-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-v9qDsG-ds{
border-radius:30px !important;
}

.phw-g-i-v9uQCJ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vA59Rk{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-vAF0PG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vALdw3{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:42px !important;
line-height:48px !important;
}

.phw-g-i-vAYdj9-ds{
border-radius:30px !important;
}

.phw-g-i-vAqwAp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vB44us-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vBBdYn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vBQrdd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vBesUt-ds{
border-radius:30px !important;
}

.phw-g-i-vBsTbb-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-vBy1rB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vC8Ycf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vCC7hN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-vCUsBU-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vCp86i{
}

.phw-g-i-vCycfa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vDAPvW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vDByX7-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-vDOBps-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vDORnX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vDTYio-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vDV0fD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vE691B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vEGSOT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vEN1Hg-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-vESCGu-ds{
border-radius:17px !important;
}

.phw-g-i-vETzPx-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-vEb2Mm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vEbsqf-ds{
border-radius:30px !important;
}

.phw-g-i-vEesBS{
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
color:var(--black) !important;
}

.phw-g-i-vEfJ55-ds{
border-radius:30px !important;
}

.phw-g-i-vEjxrk{
}

.phw-g-i-vEkFnj-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-vEuvfA-ds{
border-radius:30px !important;
}

.phw-g-i-vEwOMr-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-vFNzXV{
text-shadow:none !important;
}

.phw-g-i-vFTK2p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vFjlvK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vFkTpN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vFpC8Y-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vFqI6D-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}

.phw-g-i-vFwwdc{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-vG7XB4-ds{
}

.phw-g-i-vGA29Q-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vGBmYc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vGIQJk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vGIcsH-ds{
border-radius:30px !important;
}

.phw-g-i-vGN1sS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vGQoUx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vGVlsX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vGm8cv-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vH5i0L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vH7QOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vHGIiJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vHSQpI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vHUlH5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vHbdPU-ds{
border-radius:17px !important;
}

.phw-g-i-vHlcLn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vHnnHt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vHrwLC{
}

.phw-g-i-vHyXzH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vI3s8Q{
background-color:transparent !important;
}

.phw-g-i-vI3s8Q:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-vILz01-ds{
border-radius:30px !important;
}

.phw-g-i-vIURWF-ds{
opacity:0.8 !important;
}

.phw-g-i-vIV0cz{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-vIVOwh{
font-size:var(--phw-g-input-label-text-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}

.phw-g-i-vIj8FN-ds{
border-radius:30px !important;
}

.phw-g-i-vJ1w3V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vJ691G-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-vJEXzY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vJH4rb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vJRD3a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vJWOOj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vJXaU2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vK9kK5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vKUiwg{
}

.phw-g-i-vKaLMX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vKcnAx-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vKq4MW-ds{
border-radius:30px !important;
}

.phw-g-i-vKsm8D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vKxsSk{
text-align:center !important;
justify-content:center !important;
}

.phw-g-i-vL722y{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--body-color) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-vLRF3s-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vLYJwz{
min-height:0px !important;
min-width:0px !important;
}

.phw-g-i-vLtLlI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vMC1dr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vMDtV9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vMElHf-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vMJDAa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vMLtTT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vMiDr5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vMlwuq-ds{
border-radius:30px !important;
}

.phw-g-i-vMnJ4t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vMns22-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vMtYRw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vN1PEf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-vN2pZZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vN3FVt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vNFNvO-ds{
border-radius:30px !important;
}

.phw-g-i-vNK1No-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vNbq6Q{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:40px !important;
line-height:56px !important;
}

.phw-g-i-vNgk0z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vNxMUJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vO3LyB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vO6yyV{
color:var(--white) !important;
}

.phw-g-i-vOAMdp-ds{
border-radius:30px !important;
}

.phw-g-i-vODVge-ds{
border-radius:30px !important;
}

.phw-g-i-vOF5Eo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vOWljp{
}

.phw-g-i-vOYtAF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vOavOY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vOgcTH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vOhRz0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vOn3eY-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vOsyTE-ds{
border-radius:30px !important;
}

.phw-g-i-vP11wZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vP4Ild-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vPIlVI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vPV1qF-ds{
border-radius:30px !important;
}

.phw-g-i-vPXgGx-ds{
background-image:url("") !important;
}

.phw-g-i-vPXx9N-ds{
border-radius:30px !important;
}

.phw-g-i-vPbgj4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vPcWvd-ds{
border-radius:30px !important;
}

.phw-g-i-vPlkao{
}

.phw-g-i-vQ7OW0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vQ8Q8Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vQGwgo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vQTlXr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vQVcvf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vQa4yw{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-vQd2tQ{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-vQkoMd{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-vQoTnH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vQy4LP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vRJ5kS-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-vRKsdX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vRLWMB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vRMQg3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vRRTh2-ds{
border-radius:30px !important;
}

.phw-g-i-vRsWz0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vS1Rcu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vSJ7Mf-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-vSQb8A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vSXNGa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vSbinN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vSd5zE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vSjWVz{
text-transform:none !important;
color:var(--black) !important;
width:1000px !important;
font-size:var(--font-size-11) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:start !important;
}

.phw-g-i-vSkCTc-ds{
}

.phw-g-i-vSscrK-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-vT0Psr{
}

.phw-g-i-vTBUxt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vTC68q-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vTnBYA{
color:var(--black) !important;
}

.phw-g-i-vTo7Ao-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vTvQsq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vTvTmS{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-vU02bS{
}

.phw-g-i-vUQRz3-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-vURZTG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vUTT3m-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vUeuNq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vUmGgK{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
aspect-ratio:9/16 !important;
object-fit:cover !important;
}

.phw-g-i-vV0MPZ{
}

.phw-g-i-vV41AX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vV5Y0d-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-vVKiRO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vVZmrc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vVkZqj-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vVoLGi-ds{
display:none !important;
}

.phw-g-i-vVu1jI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vVxHQP-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-vWCI2S:hover{
background:none;
background-image:none;
border-color:var(--phw-custom-border-black000000ff);
border-top-left-radius:calc(var(--border-radius-base)*7.5);
border-top-right-radius:calc(var(--border-radius-base)*7.5);
border-bottom-left-radius:calc(var(--border-radius-base)*7.5);
border-bottom-right-radius:calc(var(--border-radius-base)*7.5);
color:var(--black);
padding-left:8px;
font-size:15px;
box-shadow:none;
gap:3px;
padding-right:8px;
min-height:40px;
}
#_PCM .phw-g-i-vWCI2S:hover{
}

.phw-g-i-vWCI2S{
background:none;
background-image:none;
border-color:var(--phw-custom-border-black000000ff);
border-style:solid;
border-top-left-radius:calc(var(--border-radius-base)*7.5);
border-top-right-radius:calc(var(--border-radius-base)*7.5);
border-bottom-left-radius:calc(var(--border-radius-base)*7.5);
border-bottom-right-radius:calc(var(--border-radius-base)*7.5);
color:var(--black);
background-color:transparent;
font-weight:700;
font-size:15px;
padding-left:8px;
padding-right:8px;
gap:3px;
outline-style:none;
outline-color:var(--brand-color-secondary);
min-height:40px;
font-family:var(--cms-g-jetsansregular) !important;
}
#_PCM .phw-g-i-vWCI2S{
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-vWCI2S:focus{
background:none;
background-image:none;
border-width:1px;
border-color:var(--phw-custom-border-black000000ff);
border-style:dotted;
color:var(--black);
font-weight:700;
padding-left:8px;
font-size:15px;
outline-offset:0px;
outline-color:var(--brand-color-secondary);
background-color:transparent;
outline-width:0px;
gap:3px;
outline-style:none;
padding-right:8px;
min-height:40px;
}
#_PCM .phw-g-i-vWCI2S:focus{
}

.phw-g-i-vWCI2S:active{
border-color:var(--white);
background-color:var(--brand-color-secondary);
box-shadow:none;
color:var(--white);
}
#_PCM .phw-g-i-vWCI2S:active{
}

.phw-g-i-vWCI2S:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color);
}
#_PCM .phw-g-i-vWCI2S:focus-visible{
}

.phw-g-i-vWCI2S.disabled{
border-color:var(--disabled-color);
background-color:var(--disabled-color);
color:var(--btn-dark);
}
#_PCM .phw-g-i-vWCI2S.disabled{
}
.phw-g-i-vWCI2S:disabled{
border-color:var(--disabled-color);
background-color:var(--disabled-color);
color:var(--btn-dark);
}
#_PCM .phw-g-i-vWCI2S:disabled{
}

.phw-g-i-vWN6Ji-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vWSNYq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vWT2HI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vWZiKy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vWbNas-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vWkflK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vWq8vi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vWr4R2{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
width:200px !important;
}

.phw-g-i-vWr4R2:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-vWr4R2:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-vWr4R2:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-vWr4R2:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-vWr4R2.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-vWr4R2:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-vX24xC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vX3SeZ-ds{
}

.phw-g-i-vXGZYb-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-vXIo5U{
}

.phw-g-i-vXLB3L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vXLRK3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vXMkWR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vXVFCo{
}

.phw-g-i-vXf9LR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vXpMQk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vXsTiB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vXzPhE-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vXzZqi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vY5qCp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vYGPmY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vYLgng-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vYY0zj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vYdcvi-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-vYjaZz-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-vYn04f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vYnJiA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vYyg4Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vZ3OGE-ds{
}

.phw-g-i-vZMLvk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vZX2T8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vZcGEa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vZgyes-ds{
}

.phw-g-i-vZnud7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vZoef4{
}

.phw-g-i-va3HRr-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vaEAic-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vaFR4M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vaJSsM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vaRbKe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vaiSsV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vakwv2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vat1Pc{
font-weight:600 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--black) !important;
}

.phw-g-i-vau85L-ds{
}

.phw-g-i-vb9Rha-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vbPFZz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vbPUCh{
}

.phw-g-i-vbfkKX-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vbgLHA{
font-size:50px !important;
line-height:1.2 !important;
color:var(--custom-color-ZmlLd) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
width:60% !important;
margin-inline-start:auto !important;
margin-inline-end:auto !important;
}

.phw-g-i-vbujh4-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-vcJQRn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vcMxcp-ds{
}

.phw-g-i-vcNfl8-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-vcVFMY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vcuQAq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vcuglp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vcwh7e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vd7RHP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vdHTwZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vdRvrH-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-vdWlVr-ds{
border-radius:30px !important;
}

.phw-g-i-vdbUFe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vdfyIb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vdgI14-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vdiyRu-ds{
border-radius:30px !important;
}

.phw-g-i-vdkQVT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vdkVVF{
padding-top:calc(var(--pu-space)*12.5) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
}

.phw-g-i-vdphfl-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-vdwXI3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-veCle7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-veHvcl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-veOqkg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-veYXt5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-veZZyW-ds{
}

.phw-g-i-vepQ40-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-veqGM4-ds{
border-radius:30px !important;
}

.phw-g-i-veqhZW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-veqhs9{
color:var(--white) !important;
border-style:none !important;
}

.phw-g-i-vexcWT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vezTLj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vfJJI4-ds{
border-radius:30px !important;
}

.phw-g-i-vfjSVD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vfrrOM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vftJY2-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vg6V43{
color:var(--black) !important;
}

.phw-g-i-vgNuXH-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vgQBNq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vgYKZw-ds{
}

.phw-g-i-vh4llu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vhB3f2-ds{
border-radius:30px !important;
}

.phw-g-i-vhNJJe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vhOR3e-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-vhcc8L-ds{
border-radius:30px !important;
}

.phw-g-i-vi1bFb-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vi4cfa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-viFNMh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vidYqb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vii6Hz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vijEEe{
color:var(--black) !important;
padding-top:calc(var(--pu-space)*1) !important;
}

.phw-g-i-vivzq7-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-vj6RCT{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-vjHtnc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vjMuCj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vk5N4M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vkQUjc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vkQYoG-ds{
}

.phw-g-i-vkZ9jl-ds{
}

.phw-g-i-vkcCpK-ds{
border-radius:30px !important;
}

.phw-g-i-vkf8HO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vki7Q2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vksboU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vl3bSA-ds{
border-radius:30px !important;
}

.phw-g-i-vlC3KK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vlbP58-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vlh5F0-ds{
border-radius:30px !important;
}

.phw-g-i-vlmP6u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vlwAj7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vm8Yoa{
background:none !important;
background-image:none !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
background-color:transparent !important;
}

.phw-g-i-vmHbh9-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-vmKY3d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vmtA6T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vmtwLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vn3e2H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vn9fDT{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
padding-right:38px !important;
}

.phw-g-i-vn9fDT:hover{
background-color:var(--brand-color-secondary) !important;
border:none !important;
}

.phw-g-i-vnGOoh{
}

.phw-g-i-vnWkPz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vnkKBi-ds{
border-radius:30px !important;
}

.phw-g-i-vnpzHq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vnywBA{
}

.phw-g-i-vo3B1g-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-voQeog-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-voobtp-ds{
border-radius:30px !important;
}

.phw-g-i-voruu7-ds{
}

.phw-g-i-voxYMy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-voxgRT{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
aspect-ratio:9/16 !important;
object-fit:cover !important;
}

.phw-g-i-vpUapN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vpUnoO{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}

.phw-g-i-vpdNrW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vqJ7Bo-ds{
border-radius:30px !important;
}

.phw-g-i-vqPoU6{
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-vqS7Bf-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vqZTGs{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-vqbcZk-ds{
background-image:url("") !important;
}

.phw-g-i-vqcHfx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vqjHiE-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-vqkS8f{
width:380px !important;
}

.phw-g-i-vqphEq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vqrBzR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vqzslN-ds{
}

.phw-g-i-vr1Ejd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vr71ev-ds{
border-radius:30px !important;
}

.phw-g-i-vrBHyo{
color:var(--white) !important;
display:inline-flex !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
text-decoration:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-vrCMNs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vrIGnj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vrPdea-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-vrQIfy-ds{
border-radius:30px !important;
}

.phw-g-i-vrRVyN-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-vrTbj0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vrTdg4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vrYWE1-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vrcUi7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vsK1le-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}

.phw-g-i-vsL4JR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vsLP30{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-vsOnJj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vsk32K{
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
min-height:38px !important;
}

.phw-g-i-vskMIh-ds{
border-radius:30px !important;
}

.phw-g-i-vslAk4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vt65MB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vt8Qee-ds{
border-radius:30px !important;
}

.phw-g-i-vtHoMG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vtISOc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vtKv3Y-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vtgLGu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vtiMi8-ds{
border-radius:30px !important;
}

.phw-g-i-vtkNfB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vtzPNv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vuFKHw{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
text-decoration:none !important;
}

.phw-g-i-vuFKHw:hover{
opacity:25 !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-vuL4ma-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vvE3p5-ds{
background-image:url("") !important;
background-position:50% 0% !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}

.phw-g-i-vvTFWB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vw3cD2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vw6mL7-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vwEkpH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vwNdpz{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-vwVvSh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vwbbWX-ds{
border-radius:30px !important;
}

.phw-g-i-vwdUIL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vwgyS0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vxEdfL{
}

.phw-g-i-vxJw0z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vxb4Ch-ds{
border-radius:30px !important;
}

.phw-g-i-vxbAKQ-ds{
}

.phw-g-i-vxfU8I-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-vxhOyG{
text-align:center !important;
color:var(--black) !important;
font-size:var(--body-font-size) !important;
line-height:1.6 !important;
}

.phw-g-i-vy0URt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vyAQNM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-vyMLNY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-vyPyzp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-vyyWsO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vzF04g{
}

.phw-g-i-S5nQsO:hover .phw-g-i-vzF04g{
background-color:transparent !important;
}

.phw-g-i-vzRjbI-ds{
border-radius:30px !important;
}

.phw-g-i-vzWt5L-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vzdvij-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vzevWZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-vzi3ZP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-vzsVrr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w0EGkp-ds{
border-radius:30px !important;
}

.phw-g-i-w0dRz3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w0mS1A-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-w0pPOy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w0s59X{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-w11eV0{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-w1Ge4N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w1KvRA-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-w1UwK8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w1VzA2-ds{
text-align:left !important;
}

.phw-g-i-w1pDpG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w2OHSK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w2kOm9{
background:none !important;
background-image:none !important;
height:auto !important;
max-width:1440px !important;
width:auto !important;
}

.phw-g-i-w2l0ZK-ds{
}

.phw-g-i-w2lgnY-ds{
border-radius:30px !important;
}

.phw-g-i-w2u37R-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-w34Ye9-ds{
border-radius:30px !important;
}

.phw-g-i-w3D5Gx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w3EQTM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w3EoVc{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
padding-bottom:calc(var(--pu-space)*4) !important;
}

.phw-g-i-w3JSd0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w3KUMA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w3MbBU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w3SBBY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w3U3UB{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
text-shadow:none !important;
}

.phw-g-i-w3awjP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w3epIC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w3jIyT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w3xSZW-ds{
border-radius:30px !important;
}

.phw-g-i-w40u6j-ds{
border-radius:30px !important;
}

.phw-g-i-w4987F-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-w4NQ0B-ds{
border-radius:30px !important;
}

.phw-g-i-w4bLHj{
}

.phw-g-i-w4hlyB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w4jCJk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w4ph3K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w4rRWm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-w4rWA8-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-w4tzpk-ds{
border-radius:30px !important;
}

.phw-g-i-w4zOWI-ds{
border-radius:30px !important;
}

.phw-g-i-w5GArQ-ds{
}

.phw-g-i-w5KDN7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w5Tgl8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w5fao5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-w5kam2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-w5w8t4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w62uie-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-Iv5c70:hover .phw-g-i-w6G5eI{
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}

.phw-g-i-w6G5eI{
}

.phw-g-i-w6Ka2g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w6PGtr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w6Szi3-ds{
border-radius:30px !important;
}

.phw-g-i-w6Wa05-ds{
border-radius:30px !important;
}

.phw-g-i-w6by20-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w6e9wg-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-w6fawZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w6ntDz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w6v6OQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w7EYUw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w7Jca9-ds{
border-radius:30px !important;
}

.phw-g-i-w7K733{
}

.phw-g-i-w7MDJx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w7QZs0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w7j7Bg-ds{
}

.phw-g-i-w7k3Bn-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-w7lmgT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w7pk4W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w7qpS0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w7tNIw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w81F9H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w8Kfap-ds{
border-radius:30px !important;
}

.phw-g-i-w8QhBh-ds{
}

.phw-g-i-w8QwAJ-ds{
border-radius:30px !important;
}

.phw-g-i-w8nKjq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w8rCYj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-w8uHiH{
font-size:52px !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-w91lFj-ds{
}

.phw-g-i-w94ESS{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:350px !important;
}

.phw-g-i-w97XlO{
color:var(--black) !important;
font-size:18px !important;
width:640px !important;
text-align:start !important;
padding-inline-start:calc(var(--pu-space)*10.25) !important;
}

.phw-g-i-w9HzsD-ds{
border-radius:30px !important;
}

.phw-g-i-w9OklN-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-w9vaVS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wA01Iq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wA8TFW-ds{
border-radius:30px !important;
}

.phw-g-i-wABWRN-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-wAKh9D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wAN9Zj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wAPjQV-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wASACX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wAoR4I-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wBBAzJ{
}

.phw-g-i-wBHQjy-ds{
}

.phw-g-i-wBQC8X-ds{
}

.phw-g-i-wBVTP9-ds{
z-index:2 !important;
pointer-events:none !important;
}

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

.phw-g-i-wBt7sr{
}

.phw-g-i-wBvjHl-ds{
border-radius:30px !important;
}

.phw-g-i-wBvmJg{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-wBxD0o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wC5xjU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wC8xZj-ds{
border-radius:30px !important;
}

.phw-g-i-wCFEIQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wCIWm9{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-wCZisF-ds{
border-radius:30px !important;
}

.phw-g-i-wCf6mS-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wCnEFp-ds{
border-radius:30px !important;
}

.phw-g-i-wCq2v1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wCuiAX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wD9qUc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wDKy9N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wDRAkl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wDcIYk{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
}

.phw-g-i-wDt34L{
}

.phw-g-i-wEB3mZ-ds{
}

.phw-g-i-wEBxTx{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-wEH1vp{
margin-inline-end:calc(var(--mu-space)*2.5) !important;
}

.phw-g-i-wERHbs-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wES8IY-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wETpQt-ds{
}

.phw-g-i-wEVgHB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wEWaCP-ds{
border-radius:30px !important;
}

.phw-g-i-wEXfmd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wEZSsv{
}

.phw-g-i-wEdK6h{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--white) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-wElP6n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wEmVG6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wEmvt7-ds{
border-radius:30px !important;
}

.phw-g-i-wEpd3X-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-wF9Rd0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wFJ6aY-ds{
}

.phw-g-i-wFRhRB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wFtzK3-ds{
}

.phw-g-i-wG7jmC-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-wG96B3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wGBBX4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wGLEin-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wGOfgl-ds{
border-radius:30px !important;
}

.phw-g-i-wGP9uS-ds{
border-radius:30px !important;
}

.phw-g-i-wGUKW9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wGbgTK-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wGgm2n-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-wH0xpZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wH5oxq{
}

.phw-g-i-wH6s8n-ds{
}

.phw-g-i-wHVbjb{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-wHdebD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wHi2ea-ds{
border-radius:30px !important;
}

.phw-g-i-wHl4P1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wID7cq-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-wIWYK9-ds{
text-align:left !important;
}

.phw-g-i-wIYOnI-ds{
border-radius:30px !important;
}

.phw-g-i-wIZVZp-ds{
border-radius:30px !important;
}

.phw-g-i-wIbrDJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wIiJG4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wIlt0Q-ds{
}

.phw-g-i-wIoyp9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wIreUY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wIzHG3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wJ0jNW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wJD1L1-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wJDm7f-ds{
border-radius:30px !important;
}

.phw-g-i-wJiqKl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wJn1eP-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-wJu3tg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wJw7Hf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wK7maa-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wKAV8U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wKQj7D-ds{
}

.phw-g-i-wKXnBG-ds{
width:100% !important;
}

.phw-g-i-wKZr40-ds{
border-radius:30px !important;
}

.phw-g-i-wKadv6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wKao6t-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wKlfmQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wKqLOi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wL8yiQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wLPzkX-ds{
border-radius:30px !important;
}

.phw-g-i-wLW5vI-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wLXi3C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wLk1z5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wLnftM-ds{
border-radius:30px !important;
}

.phw-g-i-wM4DnZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-wMFQIG-ds{
border-radius:30px !important;
}

.phw-g-i-wMKF1G-ds{
}

.phw-g-i-wMfdfi{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-wMfkxa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wMn11d{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
}

.phw-g-i-wMtOAf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wMuctB-ds{
border-radius:30px !important;
}

.phw-g-i-wN1be2-ds{
border-radius:30px !important;
}

.phw-g-i-wN3Lwn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wN5w41-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wN8PR4{
}

.phw-g-i-wN9Fwd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-wND3A3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wNF9GB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wNkFdv-ds{
border-radius:30px !important;
}

.phw-g-i-wNrM1t-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wNvL8X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wOJ8Ta-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wOKsHM-ds{
border-radius:30px !important;
}

.phw-g-i-wOQXTh-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wOQuyc-ds{
border-radius:30px !important;
}

.phw-g-i-wORKFB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wOXKLi-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wOXnqV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wOaiWm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wOmThJ-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-wOsDz7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wOwETB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wPmjne-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wPrO7L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wQ2zJ7-ds{
border-radius:30px !important;
}

.phw-g-i-wQPHKe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wQilIA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wQqOQh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wQztSW-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-wR32Y2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wRGVba-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wRb8uk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wRblRV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wRsOo0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wRwepX-ds{
border-radius:30px !important;
}

.phw-g-i-wRyKB6-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wSDRQX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wSEvWt-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wSGXna-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wSMqBV-ds{
background-image:url("") !important;
border-radius:30px !important;
}

.phw-g-i-wSU7ER-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wSs6Vi-ds{
border-radius:30px !important;
}

.phw-g-i-wSxRqv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wTAMW0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wTDJEf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wTGGdf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wTIWfP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wTKYtd-ds{
border-radius:30px !important;
}

.phw-g-i-wTa1sB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wTgqwR-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wUKgLD{
color:var(--black) !important;
margin-bottom:calc(var(--mu-space)*6) !important;
}

.phw-g-i-wUO9I3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wUOesd-ds{
}

.phw-g-i-wUcEjq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wUh4k0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wUt8xd-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wUwEe7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wV4aF1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wV6Kob-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wV87F8-ds{
border-radius:30px !important;
}

.phw-g-i-wVBjFl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wVT2OW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wVTYV1{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-wVTYV1:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-wVTYV1:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-wVTYV1:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-wVTYV1:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-wVTYV1.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-wVTYV1:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-wVW5d6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wVjAPi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wW2wxg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wW5aF6-ds{
border-radius:30px !important;
}

.phw-g-i-wWJMS0-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wWOYnx{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-wWZRHl-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-wWiDae{
padding-inline-end:calc(var(--pu-space)*0) !important;
}

.phw-g-i-wWm9O7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wWsa0U-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wWwyTx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wX3gib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wX4Rb4-ds{
border-radius:30px !important;
}

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

.phw-g-i-wX6uCx:focus{
border-color:var(--input-stroke-focus) !important;
box-shadow:var(--input-box-shadow-focus) !important;
}

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

.phw-g-i-wXC8SX-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wXEEyd-ds{
border-radius:30px !important;
}

.phw-g-i-wXHGUx-ds{
border-radius:30px !important;
}

.phw-g-i-wXLjDR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wXTc4b-ds{
border-radius:30px !important;
}

.phw-g-i-wXkeca-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wXvs8X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wY9fBw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wYLY8v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wYLkMb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wYMd2m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wYy0ai-ds{
border-radius:30px !important;
}

.phw-g-i-wZ5nzV{
color:var(--black) !important;
}

.phw-g-i-wZEwqT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wZT1dm-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
background-position:50% 0% !important;
}

.phw-g-i-wZTSZd-ds{
}

.phw-g-i-wZUehw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wZXKjD-ds{
border-radius:30px !important;
}

.phw-g-i-wZY23p-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wZiYw0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wa7dEf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-waJ1WO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-waXCsF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-waZY0P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wabBEz{
}

.phw-g-i-wajIlO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wb2ARO-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-wb3fIH{
}

.phw-g-i-wb5buK{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-wb9w9t-ds{
}

.phw-g-i-wbFTx5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wbRcGw-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-wbSqS8-ds{
border-radius:30px !important;
}

.phw-g-i-wbb1HN{
background:none !important;
background-image:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
width:520px !important;
}

.phw-g-i-wbb1HN:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-wbb1HN:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-wbb1HN:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-wbb1HN:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-wbb1HN.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-wbb1HN:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-wbeenD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wbnat5-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wbqMHR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wbx0tD{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-wc0UxJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-wc0ZdY-ds{
border-radius:30px !important;
}

.phw-g-i-wc3DSa-ds{
border-radius:30px !important;
}

.phw-g-i-wc4fvS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wcIcqF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wcNvGU-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wcUrfg-ds{
border-radius:30px !important;
}

.phw-g-i-wcWCSU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wcYJGY{
}

.phw-g-i-wcq3Cy-ds{
border-radius:30px !important;
}

.phw-g-i-wcsGeQ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-wcwoGV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wdfGim-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wdfpiD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wdjDMe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wdo7zf{
}
.phw-g-i-wdo7zf img{
}

.phw-g-i-wdtTer{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-wdua3n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wdw2KT-ds{
text-align:center !important;
padding:50px 0 !important;
}

.phw-g-i-weGkpK-ds{
display:none !important;
}

.phw-g-i-weGyFm-ds{
border-radius:30px !important;
}

.phw-g-i-wedjUX-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-wf3gzX{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
}

.phw-g-i-wf57Sy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-wfLDlD-ds{
border-radius:30px !important;
}

.phw-g-i-wfMRs1{
}

.phw-g-i-wfOI5l-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wfSvFO-ds{
border-radius:30px !important;
}

.phw-g-i-wfU5Mw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wfcKZr-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}

.phw-g-i-wfhvu7{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-wfwjZr-ds{
border-radius:30px !important;
}

.phw-g-i-wfx82B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wfyDqB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wg12sg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wgGEfP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wgMioq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wgNjaY-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-wgXGde-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-wgiiGB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wgkLJm-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-wh2J2N-ds{
display:none !important;
}

.phw-g-i-whATeE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-whHkFc{
color:var(--white) !important;
}

.phw-g-i-whMd2A-ds{
}

.phw-g-i-whTbN8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-whhor8-ds{
border-radius:30px !important;
}

.phw-g-i-whmEwJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-whyafr-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wi3pIW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wiAqH8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wiFF0n-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-wiJQV5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wiNtE5-ds{
border-radius:30px !important;
}

.phw-g-i-wiWYbs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wiiRb8{
}

.phw-g-i-wijQaz-ds{
border-radius:30px !important;
}

.phw-g-i-wilpcl{
background:none !important;
background-image:none !important;
}

.phw-g-i-wiqvNM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wirosq{
width:380px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-wivNWi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wixj0C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wjAuL7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wjPk4M-ds{
border-radius:17px !important;
}

.phw-g-i-wjpISn-ds{
border-radius:30px !important;
}

.phw-g-i-wjqtgd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wjrnoc-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-wjuKAV-ds{
display:none !important;
}

.phw-g-i-wjy12V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wjywNo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wjzDTH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-wk8o14-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wkBhvg-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wkHjyM{
}

.phw-g-i-wkJBda{
width:auto !important;
height:auto !important;
}

.phw-g-i-wkNQKr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wkaEUM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wkesLR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wlEEWJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wlUeYx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wldd8h-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-wltw2R-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-wlwswW-ds{
border-radius:30px !important;
}

.phw-g-i-wm1lXV-ds{
border-radius:30px !important;
}

.phw-g-i-wm6YRE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wmJoS8{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:40px !important;
line-height:56px !important;
}

.phw-g-i-wmP1pR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wmYyu5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-wmkLRN-ds{
border-radius:30px !important;
}

.phw-g-i-wnUBNW-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wnaG8b-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-wnkToI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wnorZD-ds{
border-radius:30px !important;
}

.phw-g-i-wo21cA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-woDoST-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-woKrLL{
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-woXa6F{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-woZr5H{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
aspect-ratio:16/9 !important;
object-fit:cover !important;
}

.phw-g-i-wobC17-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wocm64-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wotpZ4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wou9u1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-woyDDf-ds{
text-align:left !important;
}

.phw-g-i-wp8abP-ds{
border-radius:30px !important;
}

.phw-g-i-wpEcXX-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wpHPmi{
}

.phw-g-i-wpN1QN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wplbKx{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:56px !important;
}

.phw-g-i-wpnniW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wpoERG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wppAVb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wprw2a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wpyob5-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-wq5cJt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wq78GP{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-wq7GBa-ds{
border-radius:30px !important;
}

.phw-g-i-wqAnWi-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wqRQZx-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wqWKxV-ds{
width:100% !important;
}

.phw-g-i-wqiS1w-ds{
}

.phw-g-i-wqqaiL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wr2G9W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wr4uYD-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-wrCgHw-ds{
border-radius:31px !important;
}

.phw-g-i-wrFgXj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wrSZzh{
}

.phw-g-i-wrUaDE-ds{
}

.phw-g-i-wrx5Gm-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-wrxntZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wrzyMo{
aspect-ratio:3/2 !important;
object-fit:none !important;
}

.phw-g-i-wsHihU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wsQZf6-ds{
border-radius:30px !important;
}

.phw-g-i-wsWFYT-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wstwIW-ds{
border-radius:30px !important;
}

.phw-g-i-wsvV70{
}

.phw-g-i-wtGH92-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wtNR9i-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wtV83l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wtnTw4-ds{
border-radius:30px !important;
}

.phw-g-i-wtu8B3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wtuAhy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wtwDXe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wuAGAQ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

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

#_PCM .phw-g-i-wuNY2M{
color:var(--black) !important;
}

#_PCM .phw-g-i-sNuZgd:hover #_PCM .phw-g-i-wuNY2M{
color:var(--white) !important;
}

.phw-g-i-wuOg39-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wuUP1L-ds{
width:100% !important;
}

.phw-g-i-wufZme-ds{
border-radius:30px !important;
}

.phw-g-i-wugR3b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wv7s69{
font-size:52px !important;
line-height:1.2 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-weight:inherit !important;
}

.phw-g-i-wv80f9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wvEXcm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wvIQyR-ds{
}

.phw-g-i-wvOdwf{
}

.phw-g-i-ww1IB7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wwBtK5-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wwHjkm-ds{
}

.phw-g-i-wwLdUT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wwTEIT-ds{
border-radius:30px !important;
}

.phw-g-i-wwUrDM-ds{
border-radius:30px !important;
}

.phw-g-i-wwa6GD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wwg9l1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wwmqn7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wwslp9-ds{
border-radius:30px !important;
}

.phw-g-i-wx5AYp-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wxPuNz{
}

.phw-g-i-wxZMEE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wxZXtW-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-wxlYhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wxmKuZ-ds{
background-size:100% 100% !important;
}

.phw-g-i-wxrzJB{
color:var(--black) !important;
}

.phw-g-i-wy1rA3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-wy5S1R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wy6d1H-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-wyDHp6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wyJM5M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wyJkPL-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wyKZA0-ds{
border-radius:30px !important;
}

.phw-g-i-wySTe1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wyjsVF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wyonvX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-wz7e3t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wz893f{
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
}

.phw-g-i-wz893f:hover{
border-width:0px !important;
background-color:var(--brand-color-secondary) !important;
color:var(--white) !important;
}

.phw-g-i-wza9xr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-wzaEHi{
}

.phw-g-i-wzaEHi:focus{
border-width:0px !important;
border-color:transparent !important;
border-style:none !important;
}

.phw-g-i-wzaiSO-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-wzdEjy{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-wzruXL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x0JtDs-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-x0LUuN{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-x0YBWp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x0eBWm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x0l12d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x0w7r3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x12Qgl-ds{
border-radius:30px !important;
}

.phw-g-i-x13kSd{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-x18hLw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x1IqDj{
color:var(--black) !important;
}

.phw-g-i-x1MXKJ-ds{
border-radius:30px !important;
}

.phw-g-i-x1N9cR-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-x1bLZ5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x1pUf4-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-x28SlB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x2Q3VI{
background-color:var(--phw-custom-whitebgffffffff) !important;
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*4) !important;
}

.phw-g-i-x2QPHE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x2TKRY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-x2WsOZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x2twqZ{
}

.phw-g-i-x32XN8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x36Jj6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x37gmS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x3DOaK-ds{
border-radius:30px !important;
}

.phw-g-i-x3GbU7-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-x3NrUl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-x3Sr2t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x3WIBq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x3XJXQ{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-x3d1fy-ds{
background-image:url("") !important;
}

.phw-g-i-x3pJJa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x44EHy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x4Mh52-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x4OnNe{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-x4S02V{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-x4Sgkx-ds{
border-radius:30px !important;
}

.phw-g-i-x4ZCPP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x4tFCO-ds{
border-radius:30px !important;
}

.phw-g-i-x4wUFb{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
text-align:start !important;
}

.phw-g-i-x56fQh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-x5GLXl{
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-x5GLXl{
background-color:transparent !important;
color:var(--black) !important;
}

.phw-g-i-x5NIXA-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-x5enBh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-x5fK7o-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-x5grHC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x5klCI-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-x62MLs{
color:var(--black) !important;
text-align:start !important;
}

.phw-g-i-x6FBQO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x6IvJr-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-x6MXw2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x6S2nv{
color:var(--black) !important;
font-size:18px !important;
}

.phw-g-i-x6Wvpn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x6cKai-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x6z4Yu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-x7Dgxk-ds{
border-radius:30px !important;
}

.phw-g-i-x7Dt1P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x7VY4Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x7mP7l{
color:var(--black) !important;
}

.phw-g-i-x7yeeK-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-x87ffm{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:var(--line-height-4) !important;
color:var(--text-dark) !important;
font-weight:600 !important;
}

.phw-g-i-x8DOTz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x8HDYa-ds{
border-radius:30px !important;
}

.phw-g-i-x8X3By-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x91thb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x92PeA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x954Bu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x99Nik-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-x9SlZk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x9XCNF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-x9Z1wO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x9hwXU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-x9zzov-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xA4bmg{
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:transparent !important;
}

.phw-g-i-xAKsYb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xAXCAN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xAknfP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xAu4IE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xAvuvc-ds{
border-radius:30px !important;
}

.phw-g-i-xB5agb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xBbbcr-ds{
background-size:100% 100% !important;
}

.phw-g-i-xBgSk2-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xBqXyp-ds{
background-image:url("") !important;
}

.phw-g-i-xBsll9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xC5kkq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xC670i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xCHqAT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xCcHzM-ds{
border-radius:17px !important;
}

.phw-g-i-xCdC8W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xCeYEU-ds{
cursor:pointer !important;
}

.phw-g-i-xCiE9h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xCvd4u-ds{
border-radius:30px !important;
}

.phw-g-i-xCw0qw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xD98yE{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-xDAtOF{
text-align:center !important;
font-size:var(--body-font-size) !important;
}

.phw-g-i-xDVcMt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xDw3qN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xE3Ire-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xEEw3L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xEFN0y-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-xEMk8k{
}

.phw-g-i-xEMvkQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xEbm8D-ds{
border-radius:30px !important;
}

.phw-g-i-xEeIOL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xEklQ0-ds{
border-radius:30px !important;
}

.phw-g-i-xEzHhE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xF0kj3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xF77gH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xFGd2T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xFTz5w{
}

.phw-g-i-xFXNIR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xFqP9N{
}

.phw-g-i-xFrztd{
}

.phw-g-i-xG3QhX-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-xG5phY{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-xGBfuJ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xGBm0v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xGJY4E{
text-decoration:none !important;
background-color:transparent !important;
}

.phw-g-i-xGLNhA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xGTeYI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xGUyXc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xGctch-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xGrCmF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xGvhv9-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xH7nUp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xHEsvJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xHEv4l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xHKuJ9-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-xHTi2x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xHeBM3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xHfeuN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xHjkMc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xHugnY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xI3UB5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-xI8srD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xIDhpF{
text-shadow:none !important;
}

.phw-g-i-xIICPW-ds{
}

.phw-g-i-xIV79B-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xIjWCL-ds{
border-radius:30px !important;
}

.phw-g-i-xJIz73-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-xJLIkf-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-xJkKln-ds{
border-radius:30px !important;
}

.phw-g-i-xJrVs4{
}

.phw-g-i-xKAfQa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xKekRY-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xKjDXw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xKjL4d-ds{
background-size:100% 100% !important;
}

.phw-g-i-xKsZaf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xKwy0k-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-xL69f9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xL9PF7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xLF6Ya-ds{
}

.phw-g-i-xLFuWK{
color:var(--black) !important;
}

.phw-g-i-xLQiSP{
}

.phw-g-i-xLbpT8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xLczMm{
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-3) !important;
color:var(--black) !important;
}

.phw-g-i-xLd0fO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xLsArZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xLsN5w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xLxECb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xM2GTc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xMHGXj-ds{
border-radius:30px !important;
}

.phw-g-i-xMI2uF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xMIPLu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xML9rL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xMMPxR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xMS1mW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xMU96L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xMq50q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xN8shH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xN9sVo-ds{
border-radius:30px !important;
}

.phw-g-i-xNKe31-ds{
border-radius:30px !important;
}

.phw-g-i-xNTH5j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xNZfv6{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-xNeyUL-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-xNj2Jl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xNzg2N{
color:var(--white) !important;
}

.phw-g-i-xO5KZS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xO5z6c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xO7ZWk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xOCWgR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xOfPY0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xOjZlC-ds{
}

.phw-g-i-xOkAEz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xOyPR6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xP5GdY{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:598px !important;
}

.phw-g-i-xP5pn7{
}
.phw-g-i-xP5pn7 img{
}

.phw-g-i-xPGvEf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xPHBpC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xPHX2B-ds{
border-radius:20px !important;
}

.phw-g-i-xPHZVj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xPIlzx-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-xPey9r-ds{
background-image:url("") !important;
background-size:auto !important;
}

.phw-g-i-xPkVQs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xQ47LP-ds{
border-radius:30px !important;
}

.phw-g-i-xQ5cK5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xQP8Kj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xQdW9M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xQz7ev-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xRJR14-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xRMm4F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xRcjry-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xReSKe-ds{
border-radius:30px !important;
}

.phw-g-i-xRjaC4{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-xRnmR0-ds{
border-radius:30px !important;
}

.phw-g-i-xRnswO-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-xSPnJz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xScKhq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xT2VCY-ds{
border-radius:30px !important;
}

.phw-g-i-xT7fjb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xTIawO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xTJ6Cw-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-xU7E26-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xUPXpq-ds{
border-radius:30px !important;
}

.phw-g-i-xUPeyO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xUUe3i-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xUem3A-ds{
border-radius:30px !important;
}

.phw-g-i-xUvMIG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xV1SwH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xV3G0u-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xV7GCB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xVD6BN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xVVLo2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

#_PCM .phw-g-i-xVXGmV{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
}

.phw-g-i-xVc1Xs-ds{
border-radius:30px !important;
}

.phw-g-i-xVnUOJ-ds{
border-radius:30px !important;
}

.phw-g-i-xVpnK4-ds{
border-radius:30px !important;
}

.phw-g-i-xW5EZM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xWB2RP-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xWBPzE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xWEPQp-ds{
}

.phw-g-i-xWYN2G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xWZpE8-ds{
border-radius:30px !important;
}

.phw-g-i-xWdFbV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xWlyV8{
}

.phw-g-i-xWvKLL-ds{
display:none !important;
}

.phw-g-i-xWx69y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xX5A6e-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-xX9koA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xXKCm0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-xXUdtS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xXVaos{
color:var(--phw-custom-text-colorsff8000) !important;
text-align:start !important;
font-family:var(--cms-g-jetsansregular) !important;
text-decoration:underline !important;
}

.phw-g-i-xXYJpr-ds{
border-radius:30px !important;
}

.phw-g-i-xXmxgI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xXovSU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xXqjtP-ds{
}

.phw-g-i-xXsYNt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xY5kf6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xYLaB2-ds{
pointer-events:visible !important;
}

.phw-g-i-xYRFOF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xYZvk8{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:598px !important;
}

.phw-g-i-xYgBIa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xYiQnX-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-xYk8kx-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-xYqSLs:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}

.phw-g-i-xYqSLs{
}

.phw-g-i-xZ1v8y-ds{
border-radius:30px !important;
}

.phw-g-i-xZ3DnR{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-xZ3LrE-ds{
}

.phw-g-i-xZ5X6G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xZ8K5u-ds{
border-radius:30px !important;
}

.phw-g-i-xZ9pKZ-ds{
border-radius:30px !important;
}

.phw-g-i-xZAy8u{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
border:none !important;
}

.phw-g-i-xZUJBw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xZUay1{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:32px !important;
line-height:48px !important;
}

.phw-g-i-xZaMaK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xZccNo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xZewx3-ds{
border-radius:30px !important;
}

.phw-g-i-xZrPBX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xZyYlE-ds{
border-radius:30px !important;
}

.phw-g-i-xa1bBb-ds{
background-image:url("") !important;
}

.phw-g-i-xa3Zt6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xaOiHY-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-xampkT-ds{
border-radius:30px !important;
}

.phw-g-i-xayTb6-ds{
border-radius:30px !important;
}

.phw-g-i-xb2mmu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xbRCZT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xbhuCe-ds{
border-radius:30px !important;
}

.phw-g-i-xbjBqc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xcICAV-ds{
border-radius:30px !important;
}

.phw-g-i-xcKfzB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xcOAgd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xcVJMA-ds{
}

.phw-g-i-xcVXzb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xcjjKL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xcl7jJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-xcqstM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xd2QMq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xdEWQW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xdTz7e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xddt5p-ds{
border-radius:30px !important;
}

.phw-g-i-xdlgBD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xdtPDB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xdwVJI-ds{
}

.phw-g-i-xdzDCU-ds{
}

.phw-g-i-xe2uHv{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-size:52px !important;
}

.phw-g-i-xeDGxZ-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-xeFN37-ds{
border-radius:30px !important;
}

.phw-g-i-xeYPGM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xeYhP2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xeiRBu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xemCz4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xex74h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xf4JS3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xfdFbE-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xfkao1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xfrFws-ds{
background-position:50% 0% !important;
}

.phw-g-i-xfrITi-ds{
border-radius:30px !important;
}

.phw-g-i-xfwPDS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xg0lhZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xgRqCv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xgVhpe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xgX9Q5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xgb12J-ds{
border-radius:30px !important;
}

.phw-g-i-xgort3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xgpfcB{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
width:229.594px !important;
height:240px !important;
}

.phw-g-i-xguJjp-ds{
border-radius:30px !important;
}

.phw-g-i-xh9knW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xhEZ1N-ds{
}

.phw-g-i-xhJMWG-ds{
border-radius:30px !important;
}

.phw-g-i-xhM0hD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xhaAkj-ds{
border-radius:30px !important;
}

.phw-g-i-xhbpgU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xhh8DV-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-xhikaT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xhmPA0-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xhvy7W-ds{
border-radius:30px !important;
}

.phw-g-i-xhyvlo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xi8kfA{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
border:none !important;
}

.phw-g-i-xiFdIu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xiUcFG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xiog0T-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xjJkRV-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xjO84g-ds{
border-radius:30px !important;
}

.phw-g-i-xjdXby-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xjiXq8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xjjvh8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xk9YgH{
height:24px !important;
width:24px !important;
}

.phw-g-i-xkNyi9-ds{
border-radius:30px !important;
}

.phw-g-i-xkWYum-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-xkbDns-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xkx9cX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xlE5yq-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-xlHufT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xliveI{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--secondary-text) !important;
margin-top:calc(var(--mu-space) * 3) !important;
text-align:center !important;
}

.phw-g-i-xlvMGh-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-xlxgxT-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-xm7x5G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xmJ8Fa-ds{
border-radius:30px !important;
}

.phw-g-i-xmYNWl-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xmm49y-ds{
border-radius:30px !important;
}

.phw-g-i-xmpOUo-ds{
border-radius:30px !important;
}

.phw-g-i-xmzwV5-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:0px !important;
}

.phw-g-i-xn5KDj-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-xnJV0p{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-xnPbzT{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-xnXeBb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xnfkTO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xnh6LE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xnlrmj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xnqNfu{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
color:var(--icon-dark) !important;
}

.phw-g-i-xnyfuT{
color:var(--phw-custom-text-colorsff8000) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
width:auto !important;
}

.phw-g-i-xo1RkD{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-xo1RkD:hover{
border-width:0px !important;
border-color:transparent !important;
background-color:var(--phw-custom-backgroundsf8f8f8) !important;
color:var(--black) !important;
}

.phw-g-i-xo1RkD:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-xo1RkD:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-xo1RkD:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--white) !important;
color:var(--brand-color-primary) !important;
}

.phw-g-i-xo1RkD.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-xo1RkD:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-xo8d0u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xo9qzI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xolOe4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xomYkS-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xozoqA{
}

.phw-g-i-xp2PV5-ds{
border-radius:30px !important;
}

.phw-g-i-xpOkJU-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-xpPcJ5-ds{
border-radius:30px !important;
}

.phw-g-i-xpUnAO-ds{
border-radius:30px !important;
}

.phw-g-i-xpXd25-ds{
border-radius:29px !important;
}

.phw-g-i-xpajdF-ds{
display:none !important;
}

.phw-g-i-xpfPF8-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-xpl79f-ds{
border-radius:30px !important;
}

.phw-g-i-xpw0m2{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-xpy6kk{
}
.phw-g-i-xpy6kk img{
object-fit:cover !important;
}

.phw-g-i-xpzqnP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xq6A0n{
border-width:1px !important;
border-color:var(--stroke-gray-darkar) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
color:var(--white) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-xq9Ym4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xqBIG1-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xqGe2i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xqGgx3-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-xqQ6IZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xqy2QJ-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-xr3mP9-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-xrEC8I-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-xrLFxM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xricbm-ds{
border-radius:9px !important;
}

.phw-g-i-xrsHdH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-xrz6KM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xsH7Jb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xsLs9c{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
line-height:1 !important;
font-weight:400 !important;
margin-inline-end:calc(var(--mu-space)*2.25) !important;
}

.phw-g-i-xsMAmr-ds{
}

.phw-g-i-xsN1SW-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-xsbO0F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xseFhE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xsj5fi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xsrBNr-ds{
border-radius:30px !important;
}

.phw-g-i-xsryYP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xt6kKb-ds{
}

.phw-g-i-xtBG3I-ds{
border-radius:30px !important;
}

.phw-g-i-xtDJq4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xtDmQ2-ds{
background-position:0% 50% !important;
}

.phw-g-i-xtaxUj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xtc9vl{
}

.phw-g-i-xtejY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xthDUT-ds{
border-radius:30px !important;
}

.phw-g-i-xtprnu{
}

.phw-g-i-xtuzMq-ds{
border-radius:30px !important;
}

.phw-g-i-xu3cYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xu8YFc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xuB5Hz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xuOGWH-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-xuduhv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-xv17bF-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-xv5Uag-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xv8xPe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xvX80Z-ds{
border-radius:30px !important;
}

.phw-g-i-xvc9sL-ds{
border-radius:30px !important;
}

.phw-g-i-xvhuT5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xvoBJF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xvsppU-ds{
border-radius:17px !important;
}

.phw-g-i-xvv1x1-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-xw43Rc{
background:none !important;
background-image:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--cms-g-small-font) !important;
border:none !important;
}

.phw-g-i-xw63ig{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-xwB987-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xwC07o{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}

.phw-g-i-xwGFK7-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-xwJx0k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xwe8dP-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xwjG1g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xwmc7q-ds{
border-radius:30px !important;
}

.phw-g-i-xwqU66-ds{
border-radius:31px !important;
}

.phw-g-i-xx0Vcs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xx2wj3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xxAcAf-ds{
border-radius:30px !important;
}

.phw-g-i-xxHFXY{
}

.phw-g-i-xxIZJI-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xxLhhA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xxMi1j-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xxXKaf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xxe0vf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xxgLDj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xxkRHI:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-xxkRHI{
}

.phw-g-i-xyDwaF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xyOV8a-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-xyOkvB{
color:var(--black) !important;
font-size:var(--font-size-8) !important;
}

.phw-g-i-xyWGKi-ds{
}

.phw-g-i-xyWIam-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-xyZONp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xyg1nv{
}

.phw-g-i-xygyES-ds{
border-radius:30px !important;
}

.phw-g-i-xyzG0y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-xzHt04{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-xzMg0M-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-xzPtXY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xzSISl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-xzYs0C-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-xzmg8P-ds{
}

.phw-g-i-y04rEY-ds{
border-radius:30px !important;
}

.phw-g-i-y05YKt{
background:none !important;
background-image:none !important;
}

.phw-g-i-y05YKt:hover{
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-y07mH8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-y0HiHY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-y0Oyk6-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-y0VD8h-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-y0ZLmY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y0mPAe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y0sxdH{
color:var(--white) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
border-width:0px !important;
}

.phw-g-i-y0xubg-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y1Hvvy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y1aqm1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y1fts7-ds{
border-radius:30px !important;
}

.phw-g-i-y1kOCs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y1mB0l-ds{
border-radius:30px !important;
}

.phw-g-i-y1zbUS{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-y2ADhp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y2Kwf1{
background-image:none !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
color:var(--black) !important;
}

.phw-g-i-y2UV50-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-y2Y5Vx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y2brV1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y2fKUQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y2i3W5-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-y2xSy8-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-y3QnrU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-y3Qt7p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y3pJzP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y44d5E{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/Untitleddesign1-1738033751147.png) !important;
background-repeat:no-repeat !important;
}

.phw-g-i-y4RVjR-ds{
border-radius:30px !important;
}

.phw-g-i-y4RoyH{
color:var(--black) !important;
}

.phw-g-i-y4yURx-ds{
border-radius:30px !important;
}

.phw-g-i-y50iv4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y530lX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y59DPi-ds{
}

.phw-g-i-y5D8Xp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

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

.phw-g-i-y5KyVL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-y5RlwL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y5fKhE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y5gPFb-ds{
border-radius:30px !important;
}

.phw-g-i-y62E2e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y64QAO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y6Xp5a-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-y70jRX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y7AEMY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y7GzDW-ds{
border-radius:30px !important;
}

.phw-g-i-y7JV6i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y7V2cm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-y7aZ70{
}

.phw-g-i-y7bHIp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y7wQJo{
text-decoration:none solid rgb(255, 255, 255) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-y80BFb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y89lai-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-y8MOKm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y8Q0wU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y8TcPz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y8hhrS-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-y8iYN3-ds{
border-radius:30px !important;
}

.phw-g-i-y8plEU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y98xHT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y9B8Ze-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y9Bz46-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y9WNEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y9ZfB9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y9dSuL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-y9eZIs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y9kX7W-ds{
border-radius:30px !important;
}

.phw-g-i-y9pHGZ-ds{
border-radius:30px !important;
}

.phw-g-i-y9rKsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-y9s79H-ds{
}

.phw-g-i-y9sacv-ds{
text-align:left !important;
}

.phw-g-i-y9xCn0{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
height:72px !important;
width:72px !important;
}

.phw-g-i-yA06MO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yA0uri-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

#_PCM .phw-g-i-yACNkl{
color:var(--black) !important;
font-family:var(--cms-g-jetsansregular) !important;
font-weight:700 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
margin-bottom:calc(var(--mu-space)*0) !important;
margin-top:calc(var(--mu-space)*0) !important;
padding-top:calc(var(--pu-space)*0) !important;
line-height:1.3 !important;
}

.phw-g-i-yAEt12-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yATykf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yAVnSj{
}

.phw-g-i-yAWFPk{
margin-bottom:calc(var(--mu-space)*1.5) !important;
}

.phw-g-i-yAgnSM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-yAs4oI{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
width:480px !important;
text-align:center !important;
}

.phw-g-i-yAvqGT{
}

.phw-g-i-tEAsb6:hover .phw-g-i-yAvqGT{
background-color:transparent !important;
}

.phw-g-i-yAzivU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yBE22c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yBGOfo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yBGtAu-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yBIa2m-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-yBhk6x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yBif4k-ds{
border-radius:30px !important;
}

.phw-g-i-yBk2RV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yBqtMh-ds{
border-radius:30px !important;
}

.phw-g-i-yC1Uxb-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-yC1o6m-ds{
border-radius:30px !important;
}

.phw-g-i-yCE1Xr{
}

.phw-g-i-yCHQSC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yCJWPz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yCjtw1{
color:var(--black) !important;
font-size:16px !important;
line-height:1.5 !important;
text-decoration:underline !important;
}

.phw-g-i-yCkWN2{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-yCnZ6y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yCtbJM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yCvOrw{
border-width:0px !important;
border-color:transparent !important;
color:var(--white) !important;
font-size:14px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-yCvOrw:hover{
background:none !important;
background-image:none !important;
color:var(--white) !important;
text-decoration:var(--link-hover-decoration) !important;
}

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

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

.phw-g-i-yCvOrw.disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}
.phw-g-i-yCvOrw:disabled{
border-color:transparent !important;
color:var(--btn-dark) !important;
}

.phw-g-i-yDQS01-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yDfHje-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yDgMoO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yDhsNm-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yE6lqn-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yEUcaG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yEfLts-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yEkca4-ds{
border-radius:30px !important;
}

.phw-g-i-yEp1NW{
}

.phw-g-i-yF5yMX-ds{
border-radius:30px !important;
}

.phw-g-i-yFBOny-ds{
border-radius:30px !important;
}

.phw-g-i-yFWyty-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yFXpHV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yFhAbw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yFu996-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yFvq5j-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yFwdm3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yG0V9C-ds{
border-radius:30px !important;
}

.phw-g-i-yG4Obx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yG4pwr-ds{
}

.phw-g-i-yGMasZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yGZkCe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yGh5k6-ds{
border-radius:30px !important;
}

.phw-g-i-yGkdDz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yGo8NS-ds{
border-radius:30px !important;
}

.phw-g-i-yGwD3Q-ds{
border-radius:30px !important;
}

.phw-g-i-yGyxSn-ds{
border-radius:30px !important;
}

.phw-g-i-yH4j2k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yH5bTI-ds{
border-radius:30px !important;
}

.phw-g-i-yHBuEC-ds{
}

.phw-g-i-yHECJ1{
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-yHECJ1{
background:none !important;
background-image:none !important;
}

.phw-g-i-yHJGGn-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-yHQeRU-ds{
border-radius:30px !important;
}

.phw-g-i-yHRcRy-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-yHbe7t-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-yHcVib-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-yHmmhG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yHvfTL{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-yHyt7c{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
}

.phw-g-i-yI0POo-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-yI6gZh{
color:var(--black) !important;
font-size:var(--body-font-size) !important;
}

.phw-g-i-yIHvF5-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-yIMzij-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yIQBTz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yIRGCr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yIStb4-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-yIadKp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yIgadI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yImTCZ-ds{
border-radius:30px !important;
}

.phw-g-i-yJ4pSR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yJ7f4t{
width:320px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-yJOkkx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yJQKnh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yJcX8S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yJpVGh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yJqbnt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yJtE9D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yJy3fb-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-yK5a7D-ds{
border-radius:30px !important;
}

.phw-g-i-yK9Pm0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yKFB9Y-ds{
border-radius:30px !important;
}

.phw-g-i-yKWi9c-ds{
}

.phw-g-i-yKX7I4-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-yKfxj9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yKl2So{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
}

.phw-g-i-yKl2So:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-yKl2So:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-yKl2So:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-yKl2So:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-yKl2So.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-yKl2So:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-yKspxb{
color:var(--white) !important;
border-width:0px !important;
font-size:13px !important;
min-height:auto !important;
}

.phw-g-i-yL0Jsq-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-yL9rLn-ds{
border-radius:30px !important;
}

.phw-g-i-yLOWIS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yLZzSU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yLsV4B{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}

.phw-g-i-yLvEhv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yLz0kz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yM5sqQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yMGAQa-ds{
border-radius:30px !important;
}

.phw-g-i-yMOz5l-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yMVgVC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yMccfn-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-yMgOQs{
}

.phw-g-i-yMqqte-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yMuVsv-ds{
border-radius:30px !important;
}

.phw-g-i-yMvMH9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yMwB2t-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-yN61RT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yNH04l-ds{
border-radius:30px !important;
}

.phw-g-i-yNRSSg-ds{
border-radius:30px !important;
}

.phw-g-i-yNbshy{
}

.phw-g-i-yO0RDM-ds{
border-radius:30px !important;
}

.phw-g-i-yO8HeJ-ds{
}

.phw-g-i-yOFrfW-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-yOG9Jr-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-yOM0c3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yOdPag-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yOjLoy-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yOpiSm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yOxLYs-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-yP4vho-ds{
border-radius:30px !important;
}

.phw-g-i-yPGfEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yPXpB4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yPeGFs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yPn9cV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yPqnCs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yPsO3g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yPtEkX{
background-color:var(--brand-color-primary) !important;
color:var(--black) !important;
}

.phw-g-i-yQ1Mnb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yQCw9d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yQPo1M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yQpwqE-ds{
border-radius:30px !important;
}

.phw-g-i-yQt1d1-ds{
}

.phw-g-i-yQtrIc-ds{
border-radius:30px !important;
}

.phw-g-i-yR7ixn-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-yRGdSp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yRIGDq{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-yRbqYH-ds{
}

.phw-g-i-yRegHo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

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

.phw-g-i-yRkpV1:hover{
color:var(--white) !important;
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
}

.phw-g-i-yS6M6h{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:40px !important;
line-height:56px !important;
}

.phw-g-i-ySTeRT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ySUpsR-ds{
border-radius:30px !important;
}

.phw-g-i-ySYK2O{
}

.phw-g-i-ySd82P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yTJSJ3-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-yTWD7G{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
}

.phw-g-i-yTbAKz-ds{
border-radius:30px !important;
}

.phw-g-i-yTs7jQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yTw9Tm-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yTwwmY-ds{
border-radius:30px !important;
}

.phw-g-i-yTxyu9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yUMBT5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yUX6GU-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yUXB3s{
}

.phw-g-i-yUcyKU-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-yUgtfI-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yUhfeC-ds{
border-radius:30px !important;
}

.phw-g-i-yUomj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yUzE3K-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-yVEneg-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-yVMcMa-ds{
}

.phw-g-i-yVWzUC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yVejNu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yW0sJ7{
font-size:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:56px !important;
color:rgb(36, 46, 48) !important;
}

.phw-g-i-yW2H8W-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-yWD1SO-ds{
}

.phw-g-i-yWLqbt-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-yWZc7y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yWhhzG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yWpCVR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}

.phw-g-i-yX5iBD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yXEn9l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yXJIkN-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yXNajo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yXRo3Q-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yXUYs5-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-yXX8nq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yXXOyL-ds{
border-radius:30px !important;
}

.phw-g-i-yXZC7p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yXlsPT-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-yYBQxN-ds{
border-radius:30px !important;
}

.phw-g-i-yYGimI{
}

.phw-g-i-yYHNHV{
}
.phw-g-i-yYHNHV img{
object-fit:cover !important;
}

.phw-g-i-yYMqU0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yYWt6d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yYY17B-ds{
}

.phw-g-i-yZAEhs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yZXe3U-ds{
border-radius:30px !important;
}

.phw-g-i-yZZO1u-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-yZetDt-ds{
}

.phw-g-i-yZp6dL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yaB9Y1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yaXgAS-ds{
border-radius:30px !important;
}

.phw-g-i-yaZBto-ds{
border-radius:30px !important;
}

.phw-g-i-yae2gd-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-yaefly-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yakMqT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yakaHd-ds{
}

.phw-g-i-yb3Xyc-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-yb6Pm4-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-yb9UMK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ybGi0Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ybKm8f{
}

.phw-g-i-ybOjsx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ybX8Bl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ybfa7W-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ybkFet-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-yc5ypb-ds{
border-radius:30px !important;
}

.phw-g-i-yc7XWW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ycA9H7-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-ycKar9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ycMQxU-ds{
border-radius:30px !important;
}

.phw-g-i-ycePmc{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
}

.phw-g-i-ycePmc:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-ycePmc:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-ycePmc:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-ycePmc:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-ycePmc.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-ycePmc:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-ycphnG-ds{
}

.phw-g-i-yd9ygL{
}

.phw-g-i-ydKrjZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ydMB4g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ydaKTM{
color:var(--black) !important;
}

.phw-g-i-ydeIjY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ydgVsc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ye9GSj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yeF8l3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yeiigY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yf5tU2-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-yf7rpR-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-yfDhSY-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-yfG94v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yfK1FT-ds{
border-radius:30px !important;
}

.phw-g-i-yfYsxD-ds{
border-radius:30px !important;
}

.phw-g-i-yfbirp-ds{
border-radius:30px !important;
}

.phw-g-i-yfeVPx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yfezlN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yfnm9s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yfwtBM-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-yg4G9V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ygBXXa-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-ygDAHN-ds{
}

.phw-g-i-ygHR7e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ygIAJF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ygKIy3{
font-weight:inherit !important;
font-size:50px !important;
line-height:1.2 !important;
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-ygjQSh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ygzWNm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yh3NQo-ds{
border-radius:30px !important;
}

.phw-g-i-yh53YW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yh9VVH-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-yhBz5r-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-yhFp38-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yhVeFo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yhVfiU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yhXwgV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yhYBTP-ds{
border-radius:30px !important;
}

.phw-g-i-yhaZxy-ds{
border-radius:17px !important;
}

.phw-g-i-yhiKTc-ds{
border-radius:30px !important;
}

.phw-g-i-yhlmTZ-ds{
pointer-events:visible !important;
}

.phw-g-i-yhvMAT-ds{
border-radius:30px !important;
}

.phw-g-i-yi0NiO-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-yi5EHG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yi5pjx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yi61Gw-ds{
border-radius:30px !important;
}

.phw-g-i-yiYCQh-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yicSnT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yitBxb-ds{
border-radius:30px !important;
}

.phw-g-i-yj3zpy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yj58Gz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yjOvyC-ds{
border-radius:30px !important;
}

.phw-g-i-yjP2DI-ds{
border-radius:30px !important;
}

.phw-g-i-yjg7Tb-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yjtJlH-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-yjxJbj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yjyDcp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yk9vn6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ykArlb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ykB8Wi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ykTHKx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ykcy7t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ykh62I-ds{
border-radius:30px !important;
}

.phw-g-i-ykkH8V-ds{
border-radius:30px !important;
}

.phw-g-i-yknf8O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ykvTMR{
font-weight:inherit !important;
font-size:52px !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-ylLBZn-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-ylLwVE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ylN5uT{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
padding-left:0px !important;
padding-right:0px !important;
}

.phw-g-i-ylRBpA-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ylWG5U-ds{
}

.phw-g-i-ylh6jQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yljWf7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ylmuhZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yln60H-ds{
}

.phw-g-i-ylqOF8-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ylu8po-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-ylwI6w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ylxgsS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ym6gyB-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-ym8b9k{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
}

.phw-g-i-ymWHJn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ymWm4Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ymWxFG-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-ymeWDJ{
color:var(--black) !important;
}

.phw-g-i-ymo8fF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ymvIva-ds{
border-radius:20px !important;
}

.phw-g-i-yn470H{
padding-inline-start:calc(var(--pu-space)*0.75) !important;
padding-inline-end:calc(var(--pu-space)*0.75) !important;
}

.phw-g-i-yn5aH5-ds{
border-radius:30px !important;
}

.phw-g-i-ynK3Dg-ds{
border-radius:30px !important;
}

.phw-g-i-ynKNKO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yneim1{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-ynkf5R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yo0wKb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yo1ZRT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yoAAy1{
}
.phw-g-i-yoAAy1 img{
object-fit:cover !important;
}

.phw-g-i-yoBRzd-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-yoE3nu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yoGcDD-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-yoLGFN-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-yoLy2t{
color:var(--brand-color-primary) !important;
font-family:TakeawaySans-Bold !important;
font-size:40px !important;
line-height:56 !important;
height:60px !important;
}

.phw-g-i-yoRE0N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yoUGAI-ds{
border-radius:30px !important;
}

.phw-g-i-yopKK1{
}

.phw-g-i-yp3tbg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ypJ1n2{
}

.phw-g-i-ypMBna{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-ypV1ib-ds{
border-radius:30px !important;
}

.phw-g-i-ypapIT{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
width:84px !important;
height:84px !important;
}

.phw-g-i-ypc0Ag-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-ypvh6f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yq1zcb-ds{
border-radius:30px !important;
}

.phw-g-i-yq313E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yq9Qiu-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-yqFwbr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yqRKUD-ds{
width:100% !important;
}

.phw-g-i-yqaEPg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yqdzbl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yqfSGD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yqktjV{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
object-fit:cover !important;
}

.phw-g-i-yqy5mK-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-yrBN4k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yrHjrV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yrIgzr-ds{
border-radius:30px !important;
}

.phw-g-i-yrOpYF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yrcWxb-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-yrcmMo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yrsurj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yrxBPB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ys4mdG{
}

.phw-g-i-ys7swk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ysB3uQ-ds{
border-radius:30px !important;
}

.phw-g-i-ysGnWe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-ysRgpV-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}

.phw-g-i-ysg61V{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-ysgCn4{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
color:var(--black) !important;
}

.phw-g-i-ytNTEJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yte4Ug-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ytp2ja-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ytsFpk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yuHFAt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yuLqDA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yuVERX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yv0Cvs-ds{
border-radius:30px !important;
}

.phw-g-i-yv96PW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yvBsti-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yvPdQS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yvV3VH-ds{
border-radius:30px !important;
}

.phw-g-i-yvYh6d-ds{
border-radius:30px !important;
}

.phw-g-i-yvgAOJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yvk2aR{
font-weight:inherit !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-yvtdE7{
color:var(--black) !important;
}

.phw-g-i-yvzXbe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yw3jlP-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-ywD2oZ-ds{
border-radius:30px !important;
border-style:solid !important;
}

.phw-g-i-ywEmZD-ds{
border-radius:17px !important;
}

.phw-g-i-ywJoaU-ds{
border-radius:30px !important;
}

.phw-g-i-ywNwwC{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}

.phw-g-i-ywThXj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ywXFjZ{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-ywZ07d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ywvEvU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yx0PQH-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-yx2L6I{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
color:var(--black) !important;
}

.phw-g-i-yx5Wzp{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-yxBZnS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yxHZxL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yxLrTA-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-yxMGjA-ds{
background-color:#3a3a3a !important;
}

#_PCM .phw-g-i-yxMtgb{
}

.phw-g-i-yxfZAs-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-yxl97R-ds{
border-radius:30px !important;
}

.phw-g-i-yxxXuz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yy8a3g-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yyNSGs{
color:var(--phw-custom-text-colorsff8000) !important;
}

.phw-g-i-yyP0yY-ds{
border-radius:30px !important;
}

.phw-g-i-yyP55N-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-yyQqhm-ds{
border-radius:30px !important;
}

.phw-g-i-yySMIx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yyVLGV-ds{
}

.phw-g-i-yyYAvW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yyjIh6-ds{
border-radius:30px !important;
}

.phw-g-i-yynJk3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-yyzxpm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-yzCRgl-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-yzcNoc-ds{
border-radius:30px !important;
}

.phw-g-i-yzeN3r-ds{
background-size:100% 100% !important;
}

.phw-g-i-yzgy5M-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-yzu7Xw{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
box-shadow:none !important;
}

.phw-g-i-yzuE4M{
font-size:var(--font-size-15) !important;
line-height:var(--paragraph-line-height-1) !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*4) !important;
}

.phw-g-i-z03bAz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z0A81l{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}

.phw-g-i-z0JBh2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z0NGGA-ds{
border-radius:30px !important;
}

.phw-g-i-z0P01c{
}

.phw-g-i-z0WxcW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z0Y0Hc-ds{
border-radius:30px !important;
}

.phw-g-i-z0cRMy{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}

.phw-g-i-z0y1tL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z0y3VM{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:none !important;
}

.phw-g-i-z12LcL{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.5 !important;
text-decoration:none solid rgb(36, 46, 48) !important;
font-weight:700 !important;
}

.phw-g-i-z12clV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z13APj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z1ArEj-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-z1CA7n{
}

.phw-g-i-z1PGyQ{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--font-size-12) !important;
width:480px !important;
text-align:center !important;
}

.phw-g-i-z1YEWO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z1atFv-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z1evvX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z26Akn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z2OTjA{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}

.phw-g-i-z2OTjA:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-z2OTjA:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-z2OTjA:focus{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-z2OTjA:active{
border-color:var(--brand-color-primary) !important;
background-color:var(--brand-color-primary) !important;
color:var(--white) !important;
}

.phw-g-i-z2OTjA.disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}
.phw-g-i-z2OTjA:disabled{
border-color:var(--disabled-color) !important;
background-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
}

.phw-g-i-z2d5cB{
}

.phw-g-i-z2lKww-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-z35e4f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z3AsN7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z3EvIZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z3FFrI-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-z3KHhH{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-hero-title-font-size) !important;
}

.phw-g-i-z3Pnji{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
fill:var(--icon-dark) !important;
}

.phw-g-i-z3SmK7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-z3THx3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z3Uk3U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z3ixpk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z3rtIL-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-z3v6gd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z3wN2M-ds{
}

.phw-g-i-z4G4kC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z4NofA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z4PRvn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z4hZ7K-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-z56Y4P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z5R7a4-ds{
border-radius:30px !important;
}

.phw-g-i-z5Rw6C-ds{
border-radius:30px !important;
}

.phw-g-i-z5TIUd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z5XkXW{
width:250px !important;
max-width:300px !important;
margin-inline-start:calc(var(--mu-space)*3) !important;
max-height:60px !important;
}

.phw-g-i-z5bISg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z5gslR{
}

.phw-g-i-z5oluA{
background:none !important;
background-image:none !important;
}

.phw-g-i-z5vkDN-ds{
}

.phw-g-i-z5zBg0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z69bjk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z6EGAa-ds{
border-radius:30px !important;
}

.phw-g-i-z6JK4B-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-z6Ps5P-ds{
border-radius:30px !important;
}

.phw-g-i-z6Q8nJ-ds{
border-radius:30px !important;
}

.phw-g-i-z6fjFm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z7EBp5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z7Id5U-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-z7K09p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z7h9Sz-ds{
display:none !important;
}

.phw-g-i-z7k8eH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z82N3N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z84hrN-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-z8M7wL-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-z8OUCR-ds{
border-radius:30px !important;
}

.phw-g-i-z8QlaN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z8auJb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z8gIBm-ds{
}

.phw-g-i-z8oaQ0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z8vkGn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z8w3Oo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z8wakA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z97vD0-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-z9Icdv-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-z9JE1e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z9SJdn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-z9kNgs-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-z9nu8p{
}

.phw-g-i-zA0y2g-ds{
border-radius:30px !important;
}

.phw-g-i-zAAEDg-ds{
border-radius:30px !important;
}

.phw-g-i-zAOJQG-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zAPF4y-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zAQKun{
font-weight:400 !important;
text-decoration:none !important;
height:var(--btn-height) !important;
color:var(--link-color) !important;
background-color:transparent !important;
border-color:transparent !important;
padding:0 !important;
min-height:auto !important;
box-shadow:none !important;
border-width:0 !important;
}

.phw-g-i-zAaacP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zAjXIF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zAzem6-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zBOKf3-ds{
}

.phw-g-i-zBR13u-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zBTDcC-ds{
border-radius:30px !important;
}

.phw-g-i-zBY2pA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zBhJFw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zBliDq-ds{
}

.phw-g-i-zCAN3F-ds{
border-radius:17px !important;
}

.phw-g-i-zCE0MG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zCZIrh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zCnlzX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zCo3Yh{
}

.phw-g-i-zCsFro{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-zCzv3b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zD5qRX{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--white) !important;
font-size:42px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:48px !important;
}

.phw-g-i-zDK8dz-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zDLZ3G-ds{
border-radius:30px !important;
}

.phw-g-i-zDT4PY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
}

.phw-g-i-zDs4La-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zDt2mx{
}

.phw-g-i-zDwDUj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zEKPKl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zEQevi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zEzVQg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zF67qE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zFQRbT{
color:var(--black) !important;
}

.phw-g-i-zFSClq{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-zFWfBn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zFqd6M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zFz9ZD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zG4klt-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zG4weU{
}
.phw-g-i-zG4weU img{
object-fit:cover  !important;
}

.phw-g-i-zG4wmZ-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zG8Cwt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zGBLr2-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-zGNud9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zGY0sq-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zGf4Gb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zGgAWz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zGhZrc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zGlUES-ds{
}

.phw-g-i-zH4hoh{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-zH5LeD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zH6wA9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zHI7x6-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zHobGm{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}

.phw-g-i-zHouXR-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-zHqAlf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zHtPtF-ds{
border-radius:30px !important;
}

.phw-g-i-zI1aTv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zI9msx-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zIDS4j-ds{
border-radius:30px !important;
}

.phw-g-i-zIH12n-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-zIHSen{
}

.phw-g-i-zIM5r6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zIkwET-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zInYpe-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zIqikO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zIqvhZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zJUbOO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zJYkOa-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-zJlZXj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zJocn7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-zJqEbC-ds{
border-radius:30px !important;
}

.phw-g-i-zK33Dg-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zKntjc-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-zKpGtZ{
}
.phw-g-i-zKpGtZ img{
object-fit:cover !important;
}

.phw-g-i-zKrrCw-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zKsOSV-ds{
border-radius:30px !important;
}

.phw-g-i-zL19mz-ds{
border-radius:30px !important;
}

.phw-g-i-zLW6Un-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zLfKbM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zLpLY1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zLvfph-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zMZmHa-ds{
border-radius:30px !important;
}

.phw-g-i-zMivY8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zMj35g{
text-transform:none !important;
color:var(--black) !important;
width:1000px !important;
font-size:var(--font-size-11) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:start !important;
}

.phw-g-i-zMja3b{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
margin-top:calc(var(--mu-space) * 3) !important;
padding-inline-start:calc(var(--pu-space)*4) !important;
padding-inline-end:calc(var(--pu-space)*4) !important;
}

.phw-g-i-zMkofs-ds{
border-radius:30px !important;
}

.phw-g-i-zN7SAH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zN8j3J{
border:none !important;
background-color:transparent !important;
}

.phw-g-i-zN93X3{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-zNBVi2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zNG9kz-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-zNNr48{
}

.phw-g-i-zNOGfH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zNQafZ-ds{
}

.phw-g-i-zNaptx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zNbhge{
color:var(--white) !important;
font-size:18px !important;
}

.phw-g-i-zNhLwq-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-zNn1iY-ds{
border-radius:30px !important;
}

.phw-g-i-zNuTrQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zNxIUK-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zO531Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zODs2j-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zOJLLP{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}

.phw-g-i-zOPh10-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zOV5q0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zOtDKh-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-zOwQTp-ds{
border-radius:30px !important;
border-width:0px !important;
}

.phw-g-i-zP7OCY-ds{
border-radius:30px !important;
}

.phw-g-i-zP7hBr-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-zP8aaL-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zPEgzS{
}

.phw-g-i-zPNeDQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zPOGnb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zPdN6a-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zPnOWF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zPum58{
}

.phw-g-i-zPvaz7-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zQ1h4B-ds{
}

.phw-g-i-zQ1h4B-ds{
}

.phw-g-i-zQ7rfG-ds{
}

.phw-g-i-zQF3Wj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zQOxrj-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zQakNK-ds{
border-radius:30px !important;
}

.phw-g-i-zQf2ex-ds{
background-color:rgb(91, 61, 91) !important;
}

.phw-g-i-zQjUSt-ds{
border-radius:30px !important;
}

.phw-g-i-zQlv4e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zQm6p5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zR1TDe-ds{
border-radius:30px !important;
}

.phw-g-i-zR3hcW-ds{
color:#00adee !important;
}

.phw-g-i-zRJflK{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
}

.phw-g-i-zRWGld{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}

.phw-g-i-zRhE6n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zRrJdD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zRyU9u-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zS7kG3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zSIxPU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zSJaSp-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-zSJwK0-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-zSN8op-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-zSRAFI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zSaMnR-ds{
border-radius:30px !important;
}

.phw-g-i-zSl3dl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zStIVd-ds{
}

.phw-g-i-zSwyAC{
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-zT2ljH-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}

.phw-g-i-zT3YCY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zTDbXF-ds{
border-radius:30px !important;
}

.phw-g-i-zTEvry-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zTP7Ya-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zTVEHQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zTdbFf-ds{
}

.phw-g-i-zTdtJq{
border-width:0.5px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
}

.phw-g-i-zUHrGq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zULT1R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zUPvhD-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zUZ9D7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
}

.phw-g-i-zVBAot-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zVDidp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zVHSIl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zViATb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zVlq93-ds{
font-family:TakeawaySans-Bold !important;
}

.phw-g-i-zVooPp-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zVyBcs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zW7QJ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zWB1MC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zWBlLr{
}

.phw-g-i-zWWS3u-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-zWdoXN{
}

.phw-g-i-zWkdkJ-ds{
opacity:0.8 !important;
}

.phw-g-i-zWu8cl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zWzxQi-ds{
border-radius:30px !important;
}

.phw-g-i-zX6F1M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zXCgcA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zXD6M4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zXFY6h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zXL0Lw-ds{
border-radius:30px !important;
}

.phw-g-i-zXMWKd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zXY0am-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zXYnlP-ds{
border-radius:30px !important;
}

.phw-g-i-zXhAES-ds{
border-radius:30px !important;
}

.phw-g-i-zXjhB9-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zXm0Z8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zY8SsT-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-zY96Mm-ds{
border-radius:30px !important;
}

.phw-g-i-zYY2rA-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-zYcLKA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zYj7q6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zYjXth-ds{
border-radius:30px !important;
}

.phw-g-i-zYp7Xq{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
}

.phw-g-i-zYu3MS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zYuUJ3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zYyFEZ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zYyQCL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zZCulS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zZENoF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zZHZlQ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zZN77W-ds{
border-radius:30px !important;
}

.phw-g-i-zZOj80-ds{
border-radius:30px !important;
}

.phw-g-i-zZZm79-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zZjOy0-ds{
border-radius:30px !important;
}

.phw-g-i-zZpGQB-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zZt2sN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zZuzBA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zaKrxk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zaQkNk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zaaRCC-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zamqX1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zanKlL-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zap7jz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zawPBT-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}

.phw-g-i-zb74d2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zb7Gc8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zb85Fm-ds{
background-image:url("") !important;
border-radius:32px !important;
}

.phw-g-i-zbEXkQ-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-zbF8i5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zbI8zl-ds{
}

.phw-g-i-zbcwZb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zbh8lL-ds{
border-radius:9px !important;
}

.phw-g-i-zbkf7I{
background:none !important;
background-image:none !important;
text-shadow:0px 0px 0px rgba(36, 46, 48, 1) !important;
}

.phw-g-i-hWMMCg:hover .phw-g-i-zbkf7I{
opacity:100 !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-zbtL78-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zbwVHh-ds{
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-zby36C{
}

.phw-g-i-zc4C18-ds{
border-radius:30px !important;
}

.phw-g-i-zc52xf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-size:52px !important;
line-height:1 !important;
}

.phw-g-i-zc5Wfq-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zcFCr6-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}

.phw-g-i-zcJe1W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zcKBSF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zcOsR4-ds{
opacity:0.8 !important;
}

.phw-g-i-zcW9y3-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zcuzDd-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zcw1TE-ds{
display:none !important;
}

.phw-g-i-zdXpDp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zdZnnM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zdbDEe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zdePEQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zdkFVb-ds{
}

.phw-g-i-zdouC1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zdt9ch-ds{
border-radius:30px !important;
}

.phw-g-i-zdtDGY-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-ze4P8h-ds{
}

.phw-g-i-zeExEb{
}

.phw-g-i-zf3PSH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zfIvX2-ds{
border-radius:30px !important;
}

.phw-g-i-zfTNzB-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-zfjJbG-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zfkrmZ-ds{
border-radius:30px !important;
}

.phw-g-i-zfmJ9X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zfvdSW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zg3Mkr-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zg4BSV-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-zg9i5g{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:598px !important;
}

.phw-g-i-zgAJ2H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zgCCX6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-zgHtoZ-ds{
border-radius:30px !important;
}

.phw-g-i-zgTPSR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zga4ga{
color:var(--white) !important;
border-width:0px !important;
padding-left:0px !important;
padding-right:0px !important;
}

.phw-g-i-zgaV4l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zglhEn{
max-width:1440px !important;
width:1244px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}

.phw-g-i-zgqwzy-ds{
}

.phw-g-i-zgvdS1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zh0uHI{
width:250px !important;
}

.phw-g-i-zhT9gy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zhTDsp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zhUwgR-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-zhW6lZ-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zhWKXB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zhY2sm-ds{
border-radius:30px !important;
}

.phw-g-i-zhqnGF-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zhsc1S-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zi5NOb:hover{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}

.phw-g-i-zi5NOb{
}

.phw-g-i-zi8XfM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ziIX1i{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-ziN6h6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ziQxGn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ziZ1pF-ds{
border-radius:30px !important;
}

.phw-g-i-zil9ke-ds{
opacity:0.8 !important;
}

.phw-g-i-zirjsj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zisCY7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ziv0S0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zj3nN5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zjBzZm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zjHky7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zjJ4YO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zjTara-ds{
border-radius:30px !important;
}

.phw-g-i-zjV9g2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zjdfUn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zjeHlm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zjfsTc-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zkMsZR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zkN1xP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zkTaXb-ds{
border-radius:30px !important;
}

.phw-g-i-zkVVDR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zkWBG4-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}

.phw-g-i-zkZdW1-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zkbyL4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zkjNKC-ds{
border-radius:30px !important;
}

.phw-g-i-zkjRdJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zknWeK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zkzmqA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zlIlZ1{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-inline-start:calc(var(--pu-space)*8) !important;
}

.phw-g-i-zlL52C{
color:var(--black) !important;
}

.phw-g-i-zlSwAb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zlVl59-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zlrvK1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zlsJqn-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}

.phw-g-i-zmECUA-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zmIRTR{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}

.phw-g-i-zmM6tv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zmcXNL-ds{
padding-top:40px !important;
text-align:center !important;
}

.phw-g-i-zmdOIZ{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-zmhvMM-ds{
}

.phw-g-i-zmhvMM-ds{
}

.phw-g-i-zmxXzh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zmzPEx-ds{
border-radius:30px !important;
}

.phw-g-i-zn2vE1-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-znA7UO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-znGeQP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-znRJKQ{
}

.phw-g-i-znfZOO-ds{
border-radius:30px !important;
}

.phw-g-i-zo25Yn-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-zo9Zry-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zo9wag{
}

.phw-g-i-zoST26-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zob1k9-ds{
border-radius:30px !important;
}

.phw-g-i-zojfle-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zorYnd-ds{
border-radius:30px !important;
}

.phw-g-i-zovixk{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
}

.phw-g-i-zovixk:hover{
background:none !important;
border-color:#eeeeee !important;
background-color:var(--brand-color-secondary) !important;
box-shadow:none !important;
color:var(--white) !important;
}

.phw-g-i-zovixk:focus-visible{
outline:var(--accessibility-outline-width) var(--accessibility-outline-style) var(--accessibility-outline-color) !important;
}

.phw-g-i-zovixk:focus{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-zovixk:active{
border-color:var(--brand-color-primary) !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-zovixk.disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}
.phw-g-i-zovixk:disabled{
border-color:var(--disabled-color) !important;
color:var(--btn-dark) !important;
background-color:var(--disabled-color) !important;
}

.phw-g-i-zowIOT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zowuHz{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}

.phw-g-i-zp7q9r-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-zpCMnz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zpHp7O-ds{
background-color:transparent !important;
border:none !important;
}

.phw-g-i-zpNVEz{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--white) !important;
font-size:42px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:48px !important;
}

.phw-g-i-zpglV7{
}

.phw-g-i-zpz4wJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zq4xQr-ds{
text-align:left !important;
}

.phw-g-i-zq5A3Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zqTGNo{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-size:var(--phw-g-small-text-font-size) !important;
font-weight:normal !important;
line-height:28px !important;
padding-left:28px !important;
padding-right:28px !important;
min-height:60px !important;
}

.phw-g-i-zqpBzU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zqqqoT-ds{
border-radius:30px !important;
}

.phw-g-i-zr13w6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zr4Lod-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zr5jG2{
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
padding-top:calc(var(--pu-space)*1.25) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
}

.phw-g-i-zrCJ9M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zrLlrW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zrcKBl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zrlhJL-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zrmB2H-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-zrnH4l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zrtq77-ds{
border-radius:30px !important;
}

.phw-g-i-zrunjk-ds{
background-color:#3a3a3a !important;
}

.phw-g-i-zs9WqU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zsTTdF-ds{
border-radius:30px !important;
}

.phw-g-i-zshVUw{
background:none !important;
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image1-1738731356549.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-zt6HfY{
}

.phw-g-i-zt8CZR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-ztoikY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-ztqJBu{
text-align:justify !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
background-color:var(--brand-color-primary) !important;
}

.phw-g-i-zu5aJU-ds{
border-radius:30px !important;
}

.phw-g-i-zuE0n7{
}

.phw-g-i-zuQMuV-ds{
display:none !important;
}

.phw-g-i-zuZm71-ds{
opacity:0.8 !important;
}

.phw-g-i-zubwZr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zuwwjg-ds{
border-radius:30px !important;
}

.phw-g-i-zv24XN{
text-transform:lowercase !important;
color:var(--black) !important;
font-weight:inherit !important;
font-size:52px !important;
line-height:1.4 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-zv7QFB-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zv7sap-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zvIiF9-ds{
font-family:TakeawaySans-Regular !important;
}

.phw-g-i-zvM98v-ds{
border-radius:30px !important;
}

.phw-g-i-zvPRnb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zvfK2l{
}

.phw-g-i-zvhiy2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}

.phw-g-i-zvv6kj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zvyEwf{
}

.phw-g-i-zvzc3W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zw9os0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zwCpRG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zwDXy8-ds{
}

.phw-g-i-zwQA3n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zweO0Y-ds{
}

.phw-g-i-zwmfo8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zwqATM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zwvo49-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zx7cMk-ds{
position:relative !important;
display:block !important;
}

.phw-g-i-zxNCDw{
color:rgb(255, 128, 0) !important;
padding-inline-start:calc(var(--pu-space)*6) !important;
font-size:50px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:60px !important;
}

.phw-g-i-zxQ8qx-ds{
border-width:0px !important;
border-radius:30px !important;
}

.phw-g-i-zxhNfj{
padding-bottom:calc(var(--pu-space)*1.5) !important;
}

.phw-g-i-zxl1Q4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zxtSPg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zxyb95-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zy2Bbt{
}

.phw-g-i-zy2xe3-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zy3Q4a-ds{
border-radius:30px !important;
}

.phw-g-i-zy76Fg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}

.phw-g-i-zyMTWG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zyPtxW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zyQrB6{
background:none !important;
background-image:none !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}

.phw-g-i-zyjnTa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-i-zymJ7E-ds{
border-radius:30px !important;
}

.phw-g-i-zyotcS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zyrtXi-ds{
border-radius:30px !important;
}

.phw-g-i-zyt9D1{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-g-i-zz8Mcz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}

.phw-g-i-zzqpt5-ds{
z-index:2 !important;
pointer-events:none !important;
}

.phw-g-i-zzr0Xn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}

.phw-g-text-field-style-1::-webkit-input-placeholder{
}
.phw-g-text-field-style-1:-ms-input-placeholder{
}
.phw-g-text-field-style-1::-moz-placeholder{
}
.phw-g-text-field-style-1::placeholder{
}

.phw-g-text-field-style-1{
font-size:var(--font-size-8) !important;
font-weight:400 !important;
font-family:var(--cms-g-takeawaysansregular) !important;
color:var(--secondary-text) !important;
}

.phw-job-description p{
font-weight:300 !important;
font-size:var(--font-size-6) !important;
color:var(--text-dark) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}

.phw-slider-arrow-6mGyzt .splide__arrow{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
background-color:var(--brand-color-secondary) !important;
width:40px !important;
height:40px !important;
}

.phw-slider-arrow-7yF7E4 .splide__arrow{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
background-color:transparent !important;
width:40px !important;
height:40px !important;
}

.phw-slider-arrow-dCJlqT .splide__arrow{
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
background-color:var(--brand-color-primary) !important;
height:40px !important;
width:40px !important;
}

.phw-slider-pagination-n4Szkw .splide__pagination .splide__pagination__page{
background-color:var(--brand-color-secondary) !important;
}

.phw-slider-pagination-n4Szkw .splide__pagination .splide__pagination__page.is-active{
background-color:var(--brand-color-primary) !important;
}

@media only screen and (min-width: 1920px) {
h1{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:50px;
line-height:1.2;
color:#FF8000;
}
}

@media only screen and (min-width: 1920px) {
h2{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:40px;
line-height:1.4;
color:#242e30;
}
}

@media only screen and (min-width: 1920px) {
h3{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:30px;
line-height:1.2;
color:#242e30;
}
}

@media only screen and (min-width: 1920px) {
h4{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:30px;
line-height:1.2;
color:#fff;
}
}

@media only screen and (min-width: 1920px) {
h5{
font-family:var(--cms-g-takeawaysansregular);
font-weight:inherit;
font-size:22px;
line-height:1.8;
color:#FF8000;
}
}

@media only screen and (min-width: 1920px) {
h6{
font-family:var(--cms-g-takeawaysansregular);
font-weight:inherit;
font-size:18px;
line-height:1.8;
color:#242e30;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-btn-default,.btn-default,.default-button,.btn.default-button,.default-button a.action-link,.default-button button.action-link{
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
box-shadow:none;
font-family:var(--cms-g-takeawaysansbold);
font-size:14px;
line-height:24px;
min-height:48px;
margin-inline-start:calc(var(--mu-space)*2.5);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-btn-large-plain,btn.plain-button.btn-lg,.btn.plain-button.button-lg,.plain-button.button-lg a.action-link{
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
font-size:var(--phw-g-small-text-font-size);
font-weight:normal;
line-height:28px;
padding-left:28px;
padding-right:28px;
min-height:60px;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-btn-large-primary,.btn.primary-button.btn-lg,.btn.primary-button.button-lg,.primary-button.button-lg a.action-link{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-btn-small-default,btn.default-button.btn-sm,.btn.default-button.button-sm,.default-button.button-sm a.action-link{
font-size:14px;
line-height:24px;
min-height:48px;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-btn-small-plain,btn.plain-button.btn-sm,.btn.plain-button.button-sm,.plain-button.button-sm a.action-link{
margin-inline-end:calc(var(--mu-space)*50);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-09y2dN{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0DFQuO{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0L2tnO{
padding-bottom:calc(var(--pu-space)*12.5) !important;
margin-top:auto !important;
margin-bottom:auto !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0MrdMB{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0Tmgaj{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0TvmMT{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0djvNj{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0h7RWp{
text-shadow:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0nT9eF{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0r3u4A{
}
#_PCM .phw-g-i-0r3u4A{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-0uxWOb{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-13Xb1N{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1Z2mbZ{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
box-shadow:none !important;
margin-inline-start:calc(var(--mu-space)*2.5) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1fMRi6{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-weight:normal !important;
padding-left:35px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
padding-right:35px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1iGn2D{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1jO43v{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1oO0XT{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/Untitleddesign2-1738033796783.png) !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-1pOoS1{
font-weight:inherit !important;
font-size:40px !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2BhHlk{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2SCmu2{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2gQF3R{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2kh7xk{
padding-inline-start:calc(var(--pu-space)*0.5) !important;
padding-inline-end:calc(var(--pu-space)*0.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2pzKIx{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-2rGBQT{
background:none !important;
background-image:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-30H9aZ{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-34SWWC{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3PVlva{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3RBfd0{
font-size:var(--phw-g-cards-title-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3SwoTn{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-3aeyuC{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4BswSa{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4S3lpo{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4Yz0Oe{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4ZlF9K{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-4sl7fn{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5GIFfH{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5HsJx2{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5OjPWR{
color:var(--black);
font-weight:700;
font-size:var(--cms-g-xtrasmall);
font-family:var(--cms-g-takeawaysansbold);
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5gn04S{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-63jZj8{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6BEFQX{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6BhCVh{
padding-bottom:calc(var(--pu-space)*12.5) !important;
margin-top:auto !important;
margin-bottom:auto !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6cXMd0{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6hP7Ad{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-6tps6g{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-73m3Eo{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-75Hmp7{
color:var(--phw-custom-text-colorsff8000) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:56px !important;
line-height:72px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-788iiU{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-7AQpPl{
opacity:100 !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-7Pklxt{
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-7Qp3GY{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-7fmI3o{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-7roTSj{
color:var(--black) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-87E6YC{
background:none !important;
border-color:var(--phw-custom-border-colorsff8000) !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--phw-custom-text-colorsff8000) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-backgroundsfff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansregular) !important;
text-align:center !important;
padding-right:38px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-88tEF9{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8JCSgf{
background:none !important;
background-image:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8R4jcw{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-xtrasmall) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8WiJdg{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8hBHlU{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8jbMeP{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8jcVBi{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-8yhTL3{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-9Av6sb{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-9vxeZi{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-A5lSPj{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ABE2A4{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-AQFpTv{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-AbBMXe{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-AlaQ9K{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Ame5j4{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-AsZUIk{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BCEhoJ{
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:#242e30 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BPKft7{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BUE38U{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BahwNp{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Bba9lc{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BcnfLt{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-BdI0Q2{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
padding-left:35px !important;
padding-right:35px !important;
margin-top:calc(var(--mu-space)*0.625) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Bm76tK{
border-width:0px !important;
border-style:none !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
min-height:34px !important;
padding-left:0px !important;
padding-right:0px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-CE2Ekk{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-COdDFY{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-CSzWEW{
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
#_PCM .phw-g-i-CVBkL8{
padding-bottom:calc(var(--pu-space)*12.5) !important;
margin-top:auto !important;
margin-bottom:auto !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Cbq4zq{
font-weight:700 !important;
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Ceux5t{
color:var(--black) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ComiHh{
background:none !important;
background-image:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Ct3iCM{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DCSLEX{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DNzDve{
color:var(--black) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-DkHwwF{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ECGN86{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-style:solid !important;
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-EJXw6p{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ELM2KK{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-EOeFWR{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Ee31k0{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-EkBrgp{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-F2evrB{
font-size:var(--font-size-8) !important;
font-weight:700 !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-F8ULbs{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-FIX8HG{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-FMtkV7{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-FTKBTB{
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:#242e30 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-FVQrhB{
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-FzLlR5{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-GGSFN7{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-GcHZ2A{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Gmyhvy{
font-weight:700 !important;
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-GxTrbR{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-H6Vi1W{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-H8S6cX{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-HBlfKN{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-HEqQK4{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-HPf5zi{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-HuKnDt{
border-width:0px !important;
border-style:none !important;
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
min-height:34px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-D3Dqus:hover .phw-g-i-II2YWV{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-J06MXo{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-J4EYfU{
font-weight:700 !important;
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JASngC{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JNAI2v{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JNNwGH{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JNOpiJ{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JaHDBU{
padding-bottom:calc(var(--pu-space)*12.5) !important;
margin-top:auto !important;
margin-bottom:auto !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JbdU57{
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-JiB2mj{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-K43Yjr{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-K5BCJL{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-K6lmCg{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-KAbZOt{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-KKBtBX{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-KQtsMo{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-KReflc{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-KUO0mP{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-KzxVIg{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-weight:normal !important;
padding-left:35px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
padding-right:35px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-L15kcw{
font-size:var(--phw-g-numbers-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-L57w9o{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-LDLZmm{
padding-inline-end:calc(var(--pu-space)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-M1KQWN{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-M5X6PH{
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-MbfgAk{
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:#242e30 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Mk83g1{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-MwTaZq{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-N5Jybc{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-NKcKSi{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Ndgqg6{
background:none !important;
background-image:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Nuc8iv{
box-shadow:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-O4jTod{
background:none !important;
background-image:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-OT3Ym9{
padding-top:calc(var(--pu-space)*12.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-P19bNP{
font-size:var(--phw-g-numbers-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PAigy3{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PMF8Lo{
font-size:var(--font-size-8) !important;
font-weight:700 !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PPlkRQ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PTp7Ei{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PdnhuF{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PrAcCV{
padding-bottom:calc(var(--pu-space)*12.5) !important;
margin-top:auto !important;
margin-bottom:auto !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-PrMok2{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-weight:normal !important;
padding-left:35px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
padding-right:35px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Q0Ra0f{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QgpQaP{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QlaqJo{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QnDKdI{
padding-inline-end:calc(var(--pu-space)*2.5) !important;
margin-inline-start:calc(var(--mu-space)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QntDUv{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-QsvFeM{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-REOBpw{
color:var(--phw-custom-text-colorsff8000) !important;
font-family:TakeawaySans-Bold !important;
font-size:56px !important;
line-height:72px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-RLNEOP{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-RUsxkE{
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:#242e30 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-RWXUZW{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-RzK4jd{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:56px !important;
line-height:72px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SD3v1U{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SIf2E6{
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SLdFJs{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SO6xN5{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SUnctu{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SXXyGH{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SXmMMh{
font-size:56px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:72px !important;
color:var(--phw-custom-text-colorsff8000) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-SdnBiz{
padding-bottom:calc(var(--pu-space)*12.5) !important;
margin-bottom:auto !important;
margin-top:auto !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Sy2H3R{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-T1YzcM{
background:none !important;
background-image:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-T2I2cn{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-TMGLzN{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-TW83wk{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Tijc3Z{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:56px !important;
line-height:72px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-U4prJD{
font-size:var(--font-size-15) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-U51vYX{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-U6gbCe{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UC0wb8{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UFKcSg{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UKNCc9{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UMJuCR{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UMRniv{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UNNTIW{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Uj1Xzr{
border-width:0px !important;
border-style:none !important;
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-xtrasmall) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
min-height:34px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UoVQNF{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-UrtfIh{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Uw17jH{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VIBWYt{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VKMH0e{
font-size:var(--phw-g-cards-title-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VRXBjH{
background:none !important;
background-image:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VTG56e{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Vo7jWH{
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-xtrasmall) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-VpLKOF{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-W67jUB{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image3-1739262908274.png) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WOTfbI{
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WTYjM5{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WbuvA5{
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-xtrasmall) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WgvfBI{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WkCe6q{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WuyK8f{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-WzJrkS{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-XAvInQ{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-XCfoam{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-XDS2J5{
padding-inline-end:calc(var(--pu-space)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-XEmF85{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-XkZa9T{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Xyc0Sb{
text-shadow:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-YNP18D{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-YXRh58{
font-size:var(--font-size-8) !important;
font-weight:700 !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-YgEBin{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Yjde3o{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-style:solid !important;
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-YqyPJ8{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Z1MTtN{
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Z6oHX0{
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-Z7rsAh{
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ZAZihZ{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ZZDfiX{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ZzhJFh{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aF4ith{
text-align:end !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aLcqut{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aNO92x{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-style:solid !important;
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aRcZQY{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aX9TxN{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-aYdg1s{
padding-bottom:calc(var(--pu-space)*1.25) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bLPDp7{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bTxN5Q{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bXNSr0{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bZOCJQ{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bfwql0{
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:#242e30 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-bpzOaZ{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-buEOYs{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-c3RX35{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-c7vAaG{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cCVQex{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cIhSQF{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cLpn9T{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cTrNiV{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-cx1jAa{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-d7rZdA{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dA3FFT{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dEETrW{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dEKZvU{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dHews3{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dPWeUV{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-da3S1n{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-dzA9xT{
border-width:0px !important;
border-style:none !important;
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-xtrasmall) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
min-height:34px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-e7cWWJ{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-eAl0Mk{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-eCeFog{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-eIRYPx{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-eV2ozC{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ecKHNp{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-eduBph{
text-shadow:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-elutoM{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-etfTzp{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ezhLuZ{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fXoNtl{
padding-top:calc(var(--pu-space)*12.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fiPL4e{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-fqP6OA{
}
#_PCM .phw-g-i-fqP6OA{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-g8E1t9{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-xtrasmall) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-g93I6G{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gH8wml{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gkSsXC{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gypmQo{
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-gzKAsj{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hPKkKe{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hQ02Ss{
border-width:0px !important;
border-style:none !important;
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
min-height:34px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hQ02Ss:hover{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hUR3x8{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hn7xWR{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ho2tl3{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-hyLiWF{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-i1wtQt{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-weight:normal !important;
padding-left:35px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
padding-right:35px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-i6wak0{
border-width:1px !important;
border-color:var(--custom-border-color-ZmlLd-border) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-iOGVLV{
font-size:var(--font-size-8) !important;
font-weight:700 !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ifKyO8{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ihPr81{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-im1XOV{
font-size:var(--font-size-8) !important;
font-weight:700 !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-itnfIF{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-iwjzuz{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jO4WGK{
background:none !important;
background-image:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jPANct{
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:#242e30 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jbyQT6{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jjmBpZ{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jv9HX2{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-jwJHim{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-kAMbpt{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-kGEWDI{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-kSXxIb{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-kkzrV0{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
padding-left:0px !important;
padding-right:0px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-kwTY1d{
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-l1Y39A{
font-size:var(--font-size-8) !important;
font-weight:700 !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-l2bs0m{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-l9JclF{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lAEqF4{
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:#242e30 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lKCycv{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lKsY5t{
padding-inline-end:calc(var(--pu-space)*0.5) !important;
padding-inline-start:calc(var(--pu-space)*0.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lM4kSr{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lQd3N4{
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
font-size:14px;
line-height:24px;
min-height:48px;
box-shadow:none;
margin-inline-start:calc(var(--mu-space)*2.5);
font-family:var(--cms-g-takeawaysansbold) !important;
}
#_PCM .phw-g-i-lQd3N4{
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lg8LgD{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-liWZBv{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:56px !important;
line-height:72px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lls1zm{
}
#_PCM .phw-g-i-lls1zm{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-lzwoYH{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-mMLC63{
font-size:var(--phw-g-cards-title-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-mS7wv0{
font-size:var(--font-size-15) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-mXI4vS{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-mdx8Os{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-mf5Jzv{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-nWEpeP{
border-width:0.5px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-nh06lE{
font-size:var(--font-size-8) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-nvM0L8{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oDlS81{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oMSFML{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-iCZQOJ:hover .phw-g-i-oMSFML{
background:none !important;
background-image:none !important;
color:var(--phw-custom-text-colors4e4e4e) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oMoeAO{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-olFyYT{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oloPlf{
font-size:40px !important;
line-height:1.4 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:#242e30 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oq44QG{
font-size:var(--phw-g-numbers-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ou0Ymh{
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oujg9N{
background:none !important;
background-image:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ox3QgO{
text-shadow:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-oz74sH{
font-size:var(--font-size-15) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-pB4yYt{
font-size:var(--font-size-8) !important;
font-weight:700 !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-pcVbGK{
border-width:0px !important;
border-style:none !important;
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
padding-left:0px !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
min-height:34px !important;
background-color:var(--brand-color-primary) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
padding-right:0px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-pjKtZY{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-pjT9yJ{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-pvsMfS{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qBxUfx{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qWEA5E{
font-size:var(--font-size-8) !important;
font-weight:700 !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qWul9O{
font-size:var(--phw-g-numbers-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qY6Epv{
font-weight:700 !important;
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qa5X4e{
margin-top:calc(var(--mu-space)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qpNYaA{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:56px !important;
line-height:72px !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-qzbrGD{
color:var(--black);
font-size:var(--cms-g-xtrasmall);
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rFRJ6C{
font-size:var(--phw-g-cards-title-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rUEzjI{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ra0JOL{
text-shadow:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rivENI{
text-shadow:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-rwG0iu{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-s0cgZ1{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-s2Q41u{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-s6E9yV{
font-size:var(--cms-g-xtrasmall) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
font-weight:700 !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-sMhN6V{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-sUFcUn{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-sZ0Geu{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-sf0Bfp{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-sgiZwE{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-t7LfYw{
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-xtrasmall) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tFbY3b{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/Untitleddesign2-1738033796783.png) !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tJYrZk{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tOVby4{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tPqSq6{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tUoctg{
padding-top:calc(var(--pu-space)*12.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tZZjSW{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tc20Wb{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tjHJQ9{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tjuSyS{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-tyZrx7{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-u1MEVU{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-uDh9XR{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-uK8WOB{
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-uZL7YB{
background:none !important;
background-image:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-upak3V{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-uxR0VI{
background:none !important;
background-image:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-v1Sc70{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vIVOwh{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vV0MPZ{
text-shadow:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vWCI2S{
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
font-size:14px;
line-height:24px;
min-height:48px;
box-shadow:none;
margin-inline-start:calc(var(--mu-space)*2.5);
font-family:var(--cms-g-takeawaysansbold) !important;
}
#_PCM .phw-g-i-vWCI2S{
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vat1Pc{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vdkVVF{
padding-bottom:calc(var(--pu-space)*12.5) !important;
margin-top:auto !important;
margin-bottom:auto !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vrBHyo{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-vsk32K{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-w3EoVc{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wMn11d{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wN9hZG{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wX6uCx{
border-color:var(--phw-custom-border-colorsb8b8b8) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wilpcl{
padding-top:calc(var(--pu-space)*12.5) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wuKAVG{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-wzaEHi{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-x87ffm{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-iCZQOJ:hover .phw-g-i-x87ffm{
background:none !important;
background-image:none !important;
color:var(--phw-custom-text-colors4e4e4e) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-5plrES:hover .phw-g-i-x87ffm{
background:none !important;
background-image:none !important;
color:var(--phw-custom-text-colors4e4e4e) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-iRkF9F:hover .phw-g-i-x87ffm{
background:none !important;
background-image:none !important;
color:var(--phw-custom-text-colors4e4e4e) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-xLczMm{
font-size:var(--paragraph-font-size-3) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-xliveI{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-xwC07o{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/Untitleddesign2-1738033796783.png) !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-yYGimI{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-yd9ygL{
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ylN5uT{
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--body-font-size) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-yn470H{
padding-inline-start:calc(var(--pu-space)*0.75) !important;
padding-inline-end:calc(var(--pu-space)*0.75) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-yoLy2t{
font-size:50px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1.2 !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-ysgCn4{
font-size:var(--paragraph-font-size-2) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-yzuE4M{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-zMja3b{
font-size:var(--paragraph-font-size-1) !important;
}
}

@media only screen and (min-width: 1920px) {
.phw-g-i-zSwyAC{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
h1{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:var(--phw-g-widget-title-font-size);
line-height:48px;
color:#FF8000;
}
}

@media only screen and (max-width: 1199.98px) {
h2{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:var(--phw-g-cards-title-font-size);
line-height:44px;
color:#242e30;
}
}

@media only screen and (max-width: 1199.98px) {
h3{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:40px;
color:#242e30;
}
}

@media only screen and (max-width: 1199.98px) {
h4{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:var(--font-size-5);
line-height:36px;
color:#fff;
}
}

@media only screen and (max-width: 1199.98px) {
h5{
font-family:var(--cms-g-takeawaysansregular);
font-weight:inherit;
font-size:var(--font-size-5);
line-height:36px;
color:#FF8000;
}
}

@media only screen and (max-width: 1199.98px) {
h6{
font-family:var(--cms-g-takeawaysansregular);
font-weight:inherit;
font-size:var(--phw-g-regular-text-font-size);
line-height:32px;
color:#242e30;
}
}

@media only screen and (max-width: 1199.98px) {
input::-webkit-input-placeholder{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size));
}
input:-ms-input-placeholder{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size));
}
input::-moz-placeholder{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size));
}
input::placeholder{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-container, .phw-container-nd{
width:96% !important;
}
}

@media only screen and (max-width: 1199.98px) {
body{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-btn-large-default,btn.default-button.btn-lg,.btn.default-button.button-lg,.default-button.button-lg a.action-link{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-btn-large-plain,btn.plain-button.btn-lg,.btn.plain-button.button-lg,.plain-button.button-lg a.action-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-btn-large-primary,.btn.primary-button.btn-lg,.btn.primary-button.button-lg,.primary-button.button-lg a.action-link{
font-size:14px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-btn-large-secondary,btn.secondary-button.btn-lg,.btn.secondary-button.button-lg,.secondary-button.button-lg a.action-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-btn-primary,.btn-primary,.primary-button,.btn.primary-button,.primary-button a.action-link,.primary-button button.action-link{
font-size:14px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-btn-small-default,btn.default-button.btn-sm,.btn.default-button.button-sm,.default-button.button-sm a.action-link{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-btn-small-plain,btn.plain-button.btn-sm,.btn.plain-button.button-sm,.plain-button.button-sm a.action-link{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-btn-small-primary,.btn.primary-button.btn-sm,.btn.primary-button.button-sm,.primary-button.button-sm a.action-link{
font-size:14px;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-btn-small-secondary,btn.secondary-button.btn-sm,.btn.secondary-button.button-sm,.secondary-button.button-sm a.action-link{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-01P4ff{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-07UVcZ{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-08s3z6{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-09y2dN{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0Aiwgy{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0DFQuO{
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-0Kp9Mi{
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0Tmgaj{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0TvmMT{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0WiHvl{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0ZBpcz{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0ZuuvQ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0bE93D{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0h9eoZ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0nT9eF{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0noHt9{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0nu4NM{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0og1Ni{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0qOp4j{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0r3u4A{
font-size:16px !important;
}
#_PCM .phw-g-i-0r3u4A{
font-size:16px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0r3u4A:hover{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size));
}
#_PCM .phw-g-i-0r3u4A:hover{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0r3u4A:focus{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size));
}
#_PCM .phw-g-i-0r3u4A:focus{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0s2Dgy{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-0sIE5C{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0uooUq{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-0wXbyn{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-117tmX{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-13Xb1N{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-140iRa{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-18NtNO{
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1Bj3pZ{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1C5VP1{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1Ctfop{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1FZmnK{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1RGK77{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1RQfqD{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1Wgszb{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1XBsps{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1aa2rT{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1dDHts{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1fMRi6{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1jO43v{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1jSTqQ{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1mqki7{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1qjToo{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1qvX4h{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-1x5XzK{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-21BHWW{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-21Xj6H{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2BhHlk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2E3GxB{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2Ff6FR{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2I8aTj{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2PKZrg{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2PUgjj{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2RQOIy{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2SCmu2{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2WAph7{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2gQF3R{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2jrg9g{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2kh7xk{
padding-top:calc(var(--pu-space)*0.5) !important;
padding-bottom:calc(var(--pu-space)*0.5) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2mVrHJ{
background-image:none !important;
background-color:transparent !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2pzKIx{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2rreKb{
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--white) !important;
font-weight:700 !important;
border-style:none !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-2zPwdF{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-30H9aZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-34SWWC{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-34eJc2{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-35xEv5{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-37O54Y{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3BpwX0{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3BvyKs{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3ExWWc{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3PVlva{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3RBfd0{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3SwoTn{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3XhlDK{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3a247z{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*3.75) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3aeyuC{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3ddd3Z{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3if7eG{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3kmw7k{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3nWE6W{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3rGkrt{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3rWIRb{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3rhZjh{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3sIuf5{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3z1yO4{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-3zyFCb{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4BswSa{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4CxH3e{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4FohkN{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4H2Jrp{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4N8Gvv{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4S3lpo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4TZimz{
padding-bottom:calc(var(--pu-space)*3.75) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4V5ZBG{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4VyZRP{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4W3nhZ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4WH53W{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4Yz0Oe{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4ZlF9K{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4aLXCl{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--body-font-size) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4axAxg{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4cUg3f{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4eDg54{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4oreHy{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4sl7fn{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-4wLrjj{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-52DikR{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-55tVoi{
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--white) !important;
border-style:none !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-56YZSD{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-58954L{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5AaozX{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
min-height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-5Bu3Su{
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5HZSa1{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5INYjS{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5KHiDw{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5MgBlI{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5NIP5h{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5OjPWR{
font-size:var(--cms-g-small-font);
font-family:var(--cms-g-takeawaysansbold);
color:var(--black);
font-weight:700;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5SB43I{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5WxhZL{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5YKOJl{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5gn04S{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5jAn2L{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-5vMD37{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-624T20{
font-size:54px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-68P4oW{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6BEFQX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6D7pKS{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-6FwCtZ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6GRVeT{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6M8h1g{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6QAGcz{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6cXMd0{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6dNLRe{
font-size:var(--cms-g-nav-items) !important;
border-width:0px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6hP7Ad{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6mTnr7{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6nShBU{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6nsQ6k{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6tps6g{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6ykYaI{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-6yv3sv{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-73m3Eo{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7588oP{
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-77bgLj{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-788iiU{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7Fk91s{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7LWsGQ{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7MG1XD{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7NoYno{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7PYE4Z{
background-image:none !important;
background-color:transparent !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7Qp3GY{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7VjknQ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7WPBcA{
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
width:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7adpVB{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7cloGv{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7fXAqn{
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--white) !important;
border-style:none !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7fmI3o{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7g8xgK{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7tJnkn{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7uBdky{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7ukTXm{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-7w0mkm{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-82uxd9{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-86uc2D{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-88USoC{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-88tEF9{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8EloEW{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8F26Fu{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8R4jcw{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8Uefvk{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-8Vd6AB{
font-size:18px !important;
padding-inline-end:calc(var(--pu-space)*1.5) !important;
padding-inline-start:calc(var(--pu-space)*1.5) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8ZN5ze{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8aUiM5{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
min-height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8bxqyB{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8ccz6n{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8ckUPB{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8hBHlU{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8jcVBi{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8kkOGI{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8lS62x{
font-size:54px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8pOGnv{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8rfv8C{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8sHFDh{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8tj3Pd{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8vt72w{
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8wIJUT{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-8yhTL3{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-93Wgdd{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-94mXiY{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-96VUMr{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9Bvw5D{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9CywBk{
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:var(--body-font-size) !important;
font-weight:400 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9HphKD{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9IQBvm{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9TSRsj{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9YRmY6{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9c0LX6{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9dJsXv{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9irAsN{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9nemjw{
width:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9oqWiO{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9p5LgH{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9r7Foo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9sFGzj{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9vxeZi{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-9zqIV1{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-A1O2zk{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-A5ERRP{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-A7XBOm{
font-size:54px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ACaE2I{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-AGhWSC{
padding-inline-start:calc(var(--pu-space)*5) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AJXFuS{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AQFpTv{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ARy2vH{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AX9Tvo{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AhkNJY{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AhtENn{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AlaQ9K{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Ame5j4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-ArLs0i{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AsZUIk{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-At21yT{
font-size:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AtsDNn{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-AyGH7Y{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-B43SOe{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-B5Chm0{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BBT1DD{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BBUdqC{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BFOXe5{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BPKft7{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BUE38U{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Ba42fZ{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Bba9lc{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BcnfLt{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BdI0Q2{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Bdk0aZ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Bm76tK{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BsJJgF{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BwVFCc{
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-BxWwSw{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-C4wlJ1{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CDXLXa{
font-size:max(calc(var(--phw-g-numbers-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CDdFD7{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CE2Ekk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CGpOHH{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CJGCyc{
color:var(--black) !important;
font-size:18px !important;
height:auto !important;
width:auto !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:start !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CKnWGb{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CR6DAH{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CVupc4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CYL9cy{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CZDMzo{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CZxoVn{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CdkSnJ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CefXVU{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-CiBH0M{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Coz0Zr{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Ct3iCM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-D7ctGO{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-D9OLXO{
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DCSLEX{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DO54qy{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
min-height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DOPitC{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DX8MVl{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DbEMBG{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DgPJgW{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DhUg8r{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Di316Z{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DkHwwF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DokAnb{
font-size:max(calc(var(--cms-g-font-small)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DpAoyc{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DprR0B{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-DqJfWQ{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Ds93f3{
max-width:190px !important;
height:40px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DuqqGc{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-DwesAZ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Dz05wC{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-E2cG93{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-E4i3KG{
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-E57IGh{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-E6JgbS{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-E72KAD{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-E7Ljtk{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-E9GwRN{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EBNPjG{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EBvBQp{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EGuvCP{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EIdHMk{
height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EJXw6p{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EKHPJ5{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EOeFWR{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-EOvqfh{
padding-inline-start:calc(var(--pu-space)*5) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ERaRN0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ETH005{
padding-top:calc(var(--pu-space)*0.25) !important;
padding-bottom:calc(var(--pu-space)*0.25) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Ee31k0{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EgkQW9{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EmF7QD{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EnpdN4{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-EosMsS{
width:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EqnI9B{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Er3HcV{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Esv83Q{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EwmvNr{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-EyUwxf{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-F0528F{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-F2evrB{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-F6vwd7{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-F8ULbs{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FBxx37{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FCKs8n{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FIX8HG{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FMtkV7{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FRdoCK{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FVqIkW{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FZbMR5{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FbWzFx{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Fs8NLC{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-FzLlR5{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-G0Z102{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-G3HBsq{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GD50l7{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GGSFN7{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GI61xF{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GNutCq{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GYRHjH{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GYRHjH:hover{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GZBK8D{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GaEhoH{
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--white) !important;
border-style:none !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GcHZ2A{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GhivBw{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GiXTBc{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Gjl2Ma{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Gknzbi{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Gl4owk{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GlXlH4{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GnHKXz{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GpZydJ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GrrRm7{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GuJmJA{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Gw3eji{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-GyW5Cr{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-H1Z94C{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-H8S6cX{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HAQQBO{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HAsyHr{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HBlfKN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HD37qr{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HEqQK4{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HF1f5y{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HG3nL6{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HMDIYg{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HNO3gv{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HPf5zi{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HSWbBN{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HXTNGi{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HZDh90{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HZVFk3{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HcwM6g{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HgUy9o{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HlD9bY{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HnnGpJ{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HoDHfM{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-HuKnDt{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I8C8MX{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-I95Z2m{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IBBiDf{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ICBjOy{
width:100% !important;
max-width:190px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IIIWyv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IPl7FK{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ISt9FO{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ITn21I{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IUlneR{
font-size:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-Ie7ZSl{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ImlGNm{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IpEpr4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IuOatT{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-IvKuvE{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Izhgqa{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-J06MXo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-J5VQJ6{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JASngC{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JHUYmC{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JHmlks{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JLiswP{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JNAI2v{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JNNwGH{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JNOpiJ{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JSFzsV{
padding-top:calc(var(--pu-space)*0.5) !important;
padding-bottom:calc(var(--pu-space)*0.5) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JbYdHD{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JcGGyT{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Jdegrd{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
min-height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JiMOLY{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-JoE1Gk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-JtulCh{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-K43Yjr{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-K5BCJL{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-K6lmCg{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KA5weR{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KAbZOt{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KAsH2g{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KBDZZU:hover{
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KFN4qs{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KJxcur{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KQtsMo{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KR7Jp7{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KRSLXX{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KReflc{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KSN2pf{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KUO0mP{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KVNzRC{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KZBKqa{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KclbPr{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Kez9O5{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KkWpVC{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KsBhju{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Kugj2J{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Kx3HJB{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KxJ4Ou{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KyWlPc{
padding-top:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-KzxVIg{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-L15kcw{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-L57w9o{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-L7B7b9{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LAZ8kq{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-LDnMTO{
width:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LEOAuW{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LGaEru{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LHaEAY{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LHxbiY{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LLC80q{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LU4O9U{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LYMVGC{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LZADdk{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LcL1Kq{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LeO83p{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Li7aMp{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LiaJZW{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LlF4TY{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LoIzaL{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LtOi1o{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Lw7Tyd{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LwA7QQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LxQYOQ{
fill:var(--brand-color-secondary) !important;
color:var(--brand-color-secondary) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-LywSHv{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-M1KQWN{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-M1KZUP{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-M48UgN{
margin-bottom:calc(var(--mu-space)*2.25) !important;
margin-top:calc(var(--mu-space)*2) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-M6DLyG{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-M8CsHj{
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MC8IgX{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MKJlgY{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MOpOBd{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MRT6xq{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MYMDst{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ManWHr{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Mbo6ir{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Mebg8W{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MgnBS1{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Mk83g1{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MkBqYp{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MmjpzB{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MmlAiN{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MwTaZq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Mx0ner{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-MxKrll{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-N5Jybc{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-N5rhBF{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-N63bVC{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-N7Z9lt{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NBnYgf{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NCe6hf{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NGFvDN{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NKcKSi{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NSDXv1{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NZ2a24{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NZcPza{
font-size:max(calc(var(--input-font-size-lg)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Nky6Rn{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Nl65L7{
background-color:transparent !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NrPb3o{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-NsOSEq{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-O0XMjk{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-O7Y3Hm{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-O8J03V{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OAadam{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OEYIaB{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OH2Mic{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OJMf10{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OKtozA{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OWCdgy{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OcIiqS{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OeCjyZ{
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
width:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OypoyQ{
font-size:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-OzFas9{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-P19bNP{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-P1gOSg{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-P2pVRb{
border-width:1px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.125) !important;
color:var(--black) !important;
background-color:var(--phw-custom-backgroundsfff) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
margin-top:calc(var(--mu-space)*2) !important;
padding-left:58px !important;
padding-right:58px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-P4wI6v{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PAigy3{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PDPqmx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size));
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PE7VyI{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PI1BYV{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PMF8Lo{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PMoaFd{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PP8J58{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PYc79a{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PdnhuF{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PeBI5n{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PgDJqY{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Pjbf7i{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PkAbDt{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PrMok2{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PrMok2:hover{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WreRUu:hover .phw-g-i-PrMok2{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PvY0Q2{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-PyOUe2{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Q0Ra0f{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Q0wvXj{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Q1l8rl{
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Q5qgUu{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-Q6SCqh{
width:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Q7xcDK{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QBooaw{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QHTmlP{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QIOxmX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QKbPMN{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QOS2r8{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QPKmSq{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QPTJgg{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QQC2v8{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QT0KPs{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QXT5d3{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QjTBVK{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Ql3pyO{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QlaqJo{
font-size:var(--cms-g-small-font) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QpkHt5{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QrWoRS{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Qs5LlI{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QsvFeM{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-QvaJUq{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Qyg2fU{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-R1FRGG{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-R68LY3{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-R8c131{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RCU343{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RE73j6{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RHO67c{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RICrzy{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RIMnsh{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RLNEOP{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RNZkfk{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RS6CT3{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RZGujf{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RbcJmT{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Rhozn1{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Rig85u{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RjB1EO{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Rk8ydI{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RkP08R{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RrWsmb{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RuCPKS{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RuoLfu{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RutMSy{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-RwXJ2t{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-S27x6K{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-S3vbGT{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-S71GFK{
font-size:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-S9vz9Q{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SCQmdL{
font-size:31px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SD3v1U{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SDimOH{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SJ1SOV{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SLdFJs{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SNPu1o{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SNfg8w{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SO6xN5{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SU0IdK{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SUnctu{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SVVTXr{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SXXyGH{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SYOKjG{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SaaucI{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SbiQGN{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SkvLxe{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SmkH67{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-SxU7xd{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TCljaf{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TH0hOb{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TI5VQX{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TL9vRt{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TMGLzN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TSfPQz{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TW83wk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TXz8g0{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TaucQl{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TelxxH{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TfYpQx{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TkfBfy{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ToIkJb{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-TsTwzy{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-U4prJD:hover{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-U4prJD{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-U51vYX{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UAB34B{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UC0wb8{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UCOCr4{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UCYcYH{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UFKcSg{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UMJuCR{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UMRniv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UMgshm{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:32px !important;
font-weight:900 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UN5GWn{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UNMaPG{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UNNTIW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UPl5B7{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-custom-font-size) !important;
line-height:32px !important;
font-weight:900 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UR8pKX{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uj1Xzr{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UkjFhq{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UoVQNF{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UrtfIh{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Urvksk{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Uw17jH{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UwF5Kx{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-UyLUTY{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VActDA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VBGgvD{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VIBWYt{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VJyKGV{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VK74Dt{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VKMH0e{
font-size:max(calc(var(--font-size-13)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VN850M{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VTG56e{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VTgtmM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VTosq3{
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VWXc5P{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VfC4sH{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VheI5s:hover{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ViVtJS{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VnBuNz{
border-width:1px !important;
border-color:var(--phw-custom-border-colorsb8b8b8) !important;
border-style:solid !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--body-font-size) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Vo7jWH{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VpLKOF{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Vt7U6C{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VvWT5F{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VxBDXR{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-VxNod8{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-W4MZGb{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-W9ECGJ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WAvwD5{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WEzgM7{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WGdfCT{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WGrEGE{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WHMlfo{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WIbJTJ{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WLvyKJ{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WQS77G{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WTYjM5{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WXCbRi{
font-size:54px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WazTA0{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WbuvA5{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WgvfBI{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WkCe6q{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WlOEJf{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WlTWoQ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Wm39Nj{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WptMMH{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Wr0MNT{
font-size:max(calc(var(--input-font-size-lg)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-WzVTnk{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-X3rupY{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-X5mv5y{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-X7QqHi{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XAm452{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XCfoam{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XEmF85{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XUhBuq{
background:none !important;
background-image:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*1) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XVr5Hi{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XWKjFv{
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
width:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XYYObY{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XZJCoZ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XdFaVX{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Xeflxk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XkZa9T{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Xm0wEG{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XpAoSp{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Xq9B9d{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Xv8T5J{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XwLtcb{
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XyJNkF{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-XyMRYs{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YBh1IF{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-YHoo3Y{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
height:auto !important;
line-height:1 !important;
max-width:1000px !important;
text-transform:none !important;
width:auto !important;
text-align:start !important;
font-weight:900 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YLqECo{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YNP18D{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YRmHwm{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YULOWt{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YXODON{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YXRh58{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YqyPJ8{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YsLaoY{
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--white) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-YzW4t0{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Z6zzVi{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Z7L1nB{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZAZihZ{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZGKREe{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZH8o9e{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZZBInt{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZZDfiX{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZjllvW{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZoB53G{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZpgjDA{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ZtmOeZ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-Zw2Dcc{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-a0WqQc{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-a3PLPU{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aBATaZ{
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:var(--body-font-size) !important;
font-weight:400 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aDnmwo{
background-image:none !important;
background-color:transparent !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aDqdwf{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aLcqut{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aLgBVI{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aN7ZKE{
font-size:54px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aRcZQY{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aX9TxN{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ac1E0p{
width:300px !important;
max-width:300px !important;
max-height:60px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-acXSUM{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aeNlMU{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-afViwn{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-aiDfrM{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-auujnz{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-avYEYO{
margin-inline-start:calc(var(--mu-space)*0) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-avtc2r{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-axzVnN{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-b2jVVN{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-b2tgrD{
margin-inline-start:calc(var(--mu-space)*0) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-b4CSEX{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-b4ROPy{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-b4TUil{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-b6YDkp{
padding-bottom:calc(var(--pu-space)*0) !important;
height:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bD0vJb{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bG3euW{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bKXvT9{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bLPDp7{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bLrnr2{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bOvSkh{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bP2sKb{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bTer6d{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bWCIMQ{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bXNSr0{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bZF66p{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bZOCJQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bbsxst{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bejSLn{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bgN48O{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bkxvo9{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bpSBrR{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bpzOaZ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-bqxC1d{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-btbUKd{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-buEOYs{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-c00hw3{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-c0qlNh{
background-image:none !important;
background-color:transparent !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-c1RQsz{
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-c1oHVL{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-c3RX35{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-c3T5hA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-c7vAaG{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-c90EIl{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cCVQex{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cIXrkt{
padding-top:calc(var(--pu-space)*0.5) !important;
padding-bottom:calc(var(--pu-space)*0.5) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cIhSQF{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cLpn9T{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cNFVyO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cPkMRF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cSrHYH:hover{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cSrHYH{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cTrNiV{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cWKHw6{
padding-bottom:calc(var(--pu-space)*3) !important;
padding-top:calc(var(--pu-space)*3) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cdjupN{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-coHUQi{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cplNou{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cr5S1e{
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:var(--body-font-size) !important;
font-weight:400 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cwUWmW{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cx1jAa{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-cxuX0N{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-d0ffXX{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-d0uWI2{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-d4Ggm9{
padding-bottom:calc(var(--pu-space)*3) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-d66fdr{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-d6GjA2{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-d7rZdA{
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dBfnhI{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dEETrW{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dEKZvU{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dHews3{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dPWeUV{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dQdaxr{
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dZT5Xf{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-daeykd{
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dcRNbK{
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dcjH4Z{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dnb0lc{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-dzA9xT{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-e1NYLz{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-e7o3iH{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-e8Giw2{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-e9lyHT{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eAl0Mk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eCeFog{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eIRYPx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eKwKkP{
color:var(--white) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ePOKYA{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ePgD5i{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eRC7uS{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eU7ipb{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eV2ozC{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eagLoc{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eawgl7{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ecKHNp{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ejSorg{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-elaQZb{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-eqEhqJ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ex6qEw{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ezhLuZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-f8Aryr{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fFS9OD{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fOp32i{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fSrVA4{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fWQ3FV{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fZPY1p{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fZRPyy{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fa6O16{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fd9pQx:hover{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fd9pQx{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fejJyL{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ffktKC{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fgzpxO{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fiM5QA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fjiT77{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fm8hmu{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fqP6OA{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
#_PCM .phw-g-i-fqP6OA{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fraMth{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ft1XWk{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-fuqqQg{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-g1r0rq{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-g5QzIa{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-g6vbeP{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-g7UdVy{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-g8E1t9{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-g93I6G{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gDuLwS{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gH8wml{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gJYq2q{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gOOJx5{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gQFffu{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gRQoqp{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gSnM1b{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gYNHI7{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gdn9qo{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gj4ADD{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gkSsXC{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gqqIpG{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-grJUSX{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gzKAsj{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-gzSJzF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-h5UiwZ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hFQZWH{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hHHIV6{
font-size:31px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-hHlCrf{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hJz4xK{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hMJL71{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-hNYObK{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hPKkKe{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hQ02Ss{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hUR3x8{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
border-style:none !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hWi9mr{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-hjFMi8{
width:98% !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hjqfya{
width:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hlXabX{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hn7xWR{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hqeyDR{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hrsr9c{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-hyLiWF{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-i1wtQt{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-i1wtQt:hover{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-i5pVxO{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-i822Dv{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-i8raWc{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iBwf4T{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iEXw65{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iJM7hF{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iL9HvC{
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iMi62E{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iOGVLV{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iRtzz9{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iShc0l{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ifKyO8{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ifqoOK{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-igRLEq{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ihPr81{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iiaH6X{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ijRO2l{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ilj45r{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ilzwAc{
max-width:190px !important;
height:40px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-im1XOV{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ipWFS7{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-iraD8f{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-j41yTP{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-j4GnqV{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-j5T2C8{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-j7N2XJ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jIncFH{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jIxG2u{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jOeQCH{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jP9XCR{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jSmfZr{
max-width:190px !important;
height:40px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jbLfBh{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jbyQT6{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jcX7bg{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jdB6sc{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jdwXro{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jgKNaG{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jgoyD7{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jh6hHW{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jjc8Da{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jjj7Df{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jjmBpZ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jkLFji{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jxJq3f{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-jxvJiO{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-k8Jydc{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kAMbpt{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kC2VDN{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kDARE6{
padding-top:calc(var(--pu-space)*0.5) !important;
padding-bottom:calc(var(--pu-space)*0.5) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kHP13d{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kJEmQN{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kSXxIb{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kU4Dkr{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kbVqaY{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-keMBNL{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kkzrV0{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-koRtv4{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.3 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-koRtv4:hover{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kppEmU{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kqrNtu{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-kxyGaW{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-l1Y39A{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-l2bs0m{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-l57rjr{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-l7ezo8{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-l9JclF{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lEJynr{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lGN0N7{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lKsY5t{
padding-top:calc(var(--pu-space)*1) !important;
padding-bottom:calc(var(--pu-space)*1) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lLJ752{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lM4kSr{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lO1yQJ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lOC8Th{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lQd3N4{
}
#_PCM .phw-g-i-lQd3N4{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lTnQcf{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lYkhOe{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ldCSdh{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lf9dV7{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lls1zm{
}
#_PCM .phw-g-i-lls1zm{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lls1zm:hover{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size));
}
#_PCM .phw-g-i-lls1zm:hover{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lls1zm:focus{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size));
}
#_PCM .phw-g-i-lls1zm:focus{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lriaRo{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ltulLA{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-lzwoYH{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-m1Bs6m{
font-size:31px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-m9qumy{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mAeSuw{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mCaLNp{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mMLC63{
font-size:max(calc(var(--font-size-13)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mQOaas{
width:95% !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mQf4SG{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mR8NIK{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mRE7i9{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mRbJBz{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mRlbch{
font-size:max(calc(var(--font-size-5)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mS7wv0:hover{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mTTxmJ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mXI4vS{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mdx8Os{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mf42WL{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mf5Jzv{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mnvD8T{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mtENLL{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mti4X5{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mvMD0k{
border-top-left-radius:calc(var(--border-radius-base)*6.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*6.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*6.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*6.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
font-size:var(--phw-g-regular-text-font-size) !important;
padding-left:82px !important;
padding-right:82px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mwSJK8{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-mykNfu{
font-size:54px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-n8JOdH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nGzmlP{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nPCUAx{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nPwaEY{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nRmQIg{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nSNbmw{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nTwPGJ{
height:auto !important;
width:auto !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nZm8Wv{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ndIGtQ{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nh06lE{
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-np0BB9{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nv4x40{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nvM0L8{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nwfDLO{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-nyPdTY{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-o23L8B{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-o3PaED{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-o3Wy5y{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-o4ftJp{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oDlS81{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oF04Hk{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oFHP0n{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oJq31i{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oMoeAO{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oSKajq{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
min-height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oejb1j{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ogb4R7{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-okDKi8{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-olFyYT{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-onSuzV{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oq44QG{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oq4pBa{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oqf186{
font-size:var(--cms-g-nav-items) !important;
border-width:0px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ou0Ymh{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oz74sH:hover{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-oz74sH{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-p0SaUf{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-p2xWNv{
padding-bottom:calc(var(--pu-space)*3.75) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pB4yYt{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pBNd3H{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pDAg3T{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pE6i4E{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pHyIsR{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pJh5yQ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pKZYUu{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pQzNDX{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pTKNEh{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pUaZXw{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pcVbGK{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pdt4Cr{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pi03bo{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-piJK6h{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-piJpKR{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pifJXx{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pjT9yJ{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pq4m2R{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pqLEkg{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-psnCay{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ptqPWd{
font-size:54px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pvPZSv{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pxP85c{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-pyEMh5{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-q70uJR{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-q8VKyQ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qAJYCL{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qBfXmt{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qDSF6B{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qGCG27{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
min-height:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qJiLdz{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qMoeUS{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qNWRow{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qQ2dI2{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qUKzMO{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qVI4zT{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qWEA5E{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-font-small) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
padding-left:0px !important;
padding-right:0px !important;
min-height:34px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qWul9O{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qa5X4e{
font-size:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qjt4jd{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qju8xV{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qk4Rcp{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qlvPjK{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qqSdyj{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qr3Ltb{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qrC2YZ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qwLZVL{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-qzbrGD{
color:var(--black);
font-size:var(--cms-g-small-font);
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-r4azlp{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-r6p84X{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rA31HE{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rCCaA7{
background-color:transparent !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-rDOTwx{
width:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rFRJ6C{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rHUSRC{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rKfvtY{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rP3jn5{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rQOWdL{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-rSRqYV{
max-width:243px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rSnXz3{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-rbRxlY{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/image2-1738828354070.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
text-align:start !important;
padding-inline-start:calc(var(--pu-space)*5) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rcrkwm{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rdqk22{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rfwzlQ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rgTs5y{
font-size:36px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rhBYrM{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ri58a1{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ri9890{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rimeNw{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rirPzv{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rirqOY{
max-width:190px !important;
height:40px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rm0se7{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-roJIxy{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rtD2DU{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rwG0iu{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-rxLlnY{
border-style:none !important;
border-width:0px !important;
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s0cgZ1{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s2EEsZ{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s2Q41u{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s34Kuu{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s4Uwwj{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s4jfsd{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s6E9yV{
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s6RJdM{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-s73WX1{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sFRppp{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sKlqie{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sLUeOL{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sMhN6V{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-sPNrfd{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sUFcUn{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sWoYoD{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-seyVJf{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sf0Bfp{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ssiVqU{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-sv1bS9{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-swGAhG{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-swouqo{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-syV5BL{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-syVuBJ{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-szjE2o{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-t5jVOW{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-t7LfYw{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-t96brq{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-t9u8Ua{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tH4Lxq{
border-style:none !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tJFiJx{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tJYrZk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tL7fcE{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tM76dg{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tNh8LL{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tOVby4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tPqSq6{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tQTg8O{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tUsn2D{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tWABa9{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tZZjSW{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tc20Wb{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tejv7p{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tjHJQ9{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tjuSyS{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tkdw2j{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tkpdzM{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tqMmJ5{
color:var(--white) !important;
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tv5Ctx{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-tycHPo{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
width:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-u1MEVU{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-u2Upex{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-u908lN{
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uBasr6{
width:auto !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uKYrZf{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uOGQW9{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uRp8AH{
font-size:48px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uUA4z7{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uVAWwo{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ulOHde{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-upak3V{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uprRXE{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uveAS5{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-uwEa8P{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-v0qLea{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-v1Sc70{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-v31D69{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-v7fN66{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vALdw3{
font-size:31px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vCC7hN{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vFwwdc{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vIVOwh{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vNbq6Q{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vQkoMd{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vSjWVz{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vWCI2S{
font-size:15px !important;
}
#_PCM .phw-g-i-vWCI2S{
font-size:15px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vat1Pc{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vbgLHA{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vn9fDT{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vqPoU6{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vqZTGs{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vrBHyo{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vsk32K{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-vxhOyG{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-w0s59X{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-w3EoVc{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-w3U3UB{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-w8uHiH{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-w94ESS{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-w97XlO{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wEdK6h{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wHVbjb{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wM4DnZ{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wMn11d{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wN9hZG{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wWOYnx{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wb5buK{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wbx0tD{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wdtTer{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wf3gzX{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wmJoS8{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wmYyu5{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wplbKx{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wuKAVG{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wv7s69{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-wzaEHi{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-x6S2nv{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xD98yE{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xDAtOF{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xG5phY{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xLczMm{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xWlyV8{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xZUay1{
font-size:24px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xe2uHv{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xliveI{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xnPbzT{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xo1RkD{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xozoqA{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xpw0m2{
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xw43Rc{
font-size:max(calc(var(--cms-g-small-font)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xw63ig{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xyOkvB{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-xzHt04{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-y0sxdH{
font-size:max(calc(var(--cms-g-nav-items)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-y2Kwf1{
background-image:none !important;
background-color:transparent !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-y5KyVL{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
#_PCM .phw-g-i-yACNkl{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yAs4oI{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yCkWN2{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yCvOrw{
font-size:14px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yHyt7c{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yI6gZh{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yRkpV1:hover{
font-size:max(calc(var(--body-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yS6M6h{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yW0sJ7{
font-size:30px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yWpCVR{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ygKIy3{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ykvTMR{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ylN5uT{
color:var(--white) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yoLy2t{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:48px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ysgCn4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yvk2aR{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ywNwwC{
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yx5Wzp{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-yzuE4M{
font-size:max(calc(var(--font-size-15)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-z0P01c{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-z1PGyQ{
font-size:max(calc(var(--font-size-12)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-z2d5cB{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-z3KHhH{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-z9nu8p{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zD5qRX{
font-size:31px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zDT4PY{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zH4hoh{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zJocn7{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zMj35g{
font-size:max(calc(var(--font-size-11)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zMja3b{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zNbhge{
font-size:18px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zRJflK{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zUZ9D7{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zWdoXN{
padding-top:calc(var(--pu-space)*0.5) !important;
padding-bottom:calc(var(--pu-space)*0.5) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zc52xf{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-ziIX1i{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zlIlZ1{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zmIRTR{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zowuHz{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zpNVEz{
font-size:31px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zqTGNo{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zt6HfY{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zuE0n7{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zv24XN{
font-size:39px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-i-zxNCDw{
font-size:37px !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-g-text-field-style-1{
font-size:max(calc(var(--font-size-8)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 1199.98px) {
.phw-job-description p{
font-size:max(calc(var(--font-size-6)*0.75),var(--tab-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
h1{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:var(--phw-g-cards-title-font-size);
line-height:44px;
color:#FF8000;
}
}

@media only screen and (max-width: 767.98px) {
h2{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:40px;
color:#242e30;
}
}

@media only screen and (max-width: 767.98px) {
h3{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:40px;
color:#242e30;
}
}

@media only screen and (max-width: 767.98px) {
h4{
font-family:var(--cms-g-takeawaysansbold);
font-weight:inherit;
font-size:var(--phw-g-cards-subtitle-font-size);
line-height:40px;
color:#fff;
}
}

@media only screen and (max-width: 767.98px) {
h5{
font-family:var(--cms-g-takeawaysansregular);
font-weight:inherit;
font-size:var(--font-size-5);
line-height:36px;
color:#FF8000;
}
}

@media only screen and (max-width: 767.98px) {
h6{
font-family:var(--cms-g-takeawaysansregular);
font-weight:inherit;
font-size:var(--phw-g-regular-text-font-size);
line-height:32px;
color:#242e30;
}
}

@media only screen and (max-width: 767.98px) {
.phw-container, .phw-container-nd{
width:96% !important;
}
}

@media only screen and (max-width: 767.98px) {
input::-webkit-input-placeholder{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size));
}
input:-ms-input-placeholder{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size));
}
input::-moz-placeholder{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size));
}
input::placeholder{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
body{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size));
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-default,.btn-default,.default-button,.btn.default-button,.default-button a.action-link,.default-button button.action-link{
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
box-shadow:none;
font-family:var(--cms-g-takeawaysansbold);
font-size:14px;
line-height:24px;
min-height:48px;
margin-inline-start:calc(var(--mu-space)*2.5);
text-align:center;
height:auto;
width:auto;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-large-default,btn.default-button.btn-lg,.btn.default-button.button-lg,.default-button.button-lg a.action-link{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-large-plain,btn.plain-button.btn-lg,.btn.plain-button.button-lg,.plain-button.button-lg a.action-link{
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-btn-large-primary,.btn.primary-button.btn-lg,.btn.primary-button.button-lg,.primary-button.button-lg a.action-link{
font-size:14px;
margin-inline-start:calc(var(--mu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-large-secondary,btn.secondary-button.btn-lg,.btn.secondary-button.button-lg,.secondary-button.button-lg a.action-link{
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
font-size:var(--phw-g-small-text-font-size);
font-weight:normal;
line-height:28px;
padding-left:16px;
padding-right:16px;
min-height:auto;
width:auto;
height:auto;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-plain,.btn-info,.plain-button,.btn.plain-button,.plain-button a.action-link,.plain-button button.action-link{
border-color:var(--phw-custom-border-black000000ff);
border-style:solid;
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
font-size:16px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-primary,.btn-primary,.primary-button,.btn.primary-button,.primary-button a.action-link,.primary-button button.action-link{
color:var(--white);
font-size:16px;
width:auto;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-primary:hover,.btn-primary,.primary-button:hover,.btn.primary-button:hover,.primary-button a.action-link:hover,.primary-button button.action-link:hover{
background-color:var(--phw-custom-mozf5f3f1ff);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-secondary,.btn-success,.secondary-button,.btn.secondary-button,.secondary-button a.action-link,.secondary-button button.action-link{
background:none;
border-width:1px;
border-color:var(--phw-custom-border-black000000ff);
border-style:solid;
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
background-color:var(--phw-custom-whitebgffffffff);
font-weight:normal;
font-size:16px;
font-family:var(--cms-g-takeawaysansbold);
line-height:28px;
text-align:center;
padding-left:38px;
padding-right:38px;
min-height:52px;
box-shadow:none;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-small-default,btn.default-button.btn-sm,.btn.default-button.button-sm,.default-button.button-sm a.action-link{
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
font-size:var(--font-size-8);
font-weight:normal;
line-height:24px;
padding-left:38px;
padding-right:38px;
min-height:48px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-small-plain,btn.plain-button.btn-sm,.btn.plain-button.button-sm,.plain-button.button-sm a.action-link{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-small-primary,.btn.primary-button.btn-sm,.btn.primary-button.button-sm,.primary-button.button-sm a.action-link{
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
min-height:48px;
font-size:14px;
line-height:24px;
font-family:var(--cms-g-takeawaysansbold);
width:auto;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-btn-small-secondary,btn.secondary-button.btn-sm,.btn.secondary-button.button-sm,.secondary-button.button-sm a.action-link{
border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
font-size:var(--font-size-8);
font-weight:normal;
line-height:24px;
padding-left:38px;
padding-right:38px;
min-height:48px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-000ggb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-000m1Z-ds{
background-image:url("") !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-002kni-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-00AUYo-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-00PD6G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-00cCcM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-00lVVs-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-00nJmI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-00pHMu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-01MPYv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-01P4ff{
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:56 !important;
height:160px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-01UGM8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-01WUjT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-01Xv4p-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-01ceHg{
color:var(--black) !important;
background-color:var(--brand-color-secondary) !important;
padding-left:24px !important;
font-size:16px !important;
width:280px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*3.75) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-01gn3e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-01i0Gz-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-01t8oe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-01yvH9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-02E57j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-02IrAM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-02Kgg6{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-02NV1G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-02gz3s-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-02igjH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-02jKTj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-02ybL9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-03Kt1L-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-03a9nM{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-03bBsn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-03eZvM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-03wdhy-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-03zLrw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-04A9KI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-04HIK8-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-04NRoD-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-04VCCh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-04aiIY-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-04cNas-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-04oX82-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-054afG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0550gs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-05CSfZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-05Ujxd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-05Ys6F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-05bf1u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-06D4SJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-06G3WB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-06V3SL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-06ZLiz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-06rYaw-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-06vUeb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-07IX5Z{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-07OmjE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-07UVcZ{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-07hCS3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-07j4We{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:203px !important;
width:209px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-07zWmO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-088o9U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-08GnBo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-08MnGx-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-08UxJa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-08fR2n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-08nRSd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-08nRmC-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-08s3z6{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-08vI53-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-099D5m{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09AIp6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09DWYe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09GSbM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09Ob25-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09X73U-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09ZXw9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09foI2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09g19D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09jcol{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-09y2dN{
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0A1hWJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0A3fww-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0A5DzP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0AGCld-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0AOA1Z-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0AT6Dd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0AUzD2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0AXygV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Aa0NC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Aiwgy{
font-size:var(--phw-g-regular-text-font-size) !important;
text-align:center !important;
width:380px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0B4980-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0B5l4g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0B8duu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0BBOhM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0BbNBP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Bvwe4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0BxzwY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0C2Cs0-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0C9cV6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0CIW9t-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0CO02D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0CQlnp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0CWdpq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0D2oYJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0D48Yk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0DFQuO{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0DJg4M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0DijC8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Dv462-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0DzEPc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0E6no8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0EAclb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0EHvSa-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ELl2P{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0EdXoK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0EgSnv{
color:var(--black) !important;
background-color:var(--brand-color-secondary) !important;
padding-left:24px !important;
font-size:16px !important;
width:280px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*3.75) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0EokD9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0EwCJA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0F2La0-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0F9ZCC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0FCC93-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0FLjBG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0FUTfs-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0FYxcl-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0FfVCo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Fney9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Fpd5X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0G4Gww-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0G6RVP-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0GFQh2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0GMNva-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0GjHoo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0H07j1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0H4MJZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0HTwXU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0HhHwD-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0HpwPc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0HtfKX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0I0Go8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0I9wHj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0IAPcp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0IDxAu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0III2Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ILTRR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Incoa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0J2E3h-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0JM8oX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0JMWzw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0JRFAC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0JbEqD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0JmNCW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0K3HRx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0KBDVT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0KEznd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0KGV4f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0KQSUv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0KZdpC-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Khu3l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-0Kp9Mi{
padding-inline-end:calc(var(--pu-space)*1) !important;
padding-inline-start:calc(var(--pu-space)*1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0KruDq-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0LG9yK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0LM21W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0LWdlo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0LX3wX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0LYv4f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0LlFKk-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0LotSF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0M68LG{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0MN4Tl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0MVGRj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0MmYRv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Mubu6-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0N6ATM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0NAbTg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0NFTio-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0NIGyS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0NLzSv-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0NUFS8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0NaOUI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0NjEK3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0NnD8b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0NnT4v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ODnU6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0OFYek-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0OLwmY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0OVUoW-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Oa3re-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0OfNG7-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0OvBDr{
height:620px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0P0aOR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0P64KW{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0P7iSf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0PErWZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0PJUbD-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0PPztw{
width:40px !important;
height:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Pi3rx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Pjbzu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Pkli5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0PudEc-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Q3FVk{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
margin-top:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0QLKeq-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Qlz6K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Qp5q1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Qt3YB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Qy4PU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0R4IU2-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0R7rHp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0RKF40-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0RLjXp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0RTntp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0RX36R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0RyWfT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0S9NpV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0SCuPE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0SgmqX-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0SguVe-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Sk8TF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0SwZsw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0T3JWu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0TD5RC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Tmgaj{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Tn0PF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Tq8kk{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0TvmMT{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0UIqfg-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0UTm7U-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0UVnK5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0UZpht-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0UleA5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0UtEr5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0VNGql-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0VOBpK-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0VTIk2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0VTJyJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0VdI9P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0VmzUO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Vru8n-ds{
border-radius:8px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Vzbbk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0WChwW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0WJ7uf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0WNSWi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0WYEuj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0WYHr2-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0WfVjd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0WiHvl{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0WjlhO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0WntR3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0WxN94-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0X6yrk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0X98dz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0XN6Rn-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0XNpoo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Xi8NS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0XmT70-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Xx9e8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0YIJNq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0YbDJD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Z4haR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Z6j28-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Z8vNV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0Z9bNS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ZBpcz{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ZV8hR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ZXwVv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ZbUU1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ZcTNq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ZlCqU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ZuuvQ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0a6lFA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0aG2cF-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0aIhAo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0aiSUN{
width:350px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0alMT2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0atkuK-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0aySjo{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0bE93D{
font-size:max(calc(var(--font-size-12)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0bVswg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0buSTy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0cKyfc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0cRK7l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0cXms7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ccXuB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0cqkhz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0cvBSk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0dFqZS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0dNFuV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0dNasz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0dUsCJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0dUzf3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0dWLLg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0dd7dl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0dgZGP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0dlfdh-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0e5K2J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0eAiVV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0eTGpR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ed9hS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0f5MqW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0fPbdR-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0fVL3D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0fpEJb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0fpbiP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0fqReS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0gCtVT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0gRZGJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0gY89S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0guzS0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0gxJLA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0h3xhL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0h9eoZ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0hGB50-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0haIAT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0hbW5Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0hoIoe-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0htjWB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0i5qNU-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0iA5Bz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0iG771-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0inJPb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0iv06i-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0jcOkM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0josdL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0jqtai-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0juUYI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0kAXnE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0kF08j-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0khHXI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0kjkJV{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:94% !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0kmDx0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0koNOv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0l0irn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0l5u07-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0lD59D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0lKln7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0lpDmh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0lwCkY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0lwGR8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0mI1VQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0mQTR9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0mRUHl-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0mat0Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0mmeWf-ds{
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0nDCHi-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0nT9eF{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0nZ5GR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0nheWN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0noHt9{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0nt15n-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0nu4NM{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0oBLPv-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0oEGUq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0oND9b-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0oa6zL{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0oi867-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0pGTmK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0pHniI-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0pREpa{
color:var(--black) !important;
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0phx1D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0q0O2q-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0q6Xkf{
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0q9hMe-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0qOMa6-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0qOp4j{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0qRomV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0qYcdT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0qcsl1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0qv0kL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0r3u4A{
font-weight:400;
font-size:var(--font-size-8) !important;
padding-left:0px;
padding-right:0px;
gap:0px;
}
#_PCM .phw-g-i-0r3u4A{
font-size:var(--font-size-8) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0r3u4A:hover{
font-size:14px !important;
gap:0px;
padding-left:0px;
padding-right:0px;
}
#_PCM .phw-g-i-0r3u4A:hover{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0r3u4A:focus{
font-weight:700;
font-size:14px !important;
padding-left:0px;
padding-right:0px;
}
#_PCM .phw-g-i-0r3u4A:focus{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0r3u4A:focus-visible{
outline-style:none;
outline-offset:0px;
outline-width:0px;
}
#_PCM .phw-g-i-0r3u4A:focus-visible{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0r3u4A:active{
font-weight:700;
}
#_PCM .phw-g-i-0r3u4A:active{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0r7o87-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0r9LgR-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0rN2vx{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0rVutN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0raGWe{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0rgKt7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0s2Dgy{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-0sIE5C{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0sZNkN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0sZTGA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0sZm3q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0shGeJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0spR7n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0st1e7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0sw4XA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0tDgme-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0tKgkX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0tSBWg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0tVYEV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0tVunU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0tjzHC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0tphqq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ttUte-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0tuM4z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0tylnX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0uOCUq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ub7n5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0uooUq{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0uxWOb{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0v2ZTM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0v2hNY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0v2lc8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0v8Syw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0vM3Hj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0vU69X-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0vauLd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0vuszu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0vvMCY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0vwkww-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0vza83-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0w96hA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0wBRmm-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0wNNJ9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0wOasP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0wRUsy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0wXbyn{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0wYpJw-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0x1tAQ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:215px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0xMo8R-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0xPwQT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0xd5L4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0xf4hx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0xirK5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0y2MBX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0yIDZM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0yIIUu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0yNSie-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0ySaIR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0yTfIS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0z508i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0zF8D8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0zGesm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0zSgcu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-0zt9Nb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-10583p{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1086d4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-10DzEp-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-10GqwY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-10TLpv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-10b594-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-10ocKd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-116k3Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-117tmX{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-11CHHH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-11DwDv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-11NOFg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-11QbIM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-11bR14-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-11bj6n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-11fc7S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-11ievn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-11mg0D-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-11n3AZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-12Ojh5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-12RiMI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-12Yp97-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-12uCl3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-134ZPH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-13HhAX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-13K4OD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-13VEfz-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-13WDTd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-13Xb1N{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-13e5cT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-13xOP6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-146Y5M{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:215px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-14SLsG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-14smyG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-14wMvM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-14wmyM-ds{
border-radius:17px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-159LD8{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
height:656px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-15GVVa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-15GWtr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-15JbXs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-15Lc8z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-15Uv7d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-15WbWI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-15X1lp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-15l3eL-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-15wLki-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-163lJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-16XEs5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-17O4qf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-17P8k4{
border-radius:30px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-17QQfq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-17YJQL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-17fYxM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-17huCn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-17uHqK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-17yUqq{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-18JC8j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-18Nkpd-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-18NtNO{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
padding-inline-end:calc(var(--pu-space)*2) !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
width:auto !important;
padding-bottom:calc(var(--pu-space)*0) !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-18SWPH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-18edxN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-18vsuv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-18wTDt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-18wppx-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-18yRiJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-193ESd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-193aHe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-194mWO-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-197Pfe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-19TFjG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-19b1YC{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-19dAS1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-19l5Rj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-19lIMS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-19qRKC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-19tClI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-19yCCr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1A1acT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1A5oS3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ALQkH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1AcP26-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1AeeMV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1AgvHp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Ah8PB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1AjrdC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Almtf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1As5Jc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1AtLdo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1BKFmC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1BL9qm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1BLalZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1BeNxl-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Bgqtf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Bj3pZ{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1BmgMA-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1C5VP1{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1CBgzu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1CJeQD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1CXxBE-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ChWCM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1CkoEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1CpR5h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Cq93u-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1CsR0E-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Ctfop{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1D8HN6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1DBZMR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1DH3PO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1DKIge-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1DKj6v{
color:var(--black) !important;
background-color:var(--brand-color-secondary) !important;
padding-left:24px !important;
font-size:16px !important;
width:280px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*3.75) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1DKkDx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1DKuNz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1DQ2a6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1DR7JK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1DkYco-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ECJ3i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1EeTpF-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1EpIt9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1FQjN2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1FZmnK{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Fb4rN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1FcQhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1FrPSs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1FyrMb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1G2Kh4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1G456L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1G5jy4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1GG0uS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1GPAQg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1GdXWH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1GieBC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1H0326-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1H5woI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1H7sw9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1HMcy6-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1HWe1b-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1HaWam-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1HpIoF-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1HtDJD{
width:94% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1HzFTs-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1I3MtZ-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1IOCFA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1J1pgj{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1JED8p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1JLEVG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1JMdyB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1JQTZT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Jb3mU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1JgaDn:hover{
background-color:var(--phw-custom-jet-purple5b3d5bff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1JjGim-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Jlfcg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1JukkI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1JwMbo-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1K6uZy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1K8Z6I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1KFeK7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1KI0uA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1KK6cL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1KZnOo-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Kfq9v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Khfvj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1KvlsJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1L1g7M-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1L9Nez-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1LGipb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1LRKJF-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1LmdHn-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Lp50R-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1LqjoS-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1LrO2y-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Lukjh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1LvG6O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1LxSA0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1LyC3P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1MJZxf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1MKGSj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1MNLHm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1MNXJz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1MZlHF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Mmu03-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1MnWPm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Ms9mO-ds{
background-image:url("") !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1N005S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1N9QBz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1NXnXF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1OM6Hj-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ORXrN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1OW9Ls-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Of8GB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1OoBGk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1PAen5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1PUUfq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Pf3Sb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1PkaB6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1QE6av-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1QEaaH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1QK1FY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1QKjzA-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1QP6t9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1R0uP0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1RBMdd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1RDKvT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1RGK77{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1RQfqD{
width:380px !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1RUdSp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1RV56G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1RcM1o-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1RjDSA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Rx4Ke-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1S9zjW-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1SODrx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1SU2na-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1SVEE0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Sqm21-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1SsiTL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Ssy1U-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1SxeEx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1SyXiq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1T4oES-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1T7BlM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1T8oKP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1TDvw9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1TPZI9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ToExx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ToUGT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1U2TOo-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1UOHgM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1UUyUb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1UVPgI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1UZIrt-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1UchU5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1UjVC9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1VLx2R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1VMBAc-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1VQ9zq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1VWHXW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1VlSYn-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1VlY72-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Vm80Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1VsDDu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Vyxdy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1W01KF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1W3wSS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1W7vpm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1WCFSX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1WLIVi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1WLOPI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1WTLuX-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1WTNRg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1WWkxR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1WbNNq-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Wgszb{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Wgyuk{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1WnkGv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Wsz1i-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1WzP4S-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1XBsps{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1XORDe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1XS9YQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Xfihl-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Xo00P-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Y7H6Q-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1YHGVZ{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
width:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Ygbav-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Z2mbZ{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
margin-inline-start:calc(var(--mu-space)*2.5) !important;
width:auto !important;
text-align:center !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1Z7wVT{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ZBwHT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ZRP8i-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1aCNy6-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1aCnX6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1aGrHV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1aHFJ4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1aLl56-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1aNDLw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1aOhhc-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1aQoqS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1aWxFn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1aa2rT{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ar1hc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1b7hpb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1bKeNP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1be463-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1bkZ8s-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1c1xnA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1c25Wu-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1cLsFp-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1cLzPp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1cQQy1-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1cROFP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1cS43A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1cUB1t{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1d5luV-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1d6eyw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1d6m38-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1dCa5I-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1dDHts{
font-size:var(--cms-g-mobile-header) !important;
width:80% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1dLl6w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1dZybR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1de7jR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1dr1wo-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1eGoqR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1egBb5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1emIeC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ezYPN-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1f8Hry-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1fAXeS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1fBHQf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1fMRi6{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1fN6jW{
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:48px !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1fcLEH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1flOoM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1fpNw3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1g2X5G-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1g4Gfx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1gGMD6{
box-shadow:var(--box-shadow-style-1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1gM9vk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1gWOPm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1grfOo{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:200px !important;
width:456px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1gsrOL-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1h7gz3-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1hmgZK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1hwqWE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1i4mXz{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1iAH2W-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1iFCrK-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1iJEiL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1iP5rU-ds{
border-radius:17px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1iTLTX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1iZbBE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1igSo7-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1igcn3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1iqG0V-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1iutf5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1j21Iv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1j5FgR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1jNDE1-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1jO43v{
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1jeyvM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1jjPTU-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1jpPxb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1jr3al-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1k3CkO-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1kEDT7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1kHMLd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1kUBGU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1kd1GI-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1kn78O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1kucoI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1l2AKW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1l5gwJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1l7fGm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1l9oq8-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1lddbG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1lgzNG{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1m2C4P-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1mLWW8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1mMO0F-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1mOcVY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1maoah-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1md3OE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1meXTw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1mk3Bn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1mqki7{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1n1kn3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1n6G8f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1n8Tgm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1nG4pb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1nefTC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ngkkP-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1nhTKm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1o76lg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1oCOrv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1oK5ti-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1oKzhU{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.1 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1oQicX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1oYA7s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1omEtt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ozyeu{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1p7XX8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1pOfpP-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1pPTfy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1pWTmu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1pXix8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1puXV3{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1qeNiD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1qjFcZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1qjToo{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1qvX4h{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1qyQ8A{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1r06BS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1r6epG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1rJmYP-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1rOaei-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1rUNpW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1rc8tO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1rjbpz-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1rl55U-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1rsKaN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ryDoA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1s8V38{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1s97qS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1sOB47-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1sR4gG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1sRKPZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1t6ZqW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1tGIAO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1tIHdt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1tLrIR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1tM9Fp-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1tTosL-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1tU4m2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1tUvtP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1taPq1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1tbj7d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1tei82-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1to5d0-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1to5d0-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1tqLBW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-1tqWGd{
height:auto !important;
line-height:1.2 !important;
width:auto !important;
margin-bottom:calc(var(--mu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1u6NcF-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1u7hFu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1uMiea-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1uOb9K-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1uZ3oR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1unOqe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1uqxcX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1uw63v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1v1BBQ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1v5Yf8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1vA2hs-ds{
border-radius:31px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1vCT1m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1vJUyR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1vKufY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1vTgN3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1w7GLx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1wV3zC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1wWhYf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1wjT8r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1wu3fI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1wuNmx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1wz42o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1x17B8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1x3LLJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1x5XzK{
width:380px !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1xKjVm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1xXgDY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1xdVQe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1xgrLM-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1xnRsf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1y0jup-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1yGe6s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ydW4j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1ykDvt{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1yprDA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1yxsfN-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1zJymM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1zgcym-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1znYQV-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1zpuvG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2038F6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-204aJc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-20DGLZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-20GkaO{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:40px !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-20NMEu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-20PU2o-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-20SSoq{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-20UAtA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-20UqE1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-20u8KK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-217Vr4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-21BHWW{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-21LaRA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-21UrV6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-21V8fN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-21Xj6H{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-21e4C2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-21i1yq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-229zxZ{
margin-inline-end:calc(var(--mu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-22EGn2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-22P6ez-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-22Rfyl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-22jgnU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-22xTqt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-23CKgx-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-23CqJG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-23KSwR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-23OCll{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-23OLco-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/Capture-1596712067406.png") !important;
background-size:cover !important;
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-23iqNR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-23mrAe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-244tic-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-24GpPi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-24OAHl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-24v02a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-259Rfe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-25FNHJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-25MGeP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-25P4tM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-25SJyH{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-25as2j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-25bOtX{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-25r5Ko-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-25u49H-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-26DmWv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-26y2r8-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-271BVH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-27AVXJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-27GEx7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-27R62s-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-27faVX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-27nA76-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-27wIOT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-28H3U4{
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-298A5L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-299gp1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-29MwGM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-29ZLUJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-29gNfs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-29ofEz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-29p0Tq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-29uRNX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2AGasw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2AHvmA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ALJPo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2AZN5O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Av65r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2AxGCq{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2B655u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2BH1RR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2BIKvT-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2BQoS9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2BVeGl-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2BZiba-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2BhHlk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Bmj7U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2BvMWU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2C6u7s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2CAD1x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2CAKH8-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2CBYrF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2CG54t-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2CGjZa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2CNAgS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2CQ6jz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2CjUMN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2CuTfq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2D1giA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2D67RZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2D7PLE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2D9wXO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2DCG04{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2DEc9b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2DNCEb{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgmarketing-1740542026885.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2DPTjK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2DTgKm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2DUBbD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2DnEVJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Dq08n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2DzxVJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2E1H8V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2E3GxB{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2E4l61{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ENp7a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2EUHLE-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2EdDSS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2EiVmF-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ElEcJ{
background-image:none !important;
color:var(--black) !important;
padding-left:24px !important;
font-size:16px !important;
padding-right:24px !important;
width:auto !important;
margin-inline-start:calc(var(--mu-space)*6.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2EprHE-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Eq6xF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Eyrm5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2F7Y34-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2FcLWO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Ff6FR{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2FqlU3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2FtdkA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2FvxAH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2G0zbf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2GBLgv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2GEYaD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2GYwPl-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/Capture-1596712067406.png") !important;
background-size:cover !important;
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2HeUT3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2HuJP8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2I8aTj{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2I8kOW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2IFMx1-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2IQB7W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2IkllT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2JOQTO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2JRSD2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2JicVz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2JwbJv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2KFKOJ-ds{
background-image:url("") !important;
background-size:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2KFOF2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2KPGqk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2KPbg1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2KPnaO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2KPwJD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2KRsQS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2KZDdS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2LAbpK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2LBCTT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2LF9CK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2LeRBS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Lgdi0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Li1ZT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Lj84T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Lq3bp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2LqEYX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2MBFys{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2MDEOy{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
width:448px !important;
margin-inline-start:auto !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2MF7s2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2MJ3fW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2MTot5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2MiBVk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2NBcd7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2NO01m-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2NV3U2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Nnavr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Nq80a-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2NqdpP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Nr5JT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2O65ao-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2O6H73-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2O8Pt4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2OHLLs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2OOwwp-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2OQl4f{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2OZf0H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2OgNgp-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2OmSOd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2OpF1G-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2OsNln-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2P69Mr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2P7V9f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2P9lor-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2PAQwG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2PB0Yg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2PD9wZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2PGShu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2PJIR5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2PKZrg{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2PUgjj{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Po1Jo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2PocAb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2PzSbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2QBhoq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2QKsuK-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Qk4eM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Qmpoz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Qt7YC-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2RIAEz{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2RMg7j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2RQOIy{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2RUPcB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2RW96s-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2RXRSo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Re60Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Rsmpp-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2S6hcX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2SCmu2{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2SjTNX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2SmbUc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Sr7es-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2SuPHX-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2T0BYx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2TKvXi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2TL8Xd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2TLL42-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2TRf9u-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2TmWp4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2TwhvT-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2TyuOO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2U1ivk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2U4Zst-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ULLoE{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
font-size:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2UOY0I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2VU0WP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2VnwKU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2VwIUV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2VxP89-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2VzoVi-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2W4acA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2WAfiy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2WAph7{
width:320px !important;
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2WHk1Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2WMOnm{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2WOwzr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2WPOm7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2WX8nQ-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2WZp1i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2WkJsJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2WmZ3D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2X2IyV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2XEK7o{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:448px !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2XSiak-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2XVXzn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2XgsMI-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2XtL6J{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2XxUaY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2YEUFF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2YI0zo{
background-image:none !important;
color:var(--black) !important;
font-size:16px !important;
padding-left:24px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2YRlxv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2YUBQ8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2YcLgI{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
width:180px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Yd6iQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Z95x5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ZFcg8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ZOZVv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ZPLq1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ZXeEj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ZZ0GE-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Zat2c-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Zbc9E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Zcr4y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ZeLo1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ZhsyC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Zjld2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ZnUIW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2Zysxp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2a5Xbc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2a7SDZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2aAsrJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2aAtZD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2aI4Zd{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2aIoEu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2aeSw3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2anvMH-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2aoBUm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2apvyx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2aqNiU{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2b62Xl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2bUH4w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2bYqBL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2c4eKa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2c97mX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2c99FI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2c9HTe-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2cSZEw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2cWart-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2cuAuM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2cuPx6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2cxj6j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2d0rOI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2dIuI7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2dMjsk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2dOvlI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2dRMtm-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2dUnop-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2dgRuV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2dtAEX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2e4Q9C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2eBMtI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2eKpi8-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2eURcj-ds{
border-radius:8px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2eVZWQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ekmGQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2epgvQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2f28B4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2fHsHf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2fMJv8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2fPpYJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2fRWjd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2fV0uZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2fofdG{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ftvqd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2g95K5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2gJjDC-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2gJruY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2gKP3s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2gOR4V-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2gQF3R{
font-size:max(calc(var(--font-size-15)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2gaVpk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2geQpK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2grKMh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2gtN7B-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2h9M4X-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2hCmHH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2hIRjj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2hLpk8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2hMnLx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2hMrGY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2hP7Gh{
font-weight:inherit !important;
font-size:42px !important;
line-height:1 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2hWjpD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-2htZ68{
border-width:1px !important;
border-bottom-width:0px !important;
border-color:var(--brand-color-primary) !important;
border-top-color:var(--phw-custom-footer-dividerefedeaff) !important;
border-style:solid !important;
border-top-style:solid !important;
max-height:52px !important;
height:52px !important;
border-inline-end-width:0px !important;
border-inline-start-width:0px !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2hu9OX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2hyokw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2iIfIc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2iLatx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2iXyDV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ibXT0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ii5C8-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2itQAS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2iy3At-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2jLkFV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2jWORQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2jgk20-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2jirTd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2jrCZZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2jrg9g{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2jvnX4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2jxbxp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2k2j4L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2kMWBO-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2kW9cy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2kp1mB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2kqRWK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2lETot-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2lYKHy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2lslPj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2lujJd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2lv4PH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-2m4vNU{
padding-top:calc(var(--pu-space)*5) !important;
margin-bottom:calc(var(--mu-space)*0) !important;
margin-top:calc(var(--mu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2m7c6z{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2mVrHJ{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2mWnbJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2mi9GD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2mwo7O-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2nn2xs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2nyTvg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2nzBks-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2o5sIP{
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2oHLLE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2oQ82F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2oTWrR-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2oaF4F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2oav0Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2olvXr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2p4faS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2pbRjZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2pkcLr{
padding-top:calc(var(--pu-space)*3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B8q4Oc:hover .phw-g-i-2pwEA3{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2px37g-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2pzKIx{
font-size:max(calc(var(--font-size-15)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2q5lTI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2qGOsb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2qGhlm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2qK952-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2qdU8H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2qwuJ8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2qxxCI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2r6Eq5-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2rBOaz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2rGYq4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2rYh1e-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2rjGKs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2rnmRx-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2roXBw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2rreKb{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2rxrBM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2sKnYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2sLTmS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2sglrx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2sqzvs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2sr69Y-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2st5Mu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2t4SzD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2tJKOr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2tV2k6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2tZjSH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2u8Jz3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2uElBD-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2uJHZv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2uUb0j-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ubwLI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ufA2g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2um7nz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2utJWo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2uuNx9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2v9qct-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2vKrBp{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2vPdrn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2vVS1n-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2vcjqD{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2w9qa3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2wFlvp-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2wKagh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2wgl7E-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2wrmNb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2wtHhB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2wyRSA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2x5juQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2xGU7j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2xYKEF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2xYvLp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2xbAxl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2xklRk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2xrn9k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2yAoRf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2yJWwt-ds{
border-radius:17px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2yNpYz-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2ySHWt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2yqFoa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2yr0Xt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2z0VPz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2z0zXk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2zIW6X-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2zMTLA-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2zN2M6-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2zPwdF{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-2zX8Zv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-30H9aZ{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-30M5yS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-30W4VN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-30WlqO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-30iHdd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-30ieKF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-30uaEh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-318HeA-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-318S5j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-31AIlY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-31H8Kf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-31RoCV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-31Rzak-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-31avbX-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-31mSum-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-31nKYp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-31qOb1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-31uYeM{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-31urkU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-320BD4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-32LEF5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-32NxDD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-32SaQl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-32VulP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-32XGdA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-32gzxR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-32kKiV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-32pXdx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-32sj9s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-338hPw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-33DNWy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-33RvuS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-33eU22-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-33oUcb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-34BPu1-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-34C2Uq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-34D4UD{
border-width:1px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-34SWWC{
font-size:16px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-34Ut0h-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-34YH1L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-34eJc2{
width:380px !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-34hQEs-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-34nLzP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-35C2ji-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-35ClfJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-35EQ3l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-35XVEy-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-35np8e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-35opk4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-35tF2b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-35xEv5{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-363ioT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-36MotG{
background-image:none !important;
color:var(--black) !important;
padding-left:24px !important;
font-size:16px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:260px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-36QVCl-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-36gxpB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-36xlrb{
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-376Gdq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-378Sma-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-37CmAZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-37DINx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-37DQKv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-37EvNp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-37MLZz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-37MSJQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-37O54Y{
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-37PgYN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-37pMDG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-37sNwj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-38G9em-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-38O9AZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-38SXa0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-38gGlX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-38wcWN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-390poI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-39E8R1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-39MrqD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-39OKCY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-39P8Pj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-39Qjr0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-39TKlh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-39fZfo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3A2n47-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3AQ0jw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3AzEav{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3BEnpg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3BT4tr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Bgq0R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Bizmi-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3BpwX0{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3BrJdc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Btrez-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3BvyKs{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3BzDas-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3CCX5v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3CWd4l-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3CiLft-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Csz9W-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3DBr8J-ds{
cursor:pointer !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3DFG58-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3DJeTd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3DOTFs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3DTpHM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3DUZsZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3DaY2z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3DbiSJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3DpGpi{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3E0CZC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3E491v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3EENUY-ds{
border-radius:31px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3EHjTg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ELhWT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ETuHP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ExWWc{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3F2Z0B-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3F50nG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3FCJBd{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
width:447px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
text-align:start !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3FDxcP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3FHmvZ{
background-image:none !important;
color:var(--black) !important;
font-size:16px !important;
padding-left:24px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3FIWCz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3FLQ6Y-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3FQpQh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3FS3Ev-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3FVgkT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3FeBzJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Fkde9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3FlTzQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3G2POW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3GPwsF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Gm4KE-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3GolDx-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3GvoJl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3H5RbO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3HB0R2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3HSZLH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3HVLUj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3HbCUI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Hgmcw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Hn79h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3IC3XN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3IEANm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3IMN78-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3IVoKb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3IcfbU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3JHJY5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3JP8Rp{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3KJhIL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Kedw0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3KiOUg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3KtbrY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Ktrd5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3KwZbz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3LFVvk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3LN2Ud-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Ld88Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3LoS5b-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3LobqA{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3M4lia-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3MIPNf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3MPVep-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3MdEfr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3MdS0R-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Mefwd-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3MfnGn{
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3MhPWh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Mni3r-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Mo23o-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3MuDCt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3N7Dii-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3NF8Cq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3NJRSZ-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3NKR41-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3NPnMu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3NQaCO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3NSnb6-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3NVh07-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3NoP0e-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3O3qk5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3OUTS9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3OhIPO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3OkTfe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3OuAHO-ds{
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3PFqep-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3PVlva{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3PZNoT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Pc8jl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3PeFuG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Ps0JO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3PyUf6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Q9PUB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3QWNat-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Qc417-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3QfaQ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3QsYMM-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3QsYMM-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3QvnRc-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3QwbUI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3QzN6d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3R6sSy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3RBfd0{
font-size:var(--phw-g-input-label-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3RWpk0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3RXvFM-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Ru2o7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Rybxd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3S8ak0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3SAOJ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3SDF49-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3SHtIQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3SNH0y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3SSMFK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3SbmII-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ShXda-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3SoSMw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3SoVkp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Suc2S-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3SwoTn{
font-size:var(--body-font-size) !important;
text-decoration:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3SzlhQ{
width:473.333px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3TLzwL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3TqN88-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3TtO4P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3U4r5s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3UGDcO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3UNxvq-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3UcfmZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3UnXwR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Ut3IX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3VCu12-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3VoLE9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3WKNFF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3WWD4X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3WeEfa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3WjiWF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3WnIVr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3WsYIO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3WzAZa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3X0vED-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3XDPXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3XG38W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3XIRQK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3XVrpF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3XhlDK{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3XkEMa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Y1b9q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Y3PQE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3YHcKi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3YMObr-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3YWBFz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3YyJQH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Z5ts3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ZV1rp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3Zlchg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ZvYjL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3a247z{
padding-bottom:calc(var(--pu-space)*3.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3a8GAb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3aDwHE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3aFnel-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3aTkhU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3aZ2XV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3aerk0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3aeyuC{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3b8FGc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3b9MwG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3bEUXg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3bGezQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3bPN70-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3bPscy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3bTpoc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3bYHFg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3bZYww-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3bitI3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3bj0wB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3brk30-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3c4Dou-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3c4vdk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3cNyNH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3cVVCr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3celiG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3cf8H4-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3cqpDq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3cxy21-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3cyBUR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3dGDv8-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3dPUYO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3dTPfW-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3dTRDZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ddd3Z{
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
width:40px !important;
height:40px !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3dlYkG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3dzObv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3eDRgk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3eXAIJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3eahPO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3f49pz-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3fGe5s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3fIzgi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3fOMMK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3g7qwL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3gRwsd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3gWqSK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3glooR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3h0XZM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3hOoMz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3hPSaQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3haW51-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3hfjp0-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3hozYS-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3hrKjx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3hu8nD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3hv4JM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3hxfnl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3hyIeg-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3hymwG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3i1zJO-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3i3Tty-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3i6DDW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3i89ss-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3iI8n9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3iS0WY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3iYLsZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3idnRp-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3if7eG{
font-size:20px !important;
width:436px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ioHB7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ipkJP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3j63t1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3jBBW0-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3jL7wr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3jQeMt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3jZbnq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3jaicL-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3jm8MG-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3jpoiz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3jzBbD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3k4E0a-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3kGKbw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3kHfRx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3kL0of-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3kMVjC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3kSyJz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3kfJBZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3kiq3o-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3kjvqS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3kl9w6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3kmw7k{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ko7Qe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3l4h7k-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3l747H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3lM0np-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3lnMu3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3lv7j8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3m38ag-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3mNJis-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3mrTla-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3n2fCR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3n4dKw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3n8mjW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3nApIX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3nQzzE-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3nS4U9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3nWE6W{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3nZaoe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3njUtG-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3nu7NX{
}
.phw-g-i-3nu7NX img{
aspect-ratio:1/1 !important;
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3nxrsF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3o0MFr-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3o7KKj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3o88eg-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3oLx3p-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3oOsb7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3oRF63-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3oZTl4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ogy2i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3oi2fI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3oqzRs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3p3ClL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3p5gju-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3pJF54-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3pNwND-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3poHor-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3q3Isp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3qWB4z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3qaeOt-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3r1UZJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3rGkrt{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-3rM1US{
padding-top:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3rWIRb{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3rhZjh{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3sC9IQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3sIuf5{
font-size:var(--cms-g-nav-items) !important;
border-width:0px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3sMuzp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3sTNlr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3saLwV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3se4Tr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3sje3O-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3soXz1-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3tMSGR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3tQgD3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3tYbFO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3thUGQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ttiJc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3u2IeH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3u6heO{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3u9A2o-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3uBdxT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3uGTcf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3uMIhh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3uQvtQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ueIfY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3vBqJf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3vUO8Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3vXU0J-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3vcIwF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3vjHnz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3vlGKP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3vqKSa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3w5dnE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3wJoXP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3wLMox-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3wguLp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3wmcLE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3wwHc2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3xPob5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3xaLvx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3xepJb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3xmZ0P-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3xz7s9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3y9gNo{
padding-top:calc(var(--pu-space)*3.75) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3yJiq3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3yLwzA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ymha8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3z1yO4{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3zby9W-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3zozjJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3zs2oA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3ztUzE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3zugEp-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-3zyFCb{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-400iCt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-403Pum-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-40QcGK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-40SmEb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-40WB8f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-40kaOA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-40zkPP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-41GdOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-41UIli-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-41nkfT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-42D08t-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-42GPQg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-42ak7k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-42pIGE{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:28px !important;
line-height:44px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-43DswT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-43PtK3-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-43RzGF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-43SxUZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-43TtPY-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-43WtI1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-43YDl4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-43bpd5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-43nWW1-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-43p8FT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-43tSz1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-44BnLO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-44TNhH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-44XyNI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-44ctxf-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-44mOSo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-44true-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-456Lbg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-456N18-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-457rbD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-459q8G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-45AqP8{
color:var(--black) !important;
background-color:var(--brand-color-secondary) !important;
padding-left:24px !important;
font-size:16px !important;
width:330px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-45CYLH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-45IL7h-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-45IWNV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-45Iq1h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-45J4t7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-45OyhG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-45Ruep-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-45Y6Ch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-45kqZc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-45vgVj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4606Ct-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-46G4tD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-46ROWP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-46Yz0K-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-46bEAn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-46gXhe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-46j61M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-46lFze-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-470QXi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4725uR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-475ejk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-476P5j-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-47K0vm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-47PnKD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-47TDOF-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-47Umj3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-47XuIo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-47aVNF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-47cl82-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-47dz5o-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-480nm5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4895le-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-48H3WT-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-48HRFb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-48U6Tr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-48ipjd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-496ofH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-49AEtO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-49NMhB-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-49ShDk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-49jUkl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-49rEdL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4A5NUD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4A8Kin-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4AE2PP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4AK7Ir-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4AWMoJ-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Aj53q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Aj5pf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Ao36G-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4B1aMu{
padding-top:calc(var(--pu-space)*15) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4B2RyP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4B9fwF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Bb9Y9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Ben2T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4BoBxN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4BswSa{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4CGjHx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4CSrRt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Cd4iH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Cfo2R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Co5D2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4CpbdR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4CpgQY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Cv4wu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4CvSn8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4CxH3e{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4D5bVl-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4D5nx5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4DheS3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Dxlw2-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4EATdS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4EIdeJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4EbSF2-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4EgggX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Ehdz5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4ExDfz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4FSIQt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4FVux5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4FW5uk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4FYhcC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4FYzqe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4FohkN{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4G88Hs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4GEIno-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4GF9zN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4GY3qx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4GgPzs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4GqpPU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Gsrb3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Gx8LM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4H2Jrp{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4HADh1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4HEvea-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4HS7ex-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4I4RYZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4I9d3r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4IAyUi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4IuAMN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4IvWdR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4IyiZV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4IzAPv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4JKj6e-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4JUBTA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4JaH4f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4JmshC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4JmucC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4JnnHG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Jrfd7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4JuRAr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4K312l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4KL5pw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4KcRLM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4KcRRz-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4LKEwF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4LORCb-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4LQgGR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4LpMaC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4LyE7e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4M1noh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4M4oNN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4M60Hj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4MYSZS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4N1UKb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4N8Gvv{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:20px !important;
width:400px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4NNrqH-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4NVF5w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4NVgAw-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4NhEHF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Nin2f-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4NpdIq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4NrD9X-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4O0oad-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4O9iyl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4OCneN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4OF6uU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4ONXwT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4OeXON{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4OhJcd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4OjHNz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4OmZuW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Opg7T-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4P0D3z-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4P44DV-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4P9dUC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4PA7In-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4PI3xx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4PIhjE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4PJFah-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4PKEr1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4POjTz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4PXUsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4PZWvD-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Pkl2o{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgoperations-1740641628522.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Q5WHa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4QVho1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4QcS5i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Qpbkn-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4QryAv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4RA9ez-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4RCLOC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4RSTnn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4RaB44-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4RdR9U-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Rh7JA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4S3Tzt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4S3lpo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4SDEJC{
height:480px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4SHQZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4SQsjU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4STXDd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4STbpG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4SataX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4SbGeU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4SlgRp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4SnStA-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4SwUD7-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Swnx8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4T9dZx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4TM3iF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4TZimz{
padding-bottom:calc(var(--pu-space)*3.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4TjBnd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4TlHC6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4TlaXp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4TmoLH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Tq6RI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4TqOKp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4UA3IL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4UFT4V-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4UKLVu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4ULUZv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4UMQzm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4UXlSX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4V00O5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4V2BG1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4V4XuF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4V5ZBG{
fill:var(--phw-custom-icon-whiteffffffff) !important;
width:40px !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4V5q3D-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4VATc3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4VHtFV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4VIvfG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4VPqYi-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4VapDv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4VyZRP{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4W3nhZ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4W8HaM-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4WACBJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4WEe3V-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4WH53W{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4WV60n-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4WVBOd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4WydEs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4X4zSM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4X6YBc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4XB67l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4XIpBE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4XTJ6v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4XXl6x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4XeEc6-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4XfDQc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4XjxU3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4XkX4a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4XunWU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Y3lip-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Y3pmE-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Y7nSB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Y8frz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4YBNxg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4YCYoj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4YFXuC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4YQsva-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Yfefb-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Yz0Oe{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Yz0Oe:hover{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-4Yz0Oe:focus{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-4Yz0Oe:active{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Z019g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Z6wLn-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Z8o68-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4ZBbSt-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4ZDiFq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4Zkn2q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4ZlF9K{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4ZreJK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4aJV5M-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4aLB1Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4aLXCl{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--body-font-size) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4aS6RW-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4aWhgx-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4ajpFC{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:215px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4axAxg{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4axLru-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4b2FvV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4bFrkq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4bFzLd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4bbGEE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4bbSTd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4blaDR-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4br8Vz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4bx36u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4c5vg8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4c6E4D{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4c97Fd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4cK2hZ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4cUg3f{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4cagMZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4cdO9o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4ctWCU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4cthXf-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4cyOBH-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4d7AZ4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4dgEnr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4dp8C0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4dxw84{
}
.phw-g-i-4dxw84 img{
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4e6E4w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4eByFP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4eDg54{
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4eEVIs-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4eYVXC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4eepXR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4f4tGV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4f7GYt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4fAEzt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4fAh90-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4fQ6jk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4fRL5N-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4fXPMl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4fbix0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4ftdY3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4fuZdT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4g2kLO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4gCW59-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4gMpEu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4gRE2z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4gS2oH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4gZjD4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4geKHV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4gecss-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4glqZX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4gmyhL{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4gwavM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4h4k94-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4h5R7N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4h6UFo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4iXy10-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4idCYM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4ixkM5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4j7WYp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4jGaIW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4jOefV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4jS6ZQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4jbLK0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4jpCfo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4kK720-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4kYEIo-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4l7elG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4lDujO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4lFwxm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4lHAx8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4lXchA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4lYVwz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4lZDm5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4lfr8c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4loXLe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4lrOC5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4m1Qft-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4m5jPt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4m7bYQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4m8ZVB-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4mIoQ1{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4mJt3w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4mtwP6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4n46EH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4nH5Q0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4nK5NT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4o1BGb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4o1q3G-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4o7k4f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4o7kij{
border-top-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0.125) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4oMzyB{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4oP9TQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4oRbtA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4oVMvi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4omqgv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4oreHy{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4osksO-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4otnc2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4pINnT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4pPN3T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4pc89Y-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4pjtXV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4psRD7-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4pyXJB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4pzVag-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4q3mjW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4qpdUX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4qyTkp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4r2YHM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4rGZbk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4rPhQx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4rdknb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4rjgag-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4rjkU8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4rp1l2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4sHRK9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4sHeS3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4sJdfQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4sZXAN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4sidCH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4sl7fn{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4t8wul-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4uQJ4i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4uVK8P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4uef1o{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4uowzW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4up7kB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4uqIjR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4v140V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4v1pPv-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4vERdA{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4vIRGH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4vNdb2-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4vVVD9-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4vbcSi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4vppWO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4w6ArW{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4w8EYo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4wAGzu-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4wAVOb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4wDiB9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4wLrjj{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4wUZWI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4wZAbn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4wbW0K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4whxlH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4wuNOV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4xDU5Z{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4xRZd8{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:215px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4xkFUE-ds{
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4xwUWr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4y0fUS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4yq4u7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4yv8G5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4yydFZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4zFhRp-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4zSJv3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4zbR0l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4zhSDI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4zjHfw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4zoFpy-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-4zuBzk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-506Kpa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-50WUe5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-50dC8B-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-50pbd2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-51BwEd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-51OR9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-51Rs2j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-51UAwg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-51WuRU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-51efkV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-51fgyY-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-51maUU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-529K33-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-52DikR{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-52F1wj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-52KyDo-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-52MzXz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-52pcnM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-52xwbW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5391ba-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-53jfs7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-53xZO8{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:56px !important;
line-height:1.2 !important;
text-align:start !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-53zPqF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-54Ejzh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-54TySb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-54VFRR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-54ZRSr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-54cP83-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-559LlK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-55Ec6l-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-55UzeV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-55ZfD6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-55tVoi{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-56Kf51-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-56PusW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-56YZSD{
color:var(--black) !important;
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
width:320px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-56bwTt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-56hfrC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-56ueQ4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-56zqCE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-573U5l-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-57FaFD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-57KtCy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-57X8yv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-57ftov-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-58954L{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-58V0HL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-58hS6Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-58inYG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-58mfUh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-58zOci-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-591HJm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-595nvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-59DOdG{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-59GXOQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-59kLXM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-59q8RN{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ABqG1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5AFU3c-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ALd4W-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5AaozX{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5AbY82-ds{
background-image:url("https://pp-cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/necessary-1720437577430.png") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5AmJmB-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ArRBa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5AuQUJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5B6T90-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5BCjV1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5BRa6s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5BZt4w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5BbKVn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5COcZZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5CQemy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5CTVGk-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5CW2ZU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ClLrW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5CxUQU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5DHgi5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5DyOcV-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5E0zLP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5E8IME-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ELf1p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5EOQ3R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Edzxh-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop_mozzarella-1629430259614.png") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5FE7eE-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5FQkxC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5FYO0z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5FoUbf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5GlLKt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Gp7Gh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5H1Bfi-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5HBKkb{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5HU2NH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5HWeOD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5HYfSF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5HZSa1{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5HkECr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Hlf0U-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Hq2FD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5HtzAw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Hugmr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5INYjS{
font-size:var(--phw-g-widget-title-font-size) !important;
line-height:56 !important;
color:var(--black) !important;
height:160px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5IQsqc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5IWfMO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5IZD5h-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Ih6VQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5IjhiC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Ijnle-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5InMo7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5It9Sr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5J2xM0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5JCHQN-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5JR0aX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5JWJVr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5JhaYa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5JvfxX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5K2G4g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5KFfJA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5KHiDw{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5KObm7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Kr8VY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5KvPwI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5L3guC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5LBANp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5LdCzN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5LdKsj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5LeOko-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5LkLKw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5LwExQ-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5MFi32-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5MLRAM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5MQJca-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5MayYs-ds{
border-width:1px !important;
border-style:solid !important;
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5MgBlI{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5MrUUL-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5N3s0i-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5NEdWz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5NIP5h{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5NIeIF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5NiHS5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5NtmHo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5O6d1A-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5OjPWR{
color:var(--black);
font-size:var(--font-size-8);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5OjPWR:hover{
color:var(--black);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5OmfAO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Opezc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Oq7mA-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Orkj2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5OuJm1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5PKbaA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5POYQd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5PYmx3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5PjJxe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Pm2rL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Pn0Qi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5PqiE7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5PrYOm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Q2Lx5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5QVy26-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5QnMlI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5R2uzA-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5R5jyH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5R6E8A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5RAPaj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5REXlG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5RFR9D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5RMsbc{
font-weight:inherit !important;
font-size:24px !important;
line-height:40px !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5S5o7P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5SB43I{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5SK7bW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5SNBkJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5SZRqE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5SjqwH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5SvYSf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5T7mS9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5TDFEv-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5TEo36{
height:280px !important;
max-height:245px !important;
}
.phw-g-i-5TEo36 img{
aspect-ratio:3/2 !important;
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5TbdLp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5TouJd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5TpDTS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Ts05X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5TzRoE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5U0ruC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5UJOnM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5UTB29-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5UamlN{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-5UfwlX{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Uh6nh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Uj594-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5UkShr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Uqkbl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5UredF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5V48cV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5V9z1D-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5VIrCq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5VRJ0i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5VZ2J5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5VdG0Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5VeUmC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5VgXh4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5VnJbv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Vo94B-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5VpQea-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Vt1Zz-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5WKHO8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5WSqc7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5WrFpP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Wwh1X-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5WxhZL{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5WzrDY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5XKiAv{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5XbqNV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5XdyEy-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5XnB86-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5XqwDF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5XzPfv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Y8nC1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5YBhbz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5YDP0i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5YGuCR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5YKOJl{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5Yf7jI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ZSXT9-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ZUgjf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ZjXhz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5a7QRw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5aSywX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5aVRvd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ac2bq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5agaVq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ap2xB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5b2icS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5b464m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5b4Wp8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5b9v2l-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5bDNwn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5bPxwE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5bV96F-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5baN6D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5balH2-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5bliBB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5c9WrH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5cC59N-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5cCmQG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5cEa9c{
border-top-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0.125) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5cHIvv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5cUlId-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5cjc9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5czzYG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5d2lFL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5dUSyZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5dVD6S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5dYEm0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5djtTW{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5dl7ds-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5dt2dm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5e4bQA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5e5zHG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5e9NkH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5eL34v-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5eVcEp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5eXdiE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ehk4w-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5erWNc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5erotm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5evtpR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5f7ZZC-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5f8xby-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5fBJRk{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5fCZKl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5fGDo4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5fZhti-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5fpM9a{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5fw6Fn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5gD2nJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5gHWxl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5gJckJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5gL44F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5gn04S{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5gsOhs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5guCRx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5gz6CD-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5hF2Nl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5hHAx1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5hSiIr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5hYwwB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5hv2HM-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5i0YtV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5iBGUr-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5iKWVg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5iSsab-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5iUdRS{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5irq5X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5j37cN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5j72cE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5jAn2L{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5jCH0s-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5jJC4e-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5jMxUe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5jNMFt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5jVaxT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5jwi5E-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5k3t2Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5k55mj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5k6Kif-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5kERR6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5kfZqh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ki6Fe{
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5kmufO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5kn5dS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5kySNh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5l2tNe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5l51e7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5l7Y8U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5lEHlr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5lGPlI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5lOAlq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5lPG90-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5lUgOd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5lXaiI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5lq1yU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5m3ZQV{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5m6Akt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5mR5tH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5meOvF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5mg3Za-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5nGc9H{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5nZIeb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5naDW0{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5nd5TW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5nv1Qp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5oEOyt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5oUFz7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ojcS4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5olVcp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5oqPnm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5oqnnE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5pw7jj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qDf4t-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qNYTz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qS69y-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qfDVf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qkYYV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qmfzH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qpE3p-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qsO15-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qslP5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qxoDj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5qztxT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5r0Lwa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5rQ4aD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5rSX9W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5rjcUb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5rljKa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5rvF7q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5rvNcp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5s2Wre-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5s3rvw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5sFRdQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5sIm8e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5sQBJB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5sQjaB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5sijo6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5smmEY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5tHwJy-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5tK9uq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5tTfBL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5tY7QN-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5te7By-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5tej2Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5tnsPC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5tsAmg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5tzxgl-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5u0XGw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5u0meK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5u4j8D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5u8kcS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5uEwrG-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5uIQk4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5uIrJ4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5uTp7A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ucx1S-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5ur30c-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5usMQ6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5vG0Eb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5vMD37{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5vQdTb-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5vT4Wv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5vaJYg{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5vhwvV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5vn95I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5wCaEy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5wCywV-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5wKU4C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5wktcg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5wpZbS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5wtrgP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5x42KC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5x6Wpt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5xA2Tf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5xMe27-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5yEqdD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5yJsUQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5yNS2m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5yTnC0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5yyWMv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5z32hQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5z3wdX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5z4nmU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5zBUNI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5zDlx7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5zYKkr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-5zr2PZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-606PBz-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-60Ci54-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-60LUTD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-60StOy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-60VpMf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-60m0bo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-60msNC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-613BHG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-61M3PE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-61rqFb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-623uXv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-624T20{
font-size:36px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-626EE2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-62HPHj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-62IrmK-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-62VT8x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-62YjSD{
}
.phw-g-i-62YjSD img{
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-62axrx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-62ej2q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-62lxl2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-62nEn8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-62uppb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-632DQv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-63B637-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-63EjIZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-63Nuzl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-63dQnk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-641IRq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-645gN0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-64Hojh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-64Ls9z-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-64Vzrl-ds{
background-image:url("") !important;
background-size:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-64ZO5k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-64aa4e-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-64fkjp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-64juSf-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-64oKDE-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-64yBnl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-65a2wm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-65aKjb-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-65nyJV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-65o3ma-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-65uWtM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-65yiEG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-661yYB{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-668wqM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-66WSLW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-66luaR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-66tPjO-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-66uyWG-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-66vxzb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6703Gb{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-671iYE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-677ldc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-67BKYb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-67HAh9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-67RIvu-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-67ULfO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-67cI2E-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-67gKuA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-67l2F0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-685ryv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-68E1i9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-68P4oW{
width:40px !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6940NX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6941n1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-69EJ1s-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-69J23j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-69MyF9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-69OII1-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6AEfo1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6AGz2N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6AJxKl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6AO9kG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6AlXi6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6AlzH7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Am9F0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6AnPsS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6AqIsc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6AwjXK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6B3sbF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6B4vW0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6BANnk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6BBVMI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6BEFQX{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6BZ5HL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6BcJmh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6BfH5q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6BnJ3p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6C18Yo-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6C2ZHB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6CJ0hg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6CcTDz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6CkTUD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Cp5Py-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6D7pKS{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
padding-inline-start:calc(var(--pu-space)*0.25) !important;
padding-inline-end:calc(var(--pu-space)*0.25) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6DEiqS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6DQMoD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6DVtl2{
padding-top:calc(var(--pu-space)*4) !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6DXaRU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6E9pxh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ECwHu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6EZ2pQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6EcIN9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6EnA5t-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6EsNcY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6EyeeS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6FDpNR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Ff1yi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6FpyG4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6FqXm7-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-6FwCtZ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6FwMIW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Fwtpi-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6FzCy1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6GRVeT{
color:var(--black) !important;
font-size:var(--phw-g-cards-title-font-size) !important;
height:56px !important;
width:400px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6GdXci-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6GlBTy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6GqqX2-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6GulL9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6GyvfL-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6H0P9P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6H4sTI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6HLlLZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6HV3qS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6HbF79-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6HvMk2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6IgT0K-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6IqUi8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6IwcKS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6IzPel-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6J62Mc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-6J7XIO{
margin-inline-start:calc(var(--mu-space)*0) !important;
margin-inline-end:calc(var(--mu-space)*0) !important;
margin-top:calc(var(--mu-space)*0) !important;
margin-bottom:calc(var(--mu-space)*0) !important;
height:104px !important;
max-height:104px !important;
min-height:104px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6J96BO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6JC6U5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6JWS5q{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6JglqU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6JjaiW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Jt9Hh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6KNdCc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6KZ9G0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Kgyku-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6KoCIl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6L75bl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6L8QU9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6LBGLU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6LFVPZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6LILre-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6LM9a6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6LPFkx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6LW1GE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6LZrUs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6LawTS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Lc1qU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6LjQiG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Lvg19-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6M8h1g{
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6MBZjP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6MEcBe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6MPMGR-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6MSMxF-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6N3B0I-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6NIeGR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6NZE5T-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6NZaCY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6NguXA-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Ns7Th-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Nxsxl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6OCYjk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ODeiu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6OFueB-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6OJZQ0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6OJnYk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6OKEkb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6OwXCc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6P9SrY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6PBALZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6PMwQ4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6PQxFZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6PXrpA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Pb9HF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Pnbxn-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6PpFxL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Pt9xx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Ptemv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Q6RZl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6QAGcz{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6QCpUL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6QCsxh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6QFiL4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6QXJcb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6QfUMN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6QjDva-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Qtecy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6QvhCY-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6R59rU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6R7mOs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6RAKta-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6RCmAw-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6RJ7nq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6RWuff{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6RamIj{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6RkEJs-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6RwvSf-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6S4ERq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6SA1CC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6SAUmb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6SLBhF-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6SWc8y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6SaUYr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6SvMJM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6SwgBE-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6T1nBe-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6TJGHB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6TJU7Z-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Tql9C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6TtApl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6TtBMn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6U0MeD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6U1Mgb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6UBgHI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6UIFMW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6UIaab-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6UPcRA-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6UUtwE{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Ud69Y-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6UgQ6W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6UluEQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6UpGNI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6UzXPx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Vgb9a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Vr2H0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6VvFqJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6VzEdV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6W14LU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6W2Jez-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6WBKtw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6WQmus-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Wn7mt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6X3xM1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6XEajM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6XXvUn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Xjof3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Xk5YY-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6XmaB2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Y7ZBK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Y9LLu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6YHnSJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6YW5k8-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6YXzbp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6YlyWP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6YttzJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6YwiOO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ZC1iB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ZaHSF-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ZqwNX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6Zr9Hh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6agxq8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6anByg-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6awkNh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6bK2pM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6bOift-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6bxZUW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6c66dR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6cDA02-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6cHvMu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6cJEuL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6cVVn4-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6cXMd0{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6cb3ko-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6cjz38-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6cufE2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6cuyuQ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6dGZjz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6dNLRe{
font-size:max(calc(var(--cms-g-nav-items)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6dXTet-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ddvjA-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6dklTt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6dmTpb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6dnF1H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6dwoyi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6e7B93-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6eGyVc-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6eKGtl{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6eKO84-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6eNKGZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6eRZVy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6eThf1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6edhLA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6eecOl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6eiVfU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6evtoo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6fBtEl{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6fCh7Z-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6fDIy3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6fPgQI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6fkvRf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6gFh3q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6gMBmh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6gQQ9c-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6gTngS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6gqQVv-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6gy6rk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6gysh7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6hBCYh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6hLS5s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6hMFGS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6hP7Ad{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6hPwmH-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6hmb3U-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6i00iK-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6iMJtX{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6iO4AH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6iVaNB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6iVqkX-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6iWB05-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6iaJV5-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ibOB4-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6iopHM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6j2NHn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6j5hPS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6jP6B5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6jQ5F6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6jSADz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6jWawK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6jvwy8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6k19vv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6k6kzS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6kCJkg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6kGZCk-ds{
border-radius:9px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6kLbYS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6kLiHO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6l7lqn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6lFO5P-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6lG2oK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6layTX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6lsCR5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6lwzxs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6mE1Dl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6mGb4g-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6mKZUJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6mTnr7{
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6mWm0B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6mZSci-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6nAcWS-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6nJt5b-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6nbJnO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6nfJK4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6noryN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6nsQ6k{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6o3hYI{
color:var(--black) !important;
background-color:var(--brand-color-secondary) !important;
padding-left:24px !important;
font-size:16px !important;
width:280px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*3.75) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6oGkNV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6oHpIA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6oMhgm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6oPE6f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6oTbQr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6oag1J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6omFNg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6otOYd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6p4KYL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6p8eao-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6p98bL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6pS530-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6pSj6k{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6peZ10-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6qQubc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ql0gO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6qpmaR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6r0ad9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6rEp6T-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6rIUFo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6rOMjB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6raUKM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6rh7Xh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6rsOG7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6s43CA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6sCFQt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6sE55G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6sGITc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6sGcCD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6sVroD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6sc2tZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6sfEmN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6shOc0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6tCy5W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6tLgHY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6tOGM3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6tQn47-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6tjouD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6towcX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6tpqlc-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6tps6g{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6u83Hk-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6uCZC7-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6uGKea-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6uZtxS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6udp74-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ujKuy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6umASF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6vHbHa-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6vesUb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6w4BeI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6wCmbl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6wKzdN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6wNrxr-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6wRDAp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6wcHDA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6wdTiP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6wdXCk-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6wiPqV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6wituw-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6wprzR-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6wyxKw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6x6TT2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6xFUKd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6xG4N6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6xJhCc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6xYlLL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6xaXNo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6xbTJY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6xjIJq-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6xpNFR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6xuTgg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6yDx2D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6yS7lN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6yTORP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6yWMHg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ykYaI{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6yv3sv{
font-size:var(--cms-g-small-font) !important;
color:var(--black) !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ywuzH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6yx4Dk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6yyei5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6zMeLz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6ziD9z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6zijL0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6zlEpw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6zmajk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-6zvrW2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-704SEz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-70Idwa-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-70UJFu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-70WiQz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-70bXt6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-70wi4t{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-713NWj-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71GKlE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71HlIF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71INCX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71Kv9y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71OHU2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71QYqZ-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71RQSM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71iC5L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71l8t9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71qeGE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71uzFl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-71y1YQ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-style:solid !important;
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-723tAz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-72LxU9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-72RqnF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-72Urno-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-72y08k-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-73HHcw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-73KTvL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-73XdBO-ds{
border-radius:31px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-73hnPr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-73m3Eo{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-73yIhW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-743OqF-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-74UG8H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-74UdZE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-74Ur5N-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-74WMUn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-74XAIe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-74hAwR-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-74lT2K-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-74sLWN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-74tJ2l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-752kKM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7588oP{
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-759Bl3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-75BTdU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xLQiSP:hover .phw-g-i-75MPNk{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S5nQsO:hover .phw-g-i-75MPNk{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-75xeeT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-75yNpt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-76K4BD-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-76l6dn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-77E9Rm-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-77HhfX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-77IZAi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-77IbvO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-77Tq0y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-77UdET-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-77UkcS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-77bgLj{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-77d6Ho-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-77n9oK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-77nKgb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-784fP5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-788iiU{
font-size:16px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-78BOPG{
line-height:1.2 !important;
height:125px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-78IvY2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-78VB1Z-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-78ZyHu-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-78aiT4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-78b2Sb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-78hCOb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-78t7Na-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-78v51n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7946kj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-79H1Rb{
height:32px !important;
width:190px !important;
max-height:32px !important;
max-width:190px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-79aium-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-79efrQ-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-79tGw1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-79tpkK-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7A1Nb8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7A4I7D-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7A9ylB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ADNbs-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7AN9fF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7AVtoV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Apa4K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7AsmQp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7AxYhP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7AyTLR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7BSu09-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7BbISX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7BcP0h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Bf5tk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Bz8Hw-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7CDP2p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7CK0HE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7CL5gi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7CMBMI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7CPIUF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7CU3Z4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7CXBfg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Cbt5k-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7CsEXz{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Cxo6D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7D0fGt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7D3nh4-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7D7B7w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7D7OCA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7DFYBU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7DIOeX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7DRY1R-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7DT8MF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Dbipy-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7DiN9u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7DnOlx-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Dthje-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7E0D77-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7E2Tnh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7E9Edu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7EBu5K-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7EEH9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7EXHO9{
width:94% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7EZRGc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Eia1w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7EsRRp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7EtrWp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7F29y4-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7FXhNv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Fk91s{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7G14xj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7G1JpX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7GqmFI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7H6PVL{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
height:480px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7HCiWU{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7HXt1O-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7HYC2W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7HgKEd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Hkqgy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7HneYd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7I01Fg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7I5kxc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7IXSjw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Ih4UH-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7InieI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Ir1HI{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7J0G1C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7JAAbA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7JSgNp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7JzzSj-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7K2jbT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7KD7cj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7KKn0C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7KRzSu-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Kq1FZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Kqg0C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7L0EyQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7LSxnf{
height:620px !important;
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7LVrKp{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7LWsGQ{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7LeQRn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7LgQyn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7LpH7t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7LqpeG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7LsZuc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7M3E6Y-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7M6zse-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7M7fLm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7MG1XD{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7MHFgD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7McukJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Me36K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Mmzrk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7MoB3A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7N0ubM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7N9tMD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7NS7Tn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7NUTBe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Nay4S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7NcZh4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7NoYno{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7O8PX7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7OZ4Qd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7OaXXv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7OkYMB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Ol9dr-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7P30uT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7P4UeO{
font-size:52px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7PHNtZ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7PLU1s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7PMMmZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7PVMm8-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7PYE4Z{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7PZNz2-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7PeP7e-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7PquJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Q4Gpc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Q9pPd-ds{
border-radius:17px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7QBZ8Y-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7QPNGx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7QVDvo-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7QluLP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Qp3GY{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7R9WO2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7RA36F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7RECoR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7RLQF1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7RVjYi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7RY7tM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7RcJRb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Rh9NX{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Rp0Vb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7S7Fwn-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7S9Q8m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7SMnsq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7So3z1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7T2DBz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7T9tJr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7TBlUa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7TDr9D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7TMWOi-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Tb3n6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Tg8Fv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7TmSss-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7U62Zs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7UCpvb{
width:40px !important;
height:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7UDTek-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7UMluR-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7UQn4x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7UXHZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7UdXF0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7UhWl3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7UqGzs-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Uz4wt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7VRmHb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7VYcTL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7VaIFM-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7VjknQ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7VjrSZ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7VmEpz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Vn4Q9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Vqjnb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7VwCZ3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7VyBPc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7W2Q4z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7W7VwG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7WF766-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7WLI3J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7WLth6{
font-size:var(--phw-g-regular-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7WMD12-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7WMlw9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7WNKFs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7X4EIj-ds{
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7XDfdL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7XNnlf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7XOb2z-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7XP1wK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7XTqeE-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7XUfOx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7XjLQm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Xl6WO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7XrI7X-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7XrQOF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Xus7k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7YBR3E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7YDecj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7YHUap-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7YP296-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7YbNsO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Yigr6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7YoKMz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7YrdOn{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Z3JLf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ZFvfX-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ZKyiQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ZMDsq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ZMI32{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7Zh7jB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ZkMps-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ZmLMG{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ZxJTJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7a9WIn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7aCLCa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7adpVB{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7alUCd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7az0I9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7b5u5T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7b8lPI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7bE7pP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7bra1D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7bu1sr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7cPcaK-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7cXuug-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7cloGv{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7dB2NP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7dIBHm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7dOcW5:hover{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7dOe9u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7dX5VQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7dt2vy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7e5fOo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7eCfAX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7enZlp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7eytYI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7fIIiA-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7fXAqn{
border-style:none !important;
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7fcUZs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ffCz5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7fjqlU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7fmI3o{
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7fp1pq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7fvtpr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7fxqBX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7g8xgK{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
font-size:var(--phw-g-small-text-font-size) !important;
font-weight:normal !important;
line-height:28px !important;
padding-left:28px !important;
padding-right:28px !important;
min-height:60px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7gNPWW-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7glZh1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7h8t95-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7hX46X-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7hXFAa{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7hcZGJ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7hf1Nc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7hoSVs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7i4CbC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7i9xW4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7iCiHg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ib2oK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7icc0q{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7if1oD-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7igeak-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ij5xY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7is5PO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7iwdnX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7j1OAv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7j9bZz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7jDAu8{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7juVd4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7jxPsH-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7k8XYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7kJAhd{
height:1px !important;
}
.phw-g-i-7kJAhd img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7kPjBT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7kZ3bP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7kaLQl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7kinE6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7kkWGM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7kxfFg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7l1Idq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7l63FV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7lGRt7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7lZmqr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7lbwKo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7mI4fe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7mK4ed-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7mZuu3-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7mfLkC{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7mw4SA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7nBOX0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7nFhMA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7nIcLt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7nYOxr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7nwSj1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7nwbgN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7oHVWq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7oR75O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7odNI1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7omQQQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7oma1Z-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7oyh3a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7p0m9d-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7pDZVI-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7pH5az-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7pR5lK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7pUiWd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7pbOrC-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7pbqoE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7pnmSC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7pr6Om-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7psxpn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7q4Mqv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7q5anG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7qEtqH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7qOWsp-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7qRgaS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7qlh7Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7qu9Mg-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7qyBZj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7r1RVZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7r3iCk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7r65py-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7rEQdt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7rHFVW{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7rdBcj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7rj6iG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7rsfg3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7s16xK-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7s2wMO-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7s5XnU{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
margin-top:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7s5suZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7s8pjg{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:456px !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7sH0TA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7sJ3Ws-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7sJTet-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7sKb55-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7sN2Xb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7sOefj{
border-width:1px !important;
border-color:var(--brand-color-secondary) !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7se3qo-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7sqa13{
height:420px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ss1Xk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7suYT4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7sxBZQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7syEqq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7t4W1n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7t7cmC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7tJnkn{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7tLKA5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7tQkXx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7tVzfy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7tWt8g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7tdUIa-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7tihoB{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:448px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7togUs-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7tvETP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7uBdky{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7uU6zq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7uWXZZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ubERF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ukTXm{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ulPy9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7uotb1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7vAbMt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7vU4wU-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7vb9YW{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7viyGX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7vlrvc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7vqnvX{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7w0mkm{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7w4ktY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7wRbpd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7wUnho-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7wgb5l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7wmUWZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7wmgpn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7wr9dJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7x2hIr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7x2tER-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7x7f6D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7x8wkW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7xQhpI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7xQtav-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7xfxeQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7xu3QX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7xvKho-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ya80h-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7ywZgj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7yzDrZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7zN7NC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7zfPkE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7zoLle-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-80E3Pn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-80OLry-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-80fJj4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-80fpOi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-80kfMi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-80lquw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-80r6dF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-80xb1t-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-810jOk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-810wPI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-81TV7H-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-81bYPT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-81cfX6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-81hQEp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-81o3OM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8204Vu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-82BpmW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-82CIib-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-82NVCE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-82TL8e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-82UgFJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-82hXjD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-82uCQ6-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-82ue4C-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-82uxd9{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-83Cbtd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-83DjZ4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-83UdAf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-849Moh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-84A9Eq-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-84CmeY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-84Fxoj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-84Kj5D-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-84beDB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-84c4Dj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-84nxwq-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-84u2K2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-85CE8o-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-85DOlk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-85LK6h-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-85Mbp1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-85aD7J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-85eScQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-85f8ti-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-85jrIl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-85kARJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-85s7fs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-861h4M-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-86B9qA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-86Frg9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-86LlrK{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-86ZJp0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-86mqno-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-86uc2D{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-878rG5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-879Qxe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-87Msc2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-87TATn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-87TyK3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-87bVB4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-87cmbX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-87ghhF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-87jnrX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-87vEcl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-88CVZ5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-88OtfN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-88RIV2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-88USoC{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-88bI1L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-88jlD3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-88rcyY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-88sBKB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-88tEF9{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-89GRYK-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-89Y8XW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-89q5Vg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-89r9Nv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ALYO2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8AZKVi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8AZrQl{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8AhqqE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ApBmZ-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8AxFLp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8B4GMk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8BEx11-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8BIW0L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8BsIMP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8CAyio-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8CIYh6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Cw3gy-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8DJglm-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8DYrXC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8DlCg5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8DrKvu-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8DuHMB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8E58nE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8EK0aR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8EMeYa-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ETfow-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8EcAYC-ds{
background-image:url("") !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Ecovt-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8EehJQ{
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8EhFvk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8EhRIH{
font-size:var(--cms-g-mobile-header) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ElljA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8EloEW{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Eo4Qk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8F26Fu{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8F2m2l-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8FF4ZC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8FYcf0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8FjJhr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8FuCgz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8GCWAO-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8GGxqK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8GN3Ef-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Gb89z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Gcy26-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8GeP18-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Gpcfi-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8H21dU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8HC1ik-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8HLjW1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8HUjY3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Hm1YC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8HztB2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8I09Eq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8I37d8-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8IAWwd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8IBlFd{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8IipjW-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8IsWMc-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8IseVw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8J2oMT{
width:370px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8JDTzG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8JXaTG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8JZMl7{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8JaLsx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8JyxDq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8JzHp2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8JzJZc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8JzU6Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8KA5ji-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8KAYi4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8KPHNC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8KPx2S-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8KWBwz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8LD09V-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8LGkT8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8LIjNH-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8LYQnJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Lbv6Q-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8LcfU1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Ldg3w-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8LeiC2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Lf8l2-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8LiymJ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8M2bKA-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8M42gs{
height:656px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8MdQ7A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8MgbSx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8NJumy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8NNVdG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8NfN6k-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8O1Eie-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8O4Uis-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8O5MH1-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8O5Tjq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8O8sbO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8OEjeP-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8OEz4n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8OLpGs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8OOLG9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8P3ITb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-8PO5Ga{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8PTXmE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8PelBm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Pq23c-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8PwGn2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Q1cuN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8QX078-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Qh0Pq-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Qjrzz-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Qq3q8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8QtiT1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8R0gKu-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8R1TqH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8R4jcw{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8RCVTG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8RJbb7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8RUP2U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8RUVKv{
height:240px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8RaJah-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ResLy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8RhD8R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8RjoOb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8RkgJB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Rr916-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8RyHnV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8SWarw-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8SmLZd-ds{
background-size:100% 100% !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8T0h72-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8T1enA-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8TAJEN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8TAZy3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8THEjv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8TSADP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8TV9nb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Tatxk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Tcv8F-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8TuTKS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8TyCNG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8U2WES-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8U3t4P{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8U4NSv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8UFdvP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8UGcRZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ULxZk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8UMS4f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8UPT2e-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Uefvk{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Ug2xZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8UqSf1-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Uy7F4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Uziuy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8V4i0H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8V66cz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8V6mRD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8VOKii-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8VQWZB-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8VVSC4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8VX2vm-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-8Vd6AB{
font-weight:700 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansregular) !important;
padding-bottom:calc(var(--pu-space)*3.125) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
line-height:1.4 !important;
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8VnjHh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Vtf5a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8VurxJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8VxPFu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8W1KwR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8W4mba-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8WKHWw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8WSsbK{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8WdKUO{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:448px !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8WwV2F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8XjSbu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Xk7SP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Xm2qc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Xoqfx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Y016x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8YHmmu-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8YcynZ-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8YxiLb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Yxt9G-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8YyMpO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8YzLMw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8Z8Ukx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ZI0hd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ZN5ze{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ZUb1J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ZyL7q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ZzH1s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ZzdoK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8aEEQ7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8aR2tF-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8aUiM5{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8aiWad-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8apIHQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8arOWX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8as7H8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8avdeG-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8b54aa{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8bEquh-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8bG1dp-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8baNpX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8bd99M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8bt7Jx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8bvwvt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8bxqyB{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8c5xPc-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8c6zVd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8c84nN{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8cDVmN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8cILy5-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8cTCwg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8cbuUF-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ccz6n{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ckUPB{
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ctbEH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8d4HEJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8d4etn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8d8hnS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-8dEALP{
margin-top:calc(var(--mu-space)*1.875) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8dKONA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8dQawP{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8dRERZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8dbo4M-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8deldi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8dmSIZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8dmcnE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8dsvPl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8e2N3R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8e96Ua-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8eAaye-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8eV7uo{
font-weight:inherit !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ehkoE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8emnOS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8eurpw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8euvO9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8fOFXz{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8fr0FY-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8fw8Ed-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8fxKh9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8gASlM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8gBqnA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8gHqMA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8gSFfz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8gasFZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8gjU3v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8gkbGJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8gluPc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8gsute-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8h1ytA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8h81qc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8hB0jD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8hBHlU{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8hCasG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8hDHfu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8hJl6U-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8hUCAs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8hUFlJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8hhOW9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8hkDFe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8hkqcA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8hm4rH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8htewp-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ickzc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8isQP0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ixebH-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8jHAxZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8jZm4w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8jaJCz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8jbMeP{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8jcVBi{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8jgp5V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8jmLFM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8jyPR6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8kDYi9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8kPo9r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8kQya9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8kTOun-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8kYFip-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8kjQGa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8kkOGI{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8l64Pz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8l89hm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8lMVr8-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8lQBYN{
border-style:none !important;
border-width:0px !important;
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8lS62x{
font-size:36px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8lTjOp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8lchEr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8lwgHs-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8m3UlA-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8m4BJO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8m6upC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8mCe7Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8mbeFV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8mqwZ8-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8n2Q4x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8nHUv7-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8nkgPv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8nvBBG{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8nwhCF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8o8638-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8oFwoT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8oKMMl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8oLlOB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8oQ0YY-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8p0pHa-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8p2Uks-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8p5QEq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8pFJtJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8pOGnv{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8pZ0fs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8pq5kB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8q4O3M-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8qGMdW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8qH1sk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8qiCFd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8qmgnt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8r5eR3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8r8eEF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8rAqJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8rE4YL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8raZLJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8rcYUq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8rfv8C{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8riwSD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8rjFYo-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop-01-1671719399040.png") !important;
background-position:50% 50% !important;
background-size:cover !important;
background-color:rgb(255, 255, 255) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8rnTPz-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8rqjUo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ryNa7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8s2j2K-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8s5I3Q-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8sFMM1-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8sHFDh{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8sVb6N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8sWvA2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8sa6v7-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8sdsxK-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8swiqk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8swpNB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8t3eYg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8t5EzE-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8t6cjQ-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8tD2xb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8tPwo6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8tRale-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8thLVb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8tj3Pd{
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8tlhZ3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8tpwIN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8u9UT9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8uBowp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8uMUs6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8uSrn3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8uf7Oo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ugmig-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8uiGYV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ujsFa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8urDQ8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8vB9mz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8vBsbq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8vSzxS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8vXAra-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8vt72w{
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:48px !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8w0ajj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8w0ohu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8wFlUx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8wIJUT{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8wnxMx-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8x3fqA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8x6CAs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8xKJnN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8xLXjj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8xkdE6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8xvnsi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8yDVbD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8yM8ma-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8yXK6V{
font-size:var(--phw-g-hero-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8ycbOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8yhTL3{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8yhgdg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8z5vMK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8zBJMJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8zBmbq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8zEcwV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8zIicN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8zXRBc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8zYTLC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8zgQnO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8zktCG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8zldQk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8zsg6z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-8zwGGO{
padding-top:calc(var(--pu-space)*11.25) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-900Jqh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-903hps-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-908jdX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90CHUA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90QrGK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90sKYK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-90yyp3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9115zp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-91e3Fo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-91g3cB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-91gzlx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-91kS9x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-91uutn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-927IgM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-92AjHt-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-92G5Ki-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-92KRCJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-92LtLy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-92cd8Y-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-92eRpY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93DvcJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93LkeC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93OBFb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93SrRM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93Wgdd{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93bsdr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93r3Az-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93v6id-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93vXaX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-93zX6C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-941Xux-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-942yg6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-946eE3-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-94P39x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-94mXiY{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
padding-inline-end:calc(var(--pu-space)*2) !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-95BnD3-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-95E4SC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-95HP9S-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-95nsLQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-96Odeq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-96T87k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-96Ta90-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-96VUMr{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-96YUyo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-96dv7a-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-96ea9a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-96iPtF-ds{
background-image:url("") !important;
background-size:cover !important;
border-style:solid !important;
border-width:9px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-96ksNS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-96zBKM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-971acu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-976gkv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-978Ctz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-97Lx8S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-97byeM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-97cmuc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-97oJFV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-97q1Hf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-97s9x9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-980F0G-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9880Lz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-988utd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-98FOpU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-98KCLb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-98SVxG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-98dPbd-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-98m784-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-98pjy6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-98ssWD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-98utC4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-98wlpH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-995zB3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-996FiW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-999j9Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-99DL96-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-99HRF4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-99R6or-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-99R8hg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9A4FSZ-ds{
border-radius:47px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9A8lbq-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ABCcX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9AF2ru-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9AGFgL-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ANtkc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9APtUW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9AQSRJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9AS8ba-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9AYBZj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Af4KN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Aib9l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Alg8X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9AnpQO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9B3Hm6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9BDItG-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9BJDen-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Bbmme-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9BdRAj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9BgCVE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9BhB1P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Bnkzn-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9BtBzc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Bvw5D{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9CQMzH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9CV3sC-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Cb5bE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9CpPQE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9CtDhO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9CywBk{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:var(--body-font-size) !important;
line-height:1.5 !important;
font-weight:400 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9D4OPj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9D6xef-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9D7Z0H-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9DAw3d-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9DZr6Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9DxsVj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9DyGbg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9EIktJ-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9EeQVS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Efe2t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9EwuIM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9EyTbO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9F2e5O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9FF1CL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9FIKig-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9FMzLW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9FNN7q{
padding-bottom:calc(var(--pu-space)*1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Fg8RP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9FzzDN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9GEgaf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9GGcMS-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9GMOZX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Gt6RP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9HZ0my-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9HphKD{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9I2K4j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9I6eWN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9IFUWr{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9IFhlr{
border-top-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0.125) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9IGr6L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9IQBvm{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
padding-left:28px !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:28px !important;
min-height:60px !important;
padding-right:28px !important;
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9IZnBZ-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Ihjnq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9IpQG7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9IwgWS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9JaH6Z-ds{
background-image:url("") !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Jj8RN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Jjbdm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9KWVZR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9KWde0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9KjGb7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9KrAsy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9L3CIJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9LI8Pl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9LKUgP{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9LLyln{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9LsMao-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9M61Nn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9MCdl8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9MIDqK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9MZj2w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9MsI0R-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9NF8M1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9NKItw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9NMeNt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Na5Qh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9NaqN7{
margin-inline-end:calc(var(--mu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Nb9px-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Nojjf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Npias-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9O8Ka2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9OANGN-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9OV40E-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9OYL8N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9OeVSQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Ov5tX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9PCBVI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9PDeOi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9PMFKp-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9PiZhZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9PnOSq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9PozQh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9PtrSY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9PvsSJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9QHsLz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Qqb1g-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Qvvra-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9RINSU-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9RNYMk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9RZsLH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9RsyPh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9SBdCa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9SJ9NJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9SegXh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9SnVzb-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9T8ofH-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9T8ofH-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9THOlZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9TSRsj{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9TevEF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9TuvVU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9TzPK7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9U0oZ5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9U9NDz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ULAVE-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9UNjvE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9UTzsE-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9UYMda-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Ua0k4-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9UkW0R-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Uq2AG-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9UyhBr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9V4VTf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9VyOQb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9W8sKE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9WGIug-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9WLRon-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9WtH8W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9X41AR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9XJTeR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9XLY7p-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9XLuUq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9XNLLl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9XcQy7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9XfTjj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9XvQ4I-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9XwlOW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Y54It-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9YDsE8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9YF5Cy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9YFrUF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9YN5Rg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9YO4Gr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9YPWRB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9YRmY6{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9YYQOl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Yn3VV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9YvfBA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Z2RyN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Z2Tp9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ZA9ib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ZDKCA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ZKuJA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ZXcXm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ZanGQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Zee0P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ZfF27-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ZjoYB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9Zn2tw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9a1fJt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9a1xwv-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9aH5pZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ahbRD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9atFLu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9axijw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9b3NMX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9b6TiE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9bCTjO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9bJ35h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9bS4rX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9bcyDp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9bgA38-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9bkLiM{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9bsKXf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9btW1P-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9c0LX6{
width:320px !important;
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9c8Tv3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9cEV2O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9cNX7e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9cWQbq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9cZ8ZK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ceP93-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9cwBVY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9d196T{
color:var(--body-color) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9d4E7Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9d7NSF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9d9PXl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9dCrsj-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9dIUEX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9dJsXv{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9dSTgO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9dTQc6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9diYsm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9dmddk-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9e55Ma-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9e7DtE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9e9Pqv-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9eId5A-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9eJau6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9eOXNP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9eWd9O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9eZtKv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9eeisF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9eoo0Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9exTCP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9f06jP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9f7A0y{
height:656px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9f7C3R-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9f9hda-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9foYJR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9g1zuA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9g5j4f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9gEdzk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9gN6HC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9gXUE0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9gZVXM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9guLVg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9hL7D0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9hU83H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9hUF6T-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9hZCK3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9hhIJz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9hu7m8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9i6ZUP-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9iDhD4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9iPfux-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9iQPq9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9iQvUh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9iSYRg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9iUJTZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ihhfb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ioblw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9irAsN{
width:40px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9irXK2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9itRrO-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9itRrO-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9j9KeP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9jBCVJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9jQqNT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9jaxc0-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9jgKHc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9jlVhe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9jmvbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9kBpTZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9kH5YX-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9kP9D7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9kT6AC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9lEMIh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9lFcai-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9lI2u5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9m1VEY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9m3xXO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9m6Lo1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9mTUj7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9mXC2e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9mkRSq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9mm76V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9mxv6u{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9nD81D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9nFfgy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9nGewc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9nN4wU-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9nRRGU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9neDnl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9nemjw{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:16px !important;
width:auto !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
font-size:16px !important;
padding-right:16px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9nfR5w-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9nsite-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9o2Jk4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9o363t-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9oS4LE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9oqWiO{
height:24px !important;
width:24px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9p5LgH{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9p5lvk-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9p66nP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9pIxKo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9pb2qn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9pmQBX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ptuSZ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9q42Xp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9qOMw9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9qWJfU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9qc1Dc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9qfnGH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9qmnYB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9qnnyg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9qqGXb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9qtoMd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9qySD9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9r7Foo{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9rAR07-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9rCGIJ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9rKXYq-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9rauvM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9rbXaJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9rclpW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9rjDks-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9sFGzj{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9sKCt9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9sLxLa-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9sbmh0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9sp9jl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9t8BFh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9tBcDW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9tFqwm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9tOlu5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9tfRNn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9tiVkJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9uTcrR-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9uU3mE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9upcY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9vGeek-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9vTVfc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9veXsw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9vkkml-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9vpL15-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9vtIjX-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9vxeZi{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9wErO3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9wLCZO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9wLZFR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9wN6Tu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9wYzAz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9wZV9d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9waIq7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9wf3tw-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9x5ADd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9xMb2o-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9xPhSi-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9xRT6e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9xRhse-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9xivO2-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9y6P1e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9y8Uy5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9yDoaK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9yEsY9-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9yLwxb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9yM6Hy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9yW8LC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9yWbCk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ybTdS-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9ydazr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9yeha0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9yyO1w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9zLdT2-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9zLvkX-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9zUg2f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9zZCJf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9zcMsl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-9zqIV1{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A08ezh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A0CGQk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A0cTL1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A0gGwT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A0nOTR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A0nqhl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A0tPXr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A0zp0C{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgdatajobs-1740367633328.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A137sQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1GtBa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1KSbq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1KSva-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1O2zk{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1P6UY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1Q1RT-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1WFu6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1f4OW-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1wvKN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A1zXNT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A23HIW{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A26diV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A2CRIL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A2VIXz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A2W9hv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A2WHZZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A2YMkR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A2ZY7C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A2bc7Z-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A2kvAp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A2q11T-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A2qJOd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A3CDMK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A3EazX-ds{
background-image:url("") !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A3TmQU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A3Y5FP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A3ggpW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A53bO6-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A59xTa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A5ERRP{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A5Hqfh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A5QYyg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A5W1yI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A5i92e-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A5r9y8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A6JTNR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A6u4Fc-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A7Q4hN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A7XBOm{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A7j9pc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A7kLDL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A7qDMJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A7qttN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A8K5Yh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A8a3KS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A8jIbw{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A8ukLU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A99IYp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A9A3wf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A9NCjd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A9NTNG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A9PaQl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A9Pla5-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A9SwXh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A9eO7M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A9iZ3z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-A9ouuN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AA1D4B-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AA2DjJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AA5dhL{
color:var(--black) !important;
border-style:none !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AAJB1z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AATP04-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AAlm5u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AAoEAM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ABAy7d-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ABTHJZ{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:40px !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ABdXse-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ABkzIf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ABuCsG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ABuTMa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ABuVKV-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ABx6sz{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ACHqEA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ACJPNE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ACQpQf-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ACTiPl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ACaE2I{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ACcBZ6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ACeT2C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AClMcs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ACrzlR-ds{
background-image:url("https://pp-cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/necessary-1720437577430.png") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ACzvs2-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AD7uZq-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ADFenw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ADOi2t-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ADPTjf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ADb6rU{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ADg9f2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AE1THY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AE7mmu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AEHFqU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AEQfWM{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AERJDM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AEe7IG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AEyDst-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AFAWqd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AFPadM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AFnKUx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AFpAYs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AG5T5T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AG7AgP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AGTXw7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AGfQ7l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-AGhWSC{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-3-1739968365335.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AGpcqp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AGxuZK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AGzmls-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AHOuoR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AHWhbn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AHn4l2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AHymjx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AIHW4A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AIS9FR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AIXW6g-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-AIZ04I{
padding-inline-end:calc(var(--pu-space)*1.5) !important;
padding-inline-start:calc(var(--pu-space)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AIpfFy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AIvNIw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AJ3Wia-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AJXFuS{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AJfn8f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AJj7ed-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AJjVxJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AJmnPT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AJtRWs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AJwpiD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AK8o9u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AKRpIe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AKaygV-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AKexh8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AL80M9-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ALD43k-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ALQvhz-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ALd86A-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ALjubz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ALmyAa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ALqA4k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AMZbkI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AN3pxy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AN5BwA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ANSCw4-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ANTN9I-ds{
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ANZgz3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ANel9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ANlBbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ANpNoR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AO1gvz-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AO3jWn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AO6p8C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-APSe9M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-APpYLZ{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQ4JP7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQ7DpJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQ9lE0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQBBL6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQFpTv{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQPcgs{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQUy1x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQXFCX-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQZceT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQmlLU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQoZiF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQp7Rp-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AQwfxD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ARNPbv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ARNToo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AReZmk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ARigHX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ARs83n-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ARy2vH{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ARzMt3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AS3VpG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ASBepG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ASUSNK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ASXxNk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ASfFmv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ASkhyj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ASlfdd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ASlgpS-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ASpjc7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ATG9S4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ATQqNX-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ATYzEA-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ATeVak-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ATfxry-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ATnAG3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ATzQNe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AUID1l-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AUZH3p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AUhecs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AUzh0W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AV1Ov6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AV2Uox-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AV5Jr0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AVAZgn{
max-height:245px !important;
height:280px !important;
}
.phw-g-i-AVAZgn img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AVG9dC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AVLPQk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AVbSLw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AVlK41-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AVtYpN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AW7Q6n-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AWEBS9-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AWLO4r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AWPftu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AWl9wQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AX8F28-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AX9Tvo{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AXGTAP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AXGYoh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AXe028-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AXeror-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AXitHh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AXpRHf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AXvSvj-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AY1IzY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AYBDOU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AYKtZ7{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AYN0Q0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AYR2Dx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AYUlvN-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AYYsl3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AYakVr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AYrZk8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AZ1Hso-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AZ7k7q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AZOrfZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AZjQsd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AZnBio-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AZz10l-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aa1jAy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aa7gNT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aa884N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AaFc3P-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AaL3Tg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AaV033-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AaVBBC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AaWz25-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aaqfyf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AavRn6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aavqev{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AaxyO6-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ab5jlH-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AbIBi0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AbTdCB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AbY4Nt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Abd4q7-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AbnKxt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AbnVfb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Abt07J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AbuJCb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AcNfB7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AcVmyY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Acg0BZ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AcwOUY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Acyk8u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ad1UXy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AdPf2X-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AdcdyP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AdjSdX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AdrcEl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ads8yF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ae7BNY-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AeYeJF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AejDLT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AemVo2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AenCzg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aexp0I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Af1vSv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Af5Rz0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Af6ZlD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AfAEEW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AfI2np-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AfJRPL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AfLbve-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AfMT8Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AfT35N{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-2-1739967075848.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Afm8by-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ag2UXc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AgNuaF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AgPThE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AgSq3i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AgsaIT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AgyoMw-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ah4ZSn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AhOv0c{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AhcSAF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AhkNJY{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ahp73Z-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AhtENn{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ahtj1L-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ai9R9x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AiCpIE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AiMAVY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AiRUAM-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AiUQcc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AifaoI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AinTh8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aio72s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AioYOe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AiwPkH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AjG68i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AjJzcQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AjPVDJ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AjggZG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ajho1v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AjlfGv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ajqx9s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AkBMo6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AkDC3M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AkHR3k-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AkHt5F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AkTDpY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AkWyb1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AkePZ4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AkiHH8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AlaM43-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AlaQ9K{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ale0qp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AljJDy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AlxIV5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AmHyU1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AmJ7pn-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ame5j4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AmyRP0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AnAc4y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AnJxOn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AnNBGJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AnXYFO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AnYVGR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Anqovg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AnzYap-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ao2Sar-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ao8wJB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AoRrLw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AoSGPx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AoTa7M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AoZ9ZW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AoyLiY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AoyMIB{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ap4uIW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ap80W2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ApEjaN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ApYaMT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Apeq6V-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AplKPK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aplooz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ApugrQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aq2cJL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AqRNDj-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AqU1So-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AqU8Vz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AqUXG7-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AqWRHe-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-Aqk4H8{
width:auto !important;
padding-left:10px !important;
padding-right:10px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AqnjFh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AqqX5F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AqrDpz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aqvb0R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ar8yxz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ArDhZP-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ArHmeF{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
width:380px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-ArLs0i{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
color:var(--white) !important;
font-size:16px !important;
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ArZRci-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ArcYij-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ary32B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-As8UkG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AsCSbs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AsIn1u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AsQqua-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AsZUIk{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AshC2S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AsnLOV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AsoORP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Asp10g-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Asr4UH-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AsvLen-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Asx4xP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-At21yT{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AtLjGK{
font-size:var(--body-font-size) !important;
padding-inline-start:calc(var(--pu-space)*3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AtPlYV{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AtSiTV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AtsDNn{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Au9FGJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AuEvbI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AuWZwm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aug07l{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AukAIG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Aus3NL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AvUHl7-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/NEWSPINNYLOGO-1662983656302.gif") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AwD0xW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AwDQGO{
background:none !important;
background-image:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AwIPOF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AwWvb8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ax6cSi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ax6u71-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AxMg4Z-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AxQeXv-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Axh9Rc{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgtechandproduct-1740542023870.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AxpP97-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AxybOU{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:204.031px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ay2rpF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AyGH7Y{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AyIvYT-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AyZdF5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ayb7bm-ds{
border-width:0px !important;
border-style:solid !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AyoGWD-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Az5cYu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AzWeK0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AzXAZJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AzklbD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-AzxLXj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B03Q3Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B04A1A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B08lbw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B0CgHw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B10rwL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B16bav-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B18XXz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B1FTvq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B1IzFQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B1UdWb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B1a5dw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B1iGHN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B1oxUc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B1pOj6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B2HihD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B2VjP1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B2rnFA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B2wCPu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B34TQY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B39iK2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B3Ojb5-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B3X274{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-style:solid !important;
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B3nOxe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B43SOe{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B44lvc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B4LoXo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B4LwLF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B4Pag0-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B4oAhT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B56NoW-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B57UKJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B5Chm0{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B5QNSI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B5RDE7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B5RM7T-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B5S1N1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B5usdO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B5z5yF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B6SXTF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B6ZspY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B6b2Vo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B6id51-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B6pDNM{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B6sQih-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B7ACMV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B7PMGg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B7UREc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B7WSuB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B7aff8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B7dryx-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B7h2YU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B7kVpW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B80No2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B825q8-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B8Nyr4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B8XwIm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B8Ydvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B8q4Oc:hover{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B93Tyj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B9Dfrp-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B9ERrx-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B9apcl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B9cbwj-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B9dDa9{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B9gaMi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B9m7xM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B9mY7R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B9qRKM-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B9rtXo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BA4MhX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BA4ZZP{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BASRWu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BAVQ1e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BAdE2r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BAqHIf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BB1qfL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BBD7tj-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BBDew0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BBT1DD{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BBUdqC{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BBUsTy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BBXBuV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BBnyPw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BCIiqk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BCJpyb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BCXFm0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BCaLl6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BCn20H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BD9CSK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BDWW4x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BDbIIM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BEIYo9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BEZmNa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BEe16v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BEeFgy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BEftAq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BEhbuL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BEzNGs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BFCvXe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BFOXe5{
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:48px !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BFRk4g-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BFSxTT{
background:none !important;
-webkit-background-clip:unset !important;
-webkit-text-fill-color:unset !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
line-height:1 !important;
font-weight:400 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BFkEY4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BG52n8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BG5chR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BGM1Yw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BGR5PA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BGcCfJ-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BGcU0l{
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BGdnuP-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BGjJm1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BGyQBO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BHCuJJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BHIZof-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BHV42U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BHiXm5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BHiZYP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BHwPzW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BI54UN-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BI6Urr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BIGrkS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BIIe1e-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BIKCm1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BILY41-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BIsOq2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJ9XEK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJGU7n{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJH9wA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJNi6N-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJP6de-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJS5gK-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJTUdD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJTm8o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJU8Nt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJa5eO-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJcj7k-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJhXrs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJxOHn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BJzqfC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BKBdOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BKIBkf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BKP9BD-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BKR0Ms-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BKzx9R-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BL4361-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BL9ZiQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BLGEUy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BLNG8F-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BLwERH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BLx7Pq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BLxQ8z-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BLxorO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BLzMFW-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BM6I2Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BM8JyF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BMDS9W-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BMH5oP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BMJC5e-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BMlR9k-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BMtZUq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BN0Kb7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BN9XdA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNAgJ7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNDzot-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNM5KQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNPKU2{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
width:448px !important;
margin-inline-start:auto !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNTAMY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNTxuB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNV4Fj{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNt7PY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNvc4S-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BNwxC6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BO2UUY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BOFUbw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BOIivU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BOL2cG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BOLCSe-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BOMOol-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BON4pA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BOX3Lo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BOmFZC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BOwGYe-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BP4I1P{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BP8zMV-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BPDals-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BPFhqp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BPFzPn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BPKft7{
font-size:14px !important;
width:160px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BPMdo8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BPUGx1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BPZm3v-ds{
background-image:url("") !important;
background-size:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BPpYhN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BPsQir-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BQ3S7c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BQOFXX{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BRKZW3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BRO4kj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BRjpcz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BRygUG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BSRDcE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BShyjk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BSlM2z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BSly4A-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BTJ4m8{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BTMEsc-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BTNQmw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BU2G0G-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BU4b9k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BUBkft-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BUE38U{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BUEWH1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BUQ0mg-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BUZMFM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BUhjDQ-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BUz4GZ-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BV08Rv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BV8Ba9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BV8KUU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BV8dmi-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BV9VY4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BVCEAM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BVGUjx-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BVLuR3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BVbvEw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BVjhuJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BVpzoZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BVqPST-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BVyBFs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BW6Cln-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BWQXHL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BWsoik-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BWtNUk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BX5qI7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BXT89P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BXuCar{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:200px !important;
width:448px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BYA7hb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BYVP10-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BZ4y3W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BZ5zRx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BZCzEf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BZNJu2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BZOqrh-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BZP8VN-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BZaVaT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BZiaDv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BZsX59-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BZyCYT{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BZyGkG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ba42fZ{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BaDiAX-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BaREVX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Baquv3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bb5XMr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BbDGVa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BbDPO6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BbL8oO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BbNGa5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BbOZ62-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BbQynn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BbS0QS{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bba9lc{
color:var(--black) !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BblKiL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bc895t-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BcFaQW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BcMHgX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BcNagq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BcVbGa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BcZ00m-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bch3Ew{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:40px !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BcnfLt{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BctLc0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BczOpM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bcza3k-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BcziMf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bd0MOp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BdGIGQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BdI0Q2{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
margin-top:calc(var(--mu-space)*0.625) !important;
margin-inline-end:calc(var(--mu-space)*0) !important;
margin-inline-start:calc(var(--mu-space)*0.125) !important;
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BdKLAE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BdOL54-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BdOnfw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BdfQg2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BdgH8j-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bdk0aZ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BdovKt-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bdt179-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Be5fne-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BeFmAJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BeRQ3H-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BeWLOM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bencmy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bew72B-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bf0l6f-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BfNKmh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BfYPWc-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BfaCZV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BfhLG8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bfkqzb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bg3NFf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BgGVcp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BgKzQf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BgfSlN-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bgh5iE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bgppw1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BhGWgq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BhK8QD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BhhVV4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bhsyoz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bht6jx{
font-weight:inherit !important;
font-size:52px !important;
line-height:44px !important;
color:#FF8000 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bhx5jC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BiBm8d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BiCUbo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BiGvJd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BiKml3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BiVNtO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BieYkZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BiixOK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bj5MKj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BjLPXl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BjSmjf-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BjZRSB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BjfB4y-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bk36Mj{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BkCkcv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BkZtjI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BkeqlI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bl9vgb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BlFGr2-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BlQQmf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BlXCaS-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BlXSt6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bleh0Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BljpV8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BlwaR6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bm5W82-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bm76tK{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bm8c19-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BmSnz4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BmmmLb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BnDsXd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BnJQ5r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BnJy3B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BnYV6U-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bnauys-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BnmJMI-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BnsoAk-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bo1b1r-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BoABBI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BoBJVe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BoIqie-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BoPXsl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bp0wcX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bp5n7a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BpPijH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BpUXV3{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-talent-1738741312303.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:461px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BpjF1m-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bpk1Ec-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bpkmir-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bpx1P2-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BpzVWD-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BqCIS7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BqMCHo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BqO0Ck-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BqRO9J{
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BqTbfk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BqXHok-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BqXtMF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bqk7V3-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BrW0G4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BrWPHc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Brp6GI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Brw2TX-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bs8QX6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BsJJgF{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BsLtSn-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BsP3ux-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BsW2V8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BssOVB-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BtWiGK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BtbI0R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bteeqr-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Btjn9h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bu2oMs-ds{
border-width:1px !important;
border-style:solid !important;
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BuB3j8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BuOGnv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BuQAVv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BuRx9u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BuUsKw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BuVMwh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BubaW9-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Budckd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bugo7Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Buhc60-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bv6Jmd-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BvBTHg-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BvJ7ai-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BvgA9O-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BvtzWN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bvuv3l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BvyfJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bw8M4Z-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BwKsGZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BwNmb7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BwRIWD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BwVFCc{
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bwf4sJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bwkstw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bwvyik-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BwwXWs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BxC4ZH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BxKxMn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BxQ4lM-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BxWwSw{
font-size:max(calc(var(--cms-g-nav-items)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BxiHMb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bxkm1R-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bxmll2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BxsaBl-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-By7h9I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Byhsw9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ByjjFQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Byrrco-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ByvrfH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Bz5VjK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BzH4P2-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BzKh9Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BzYnpe-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BzZVDj-ds{
border-radius:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BzbUkQ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-BzenLL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C004CN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C05AG5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C0Mqm6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C0TYkz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C0gaal{
text-align:start !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C0qjjH-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C0uvCG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C13lQN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C17VQv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C1GFev-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C1GTfO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C1m6QD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C1orEo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C1vT6V-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C21a4d-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C2Bmnq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C2MLZ9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C2MW1I-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C2OsrC-ds{
border-radius:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C2eXcw{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C2qZf9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C2r1Q1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C31DmP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C35vmW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C3gwXX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C3qpl5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C3vyoa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C43dX0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C4LdZq{
padding-inline-start:calc(var(--pu-space)*1.125);
padding-top:calc(var(--pu-space)*1.125);
padding-inline-end:calc(var(--pu-space)*1.125);
padding-bottom:calc(var(--pu-space)*1.125);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C4Tiye-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C4ka0Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C4wFED-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C4wlJ1{
font-size:var(--body-font-size) !important;
text-align:center !important;
width:auto !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C4zPtZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C525pU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C545kS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C58Tso-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C5JCMx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C5m5wr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C5yeNW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C5z7P3-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C61w2V-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C6FzCs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C6P7Wv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C6PFfg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C6PIHM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C6PgTG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C6Tfui-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C6UNjN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C6clbe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C6hNGz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C7C5jm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C7FPN7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C7Vy9R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C7s26j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C7wekj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C85v07-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C89qzq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C8Iaym-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C8dKm5-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C8ut5L-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C935Wi-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C95AbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9AphP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9K2YL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9Mm3V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9Mwe1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9RIoY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9ZQtI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9a5h9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9jotj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9npFO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9rwgp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-C9wPOE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CArJE3-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CAyKrf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CBOHRZ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CBbdR5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CBiw7r-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CBm4bs-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CC2jWq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CCAqx4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CCXPH5-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CCa4Dx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CCtw4u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CCvCQ1-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CDHef9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CDRP2Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CDUcGl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CDXLXa{
font-size:max(calc(var(--phw-g-numbers-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CDdFD7{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CDfhX8-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CDjZyG-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CDpNYi-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CDpp4e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CDsGN9-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CDszAp-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CE2Ekk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CE2ZeK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CEBJTh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CEfjTf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CF2R6o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CFIZNO-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CFVUMy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CFyMDz-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CGCGrJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CGVC5G-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CGYcHX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CGh3cX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CGpOHH{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CHN7G6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CHj6Jn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CHngOu-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop_mozzarella-1629430259614.png") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CHw8xh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CIBwDW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CIIzRu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CIdl3w-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CIsr8Q-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CItumS-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CIwXnc-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-CJGCyc{
color:var(--black) !important;
font-family:var(--cms-g-jetsansregular) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
height:auto !important;
line-height:1.4 !important;
width:auto !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:center !important;
font-weight:400 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CJGp3f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CJHnZp-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CJU2JU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CJZN8k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CJe1gJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CKN4Qm-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CKZWuv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CKnWGb{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CKutpx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CL31Gm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CL6PJc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CM2T8f{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CM77d1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CMMu73-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CMTdeZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
padding-top:calc(var(--pu-space)*2) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CMdTri-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CMhmxu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CMmxiQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CMnLpI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CMqlsH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CMqofg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CMvkmL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CNBTwi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CNMO76-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CNPUpA-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CNTVtG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CNVNvj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CNW2ds-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CNY7mX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CNiz9K-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CNjrlN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CNmVvy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CNmW2X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CO1ZjQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CO22U5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CO2xlL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CO5pxG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-COAjMm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-COTafv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CP4vyb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CPBk2E-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CPMz04-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CPVB4M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CPai0p-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CPcthI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CPtpyW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CPvFYr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CQ0PrS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CQ4LIh-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CQFjCg-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CQY7he-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CR48Mv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CR6DAH{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CR9664-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CREvYa-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CRTZyl-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CRUazl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CRZIxH-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CS5bus-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CSCT0w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CSHjhg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CSSnsm{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CSX1VY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CSm4yu{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CT1I5k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CT7i28-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CTE7SE-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CTYjfU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CTbU7u-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CTeP8T-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CTmZx9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CTmxBg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CTrMVh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CTtoDa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CTvylU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CU6g7W-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CUAwPM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CUEVwo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CUj6sy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CV46py{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CV57t6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CV5V6T-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CV8IMC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-CVBkL8{
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CVPVnd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CVc7zh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CVroZW-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CVs9vt-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CVupc4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CVwcdn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CVziHi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CW5uVu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CW6wSN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CWKdmt-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CWQiZv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CWQsBw{
height:64px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CWi7If-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CWsTQD-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CX5sLX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CXAqQa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CXClUE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CXMAZp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CY8M3A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CYL9cy{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CYQ01G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CYrWx2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CZBOyj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CZDMzo{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CZDQx3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CZJZfI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CZOlfN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CZQFlL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CZgkdt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CZxdwM-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CZxoVn{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ca3Aga-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ca4DHu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CaLwDu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CafcDW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CajYV8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cb2xUg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cb5JD0-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cb64Z2-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CbH7jo-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CbHOJI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CbQrXC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CbXOTE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cby6VS-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CcLL50-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CcM53T-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CcMq6H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CcbkME-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CclsPK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CcnZPj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CcwxRI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cd0B85-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cd0SJJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CdHH1k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CdJK8A-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CdTiBA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cdg6Q5{
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cdh6Z0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CdkSnJ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CdzjaN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CeBXvO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CeCqoi-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CeNdrM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CeQw4f-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CeSwlP-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CefXVU{
width:380px !important;
font-size:var(--body-font-size) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CetW8E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cf1OTW-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cf3B0G-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CfGbDR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CfPKXV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CfZWEZ{
margin-inline-end:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cfc2BN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cfp4B4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cg1dTs-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cg2H5o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CgRDIB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CgYokO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CgaG0G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cgk4Et-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CgnCml-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CgqlPl-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ch3LRT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ch7h31-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ChTxBJ-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ChWIOr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ChZ2qq-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ChkioH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ChsA1A-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CiBH0M{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CiC2c6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CiEGtE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CiG6YX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CiI3Qv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CiK4bN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CiWZBF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CiaYQ9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CjHUdv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CjLTWK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CjOjYj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CjkxS3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ck1yuQ-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ck5XbC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ck8fyz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ck9WIh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CkL3CR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CkTNxe-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CknIxq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CkvZJR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CkzhYz-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ClA4Pj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ClEXM1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ClbxpR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Clg75G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cm69AT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CmjEG6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cmkzri-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cn1WJ9-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CncUNf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cnl0Lt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CnyWM7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Co34Ao-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CoGQe4{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CoLcVm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CoLmKw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CoRYy1-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CocXOU{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
.phw-g-i-CocXOU img{
object-fit:cover !important;
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ConA9t-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Coz0Zr{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cp0GuF-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cp6AOJ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:94% !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CpBTe4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CpI8gP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CpIBV0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CqHjT6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CqItvT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CqLPA3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CqiFYF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CqiFbX{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CqsWPv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cr44AO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cr7m97-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CrAU0y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CrFf9w-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CrhdXo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CrnQn7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Crsxk3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CsGlsu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CsWhbe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CsgDJ4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CsgIar-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Csivxz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cso2B5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Csx0yF-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ct2Owi-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ct3iCM{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CtGNQC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CtIghb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ctotex-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ctr9gL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CtvwIl{
width:40px !important;
height:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CtyOHh-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cu1C2h{
width:350px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CuCV5Z-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CuHYjy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CuIfjJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CuXgDm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cueh3g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CujWi1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CurE2C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cv9yi3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CvQ8dr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CvU011-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CveGTt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cvl4dX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CvqZML-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CvwP7w-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cw9N62-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CwDnEV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CwDwNs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CwIopl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CwPHFh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CwrJ9w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CxCbPx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CxjIuc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CxkJ4G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CxxTeI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CyWCCI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CyXts4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CyeEqj-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CysUGc{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CystOL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CyyNjL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Cz3Amq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-CzHgmx-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Czab9c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Czeh9W-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D06Y83-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D0BMvu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D0J6E4-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D0LSA7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D0Mb5O-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D0QZmN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D0UqiL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D0bNed-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D0tD0n-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D14j20-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D16DBm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D1XszM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D1YHxc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D1gUeu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D1oBg3-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D1rYxS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D1uIYB{
height:100px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D1y3N9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D2XeRR-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop_white-1629444966462.png") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D2by6G-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D2tCaZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D31LVP-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D3CZQm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D3D8UK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D3bH3w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D3lNn7-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D4CVZB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D4ESce-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D4pMQe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D4smq5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D4vSap-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D53WId-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D5Oi2T-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D5VawE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D5apHz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D69qgc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D6EN5A-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D6GCZG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D6PPAA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D6ZHAy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D6ZcSz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D6cRt9{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D6dwPR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D6lrug-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D7HkAz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D7HlbL-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D7Ztz4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D7ctGO{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D7kSDF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D7ymA9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D81ukI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D8AXVY-ds{
border-radius:9px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D8YxJv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D8d3NI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D8eQs0{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D9EuU5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D9JfBG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D9OLXO{
font-size:max(calc(var(--cms-g-nav-items)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D9OtGc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D9iOAd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D9jqIJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-D9uKqm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DA1ir5-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DA5ABf-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DAHHcI-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DAgu2u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DAvwuT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DAymtP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DB22Nb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DB5dKs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DBDNM3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DBF4rL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DBHtx7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DBboRX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DBpLrw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DC4Bta-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DCEfnK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DCQGN9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DCQnrv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DCSLEX{
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DCUIsS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DCl6Lp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DCmXyg-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DCtHWc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DCw2n4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DD3jur-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DD7h3G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DDQEgh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DDaAqj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DDq2FT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DEXOBI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DEcQfn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DEnN70-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DEqNDg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DEyRUJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DF5HIA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DFKH6i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DFQgAf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DFihup-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DFwzmc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DG1YZQ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DG37Uq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DG7cRc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DGLB4E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DGjPsj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DGl4B2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DGmnNM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DGtAYH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DH0SyQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DHFUms-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DHHue1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DHPtU6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DHTL9v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DHZYXl-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DHeGzF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DHeI3j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DHrlT7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DI4IO1-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DI4llm{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:215px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DI5rc0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DIIZ6W-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DILvGc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DIZlvb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DIf16C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DIkm7N-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DIxpfn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DJHV0Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DJJ3UU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DJQS8S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DJWptR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DJWxDx-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DJXbuR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DJmL9h-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DJs9pv-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DKYk8C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DKo9DM-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DKpShc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DKpfmN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DKvHEY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DL2Wa1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DL2aMp-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DLSI7L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DLSxji-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DLZ7WV-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DLtUrL-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DM1UKW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DM6dNq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DM8Nph-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DMVa2h-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DMWQuz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DMfW38-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DMgIja-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DMk5Dd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DN8uku-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DNGYDE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DNGirz-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DNMEN1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DNMkHd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DNygai-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DO54qy{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DOPitC{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DOUkmG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DOnf7U-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DP8xbq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DPKnKs-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DPQQSm{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DPQs33-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DPZL2Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DPbCvB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DPj2fz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DPjN1s-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DPrsob-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DQcjJW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DQhYt1-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DQj6yN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DQktAP-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DQsDBh-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DRI0Tb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DRPDeZ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DRh4dM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DRyYVj{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DS6wD2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DSHlV8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DT54HY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DTVAG5-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DTYTAk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DTfdZI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DU1r3F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DU4Uza-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DU7QB3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DUklcL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DVE7bq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DVImr4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DVRCnA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DVU7ij-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DVYSb3-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DVcGIf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DVepBi-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DVjqID-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DVmvEA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DVu4kz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DVwD4o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DWB6Ly-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DWDlj9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DWESBE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DWTlki-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DWjnsJ-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DX55GI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DX8MVl{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DX9sVC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DXAVfW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DXFoM3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DXUKi7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DXcJ65-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DXe7iT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DXgBEY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DXnxmz-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DXrb5Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYH6eR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYNqIc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYQ3O9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYU1At-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYbXZu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYcV35-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYnN7i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYocpc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYpvnG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYs3i0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DYswZb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DZ8HoB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DZBsvO{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DZIlxr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DZOm08-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DZVHoW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DZjDy8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DZleDu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DZxa8h-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DaJKod-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DaL5WP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DaOhm1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dao4Mx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dat4h8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Db8sgl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DbEMBG{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DbK52C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DbVlEC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dbi6RD-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DbmXzE-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dbqve5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dbs4fn-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DcAJyz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DcEO2X-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DcV1zr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DckP7S-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dcn0pW-ds{
background-image:url("") !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DcucKA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DdDyJj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DdEPxw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DdKTBr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DdQwGg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DdmalR-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-De2OwT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DeckEG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DefATg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DehWip-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DeyVfC-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dez5tr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Df36xq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Df4g5c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DfEmpp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DfI3l5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DfKQa2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DfLHXQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DfPDBo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DfbeZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DfrbEl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dg58bp-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DgFUIY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DgNqz4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DgPJgW{
width:400px !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
height:56px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DgzlFX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dh6WmU{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1738829707129.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:480px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dh7JE5-ds{
background-image:url("") !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DhSmws-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DhUg8r{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DhYM6d-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DhizKf-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dhs5XT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DhwN7n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Di316Z{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Di6npT-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DiDaHq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Did4FO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DihEuG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DimNVU-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DjBj6A-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DjCfbn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DjICmp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DjL5sw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DjQxFd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DjUSpp-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Djk5gG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DkHwwF{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DkMwUP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DkPRt1-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DkRVm0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DkWaIb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DkctWo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DkjnqA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DksmDx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DkvEUp-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DkxfdU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-DkyQT1{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dl4lPb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DlJeXy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DlNNOl-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DlPiyu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DlY84k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DljHB5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DltpB5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DmOw5Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DmQthv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DmRkH6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DmbA0u-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dmnude{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dmohb8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DnMQq7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DnVKII-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dnl1FX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dnld7o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dnyyxr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DoLh42-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DoQ61c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DoR7oq{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DokAnb{
font-size:max(calc(var(--cms-g-font-small)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DosPBf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dp2hxP-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dp3LZe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dp7gqo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DpAoyc{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DpHd5t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DpYSmj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dpa57p-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DpkQnf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DprR0B{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dq6OJs-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dq9euB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-DqJfWQ{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DqVqFS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dqnwon-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DqpHYD-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dr3CcA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DrK6Mk{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DrMHRy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DrSOdi-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Drmwui-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ds93f3{
max-width:192px !important;
max-height:42px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DsAqvG-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DsEPWz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DsLNti-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DsOFL2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DshoM1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DsiQjz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DsuX2h-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DtGoX7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DtNtlm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DtP3Aq-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DtUU6C-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DtXzdF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DtrJLr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DtsWW1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dtu27W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DtyHT8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DuSVsq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DuWvPn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-DudRUv{
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dui4L0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Duj0SP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DuktlM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DuoqSc-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DuqqGc{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
border-width:0px !important;
color:var(--black) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DuqzVd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dv0etH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DvAmq0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DvHv4y-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DvLiqf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DvPWVP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DvQYTu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DvfDWE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DvpR9j-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DwLSw2-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DwMwsq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DwR3pA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DwSSy9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DwYUy7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DwesAZ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DwrNEl{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DwyGAa-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dx5Gjw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dx7kxn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DxYXdK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DxgV33-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dxhd6m-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DxnrLx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DxzX9o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dy1Keu-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DyI24n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dyx4Mt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dz05wC{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Dz5PjE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DzMY9T-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DzRlqc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DzrUPr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DzrqZp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-DzwcUS-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E0CyJq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E0KFn1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-E0i2J5{
box-shadow:var(--box-shadow-style-2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E0oxUr-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E19EH5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E1I0XY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E1RTwh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E1Sv9d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E1z7Nw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E20zPh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E26E27-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E26Nht-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E2ErMC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E2LyUy-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E2Mekr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E2YVcQ-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E2a0jC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E2b2qx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E2cG93{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E2dxyc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E3DaTu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E3Y7pN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E3ipDZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E3lxPq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E3mYWz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E3wKFW-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E43mAt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E46W5r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E4bOmd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E4baSb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E4i3KG{
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E4llRC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E4pu98-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E4sxYi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E4uX92-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E53pIu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E54bqN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E57IGh{
font-size:32px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E5BQOn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E5MRgL-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E5OnqL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E5iO8t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E5kJre-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E5u1Og-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E63J7g-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E6JgbS{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E6O7N6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E6U8Ne-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E6ZtXi-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E70sf8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E72KAD{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E73knC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E7BWsG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E7Ljtk{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E7TXaC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E7UtsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E7V3ov-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E7oDVB-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E8CG8n-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E8rs19-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E923In-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E9GwRN{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E9tai0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E9uc8y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-E9z2ue-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EAZy2U-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EAjRym-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EAqbcl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EAwZaM{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EBNPjG{
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1 !important;
width:400px !important;
text-align:center !important;
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EBS7YF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EBnbDc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EBrVNM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EBt5IR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EBvBQp{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EC5529-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ECCB4n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ECYS3D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ECecGB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ECq4zT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ECtwHN{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ECzREr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ED4aSm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EDJHZd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EDLwCV-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EDOhEI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EDq23C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EDxOKu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EEGcuw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EEKRLT-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EELugP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EElvPR-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EEnO5W-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EErmdA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EEtej3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EEtuwC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EEvvUX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EF9i7i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EFIhab-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EFJtUG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EFMynu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EFZaLE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EFb6r9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EFyNhR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EGHLbA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EGKoRA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EGiBmq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EGm88T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EGtbug-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EGuvCP{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EH6FQz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EH6PaR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EHN6Yw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EHoz9e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EHyhYA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EI5qvH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EI9084-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EIIZOY-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EIJfwL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EIqcU8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EJ6fqj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EJXw6p{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EJcLx1-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EJjzuR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EJkLBt-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EJl4OB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EJnlni-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EJrkPJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EJwM2P{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EJwnL0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EKEauG-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EKHPJ5{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EKNIAj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EKeUPC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EKqdSR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EKsLDM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EL5Qdy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EL5ZYp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ELHptc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ELbI6Z-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EMAFeJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EMBipk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EMG5hg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EMHUWN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EMfWA0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ENAlP9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ENAss0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ENCgyk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ENGi4e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ENPBSi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ENVMw6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ENYM41-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ENkRqC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ENkmtv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ENnuWb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ENo42g-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EO2uKJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EOeFWR{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-EOvqfh{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-2-1739967075848.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EOwtJe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EOzv4a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EP3jDW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EPVfgn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EPeXyc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EPhbRD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EPieCS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EPskZn-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EPuP2o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EPvB8A-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EQDcdp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EQIleU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EQsk6L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EQswrY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EQuO9c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EQzB8Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EQzLkt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ERaRN0{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ERbs9x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ERdTEd{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ESJ44Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ESRYJe-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ET2D7J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ET8PYv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETGAul-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETH005{
padding-top:calc(var(--pu-space)*0.5) !important;
padding-bottom:calc(var(--pu-space)*0.5) !important;
color:var(--body-color) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETOcDu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETU98N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETUKTZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETd8eh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETfGRm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETfmwM-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETldvH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EToGaz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETor3B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ETvcKk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EUHqsh{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EUKwq6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EURPrw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EUhAxq-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EUhevX-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EUoRPT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EUoXMk{
text-align:start !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EUy0UO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EVhc6j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EWDg3F{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EWZf74-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EWj35b-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EWmeWb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EX7tqR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EXC71W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EXE3W1-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EXdWKh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EXl7XM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EXqMMa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EXsu1l-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EXvnBo-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EYEWmp-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EYI9dT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EYKCZR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EYTVna-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EYXzZG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EYkpEi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EYoYjb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EZ71pT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EZBXNU-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EZaB2P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EZgNRG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EZi6E6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EZmcTe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EZwmiD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ea2DAD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ea2ypE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EaEdzz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EaMffu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EaO705-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EaO9dm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EaWl35-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EarP1n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eb8o6v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EbMqrK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EbPPzm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ebt0vt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ec8wZb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EcEk6C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EclXGP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ecp0AQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EczABb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EdBCPG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EdQ7zw-ds{
border-radius:47px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EdUGhO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EdceiL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Edg7rR-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Edin2g-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ee31k0{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ee8qoa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EeETgK-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eegc8Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EeilZ5{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EexVNk{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EfCNyB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EfNI6e-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EfbDaX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EgPKPQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EgSPnb-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EgkQW9{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ego2ws-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EgpB64-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EgsAmh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eh1yyY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EhGFdJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EhGXGT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EhTg88-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ei2f2d{
width:380px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EiIWeL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EiLZBN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EioqRL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EitvpZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eiv4VP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EiyQJx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EjDcQD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EjgqXA-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EjmaXq-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EjpVir-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ek35e6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ek35iv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EkE3T8-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EkGD8O-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EkRj6F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-El3Tho-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-El7Pi5-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ElAj7e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ElKLxg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ElPbau-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ElU6u7-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ElV8qK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Elyvh0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Em3o0J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EmF7QD{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EmL9Jn-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EmSg8R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EmkWhy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Emn2uY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EmtDdD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EnFRz3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EnXuBh-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EnpdN4{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EnuD14-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EnzrRi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eo3qcp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EoDzYx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EoUgkr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EoY6lj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EoZuXs-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eoczkc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-EosMsS{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ep1vD2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EpClva-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EpENp9-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EpFS9t-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EpLI52-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EpfLVD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EpzHH8-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eq0qA8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eq1OfO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eq5nF3-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EqLlLk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EqaLCh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eqf8mu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EqgFr4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EqnI9B{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EqsutJ-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Er3HcV{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Er4XMl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ErAa2Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ErnB5M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ErnqFf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Es6b4E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EsEnfo-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EsRGKG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EsiXmC{
height:240px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Esv83Q{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EsxM5i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Et8ikp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EtDqsK{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
padding-top:calc(var(--pu-space)*2) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EtEuyx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EtM9JY-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EtMUCj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Etf6Iy-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EtiOte-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EtmAaW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eu4VD2-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EuAhfz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EuDLNU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Euap3t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EvLPaE-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EvPNY3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EvbbHU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EvhsC4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Evjn8F-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EvoHO3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Evt7Zx-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ew0Xwq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ew1J5e-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ew1iln-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ew3vyQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ew8mm8-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EwEfQk{
height:auto !important;
width:auto !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EwLYPF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EwYCJC-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EwjiGS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EwmvNr{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EwqFZo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ex0Gw7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ex2p1m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ex9Ykg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ExNmr6{
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
height:656px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ExQUb9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Exddef-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ExhDZq-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ExicwN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ExkUZh-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ExyVl5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ey0Urt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EyBoJI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EyTYnn{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EyU3CY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EyUwxf{
font-size:14px !important;
line-height:24px !important;
min-height:52px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EyVyWS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EyZCug-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EyltZb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EyqZPZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EyuzEj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ez7wXA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EzI3vC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EzK0Oh{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EzPL1V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EzicwW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EzmiVP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-EzoQQO-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ezr9ps-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Eztoba-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-F0528F{
width:400px !important;
font-size:var(--phw-g-cards-title-font-size) !important;
color:var(--black) !important;
height:56px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F06NHZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F06v50-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F0ALUt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F0f6HK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F0pfu2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F1Huf5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F1XCnM-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F1wISZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F24mDt{
width:390px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F2evrB{
color:var(--black) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F2gHVk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F2kKH4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F2kalA-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F2zoSO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F36wKv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F3GYSa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F3TWGu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F3ddh0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F3f4oL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F3kfY9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F3oN50-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F488Nz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F4Ftcn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F4MFKa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F4PYzX-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F4XAqu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F4e1ry-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F4iVS3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F55wMy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F59OiH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F5DkwI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F5dYCz-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F5fg87-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F5kCLm{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:200px !important;
width:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F5rc9a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F69k50-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F6DGTC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F6KpJ0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F6apKY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F6loUc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F6oGr0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F6pWuQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F6u1Og-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F6vwd7{
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:56 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F6wSdH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F6yNVH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F7GD5M-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F7I2N1{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F7RZ3N{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F7gQmq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F7hYdU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F7igKW-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F7sG5k-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F7ulOV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F7y5h0-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F8E66x-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F8ULbs{
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F8eko5-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F8gtHi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F8kLnW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F8mMgg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F93XZh-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F9ENbO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F9MLHn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F9OGl4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F9eBMZ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-F9gRgt-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FA5D7b-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FACRQd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FAXhvQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FArhPX{
}
.phw-g-i-FArhPX img{
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FB3Pep-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FB7jT7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FB9DqV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FBBcHM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FBDgIp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FBgOpw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FBs9NR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FBxx37{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FC8IE7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FCJ6JD-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FCKs8n{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FCMTyn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FCOlBG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FCVrzM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FCk5AA-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FCkgae-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FCpjpM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FCse2I-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FD9vbO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FDGtqh-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FDLC5E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FDUVPy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FDXNia-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FDqmZR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FDrBcA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FDvsD2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FE578H{
}
.phw-g-i-FE578H img{
aspect-ratio:4/3 !important;
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FE6nDk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FEEO2k-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FEXIGu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FEXkEN-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FEbDJH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FF0fBC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FF23Em-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FF4GrR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FF4gCo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FFDDff-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FFJpow-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FFKxnH-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FFYnbz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FFdjld-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FG9JdH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-FGIZVm{
height:266px !important;
}
#_PCM .phw-g-i-FGIZVm img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FGLnUA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FGX6Un-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FGda07-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FGjkeD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FGu5et-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FH4phB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FH6znR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FH9hyv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FHBOIg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FHPA0n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FHW5I6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FHX5K9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FHfKG6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FHlrj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FHmhvN-ds{
border-radius:9px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FHnpWs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FHxawe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FI0QBw{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FI1pTV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FI5iSP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FIX8HG{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FIX8HG:hover{
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FIYaDg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FIsbNd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FIsig1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FIvy4L-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FIydZL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FJ7Tv4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FJGZ0p-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FJIQZr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FJdBYe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FK2tPO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FK6HoK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FK6guZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FK7Cev{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKBQii-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKLJmK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKMlCN{
width:95% !important;
height:50.9688px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKOn63-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKaG6m-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKcL3q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKf0YV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKl84A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKp9HF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKvDia-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FKvPsk-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FLMR9H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FLSBUP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FLi6iG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FLve0Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FLw15r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FM1gSO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FM8DRn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FMJyLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FMPGze-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FMPrWn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FMiqXS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FMtkV7{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FN9Jv5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FNRWHQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FNeAZw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FO2STp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FO3wwj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FOIZ6k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FOIn6C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FOJCYn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FOTDem-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FOY12X-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FP7OzR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FPVAcn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FPVi4J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FPcFcK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FPek0S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FPg9Di-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FPqsve-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FQ04RI-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FQB6wX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FQOIVs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FQQt9u-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FQS66T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FQZyna-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FQgxDa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FQnWl0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FRKR22-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FRaW6W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FRdoCK{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FRttnF-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FSF0j6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FSLXMH-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FSZAvc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FSo8ga{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTUbCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTXFOo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTYOuI-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTfZmv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTiFa4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTk47y-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTosUu-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FTw004-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FU24O5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FU3fAn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FU44Za-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FU7yUN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FUKFuj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FUNIop-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FUYSyk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FUejzZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FUhdE4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FUzlXo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FVGaN9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FVYUg8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FVZMrk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FVa4Zm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FVe2Aq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FVkBOV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FVlhUi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FVoOFh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FVqIkW{
padding-left:0px !important;
padding-right:0px !important;
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FWHfyR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FWVfoz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FWtm7Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FWyazo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FXQIbr-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FXVXCu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FXbIZs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FXekpk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FXhVXd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FXvz8O-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FY4nMO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FY9TfJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FYOsSO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FYs6WG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FZQBvb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FZSzZg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FZXIZs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FZZ1NC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FZbMR5{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FZhTX1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FZiUPi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FaFHgI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FaQ9QO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FaRgDj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FaUC1V-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FaePaq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Faj7Wv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fan2j3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FaoqBX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FauZJD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fayjo6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FbPjSN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FbWzFx{
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
width:400px !important;
text-align:center !important;
height:56px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FbhnVf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fbqtbr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FcMCkM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FcSzEb-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fcb2fZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fcs2E0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fd6cem-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fdee4h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fdq6KO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fe8nyD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FeEMxl-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FeG9UT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FeKIxx-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fegaol-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ff8BGo-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FfFnuQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FfIIVm-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FfllP7-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ffm70Z-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FgD9lq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FgFvBo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FgP7Wa-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FglRsV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FgzgSP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fgzq9z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fh3Uw8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fh6tfk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhGU8q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhLihx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhQMx0{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhST46-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhTI5i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhVDY1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhVlMf-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhYqwf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fhgy3x-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fhr6c6{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhthKG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FhtqTk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FiO1Dc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FiO5Cp{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FiSO9C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fiandy-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FilN7T-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FivFAJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fj3iGv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FjI7N9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FjM7q8-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FjV1yL-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fjdbq8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fjwebe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fk2dN0-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fk3JLJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FkObua-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FkPjOj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FkQuIj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FkUGwE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FkY9Xq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FkdVmh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FknJrN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FkzOnP-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fl5LW6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FlA5Lt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FlJ7Hm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FlPHUb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FlXEfM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FlxLBA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Flza2Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FmrSUA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FmtNh1{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fmxhzm-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fn46zo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FnE9VA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FnPigF{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FnTY51-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FnZz97-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FnglkI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fnhs1l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fnub8a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FnvNKN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fnxg6a-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FoBJOV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FoLqik-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FoSQom-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FoTqRN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Foe4Y1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FojfOc-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FovT4h-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fp2GTX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fp8e1M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FpDJzT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FpGQl8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FpLXEP-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FpQ9oY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FpTGdo-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FpUIK7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fpbt3q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fph8hy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FpmCRp-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FpoYnV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FqQXl6-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FqaPcz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FqjfPv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FqjjP7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fqnjn6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FrDbaS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FrF8mH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FrI0yL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FrJcr7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FrihsF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fs3RrB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fs8NLC{
width:380px !important;
font-size:var(--body-font-size) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FsF0zm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FsFNSE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FsFjou-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FsHzAA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FsblQw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fszato-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ft3oJC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ft4TWD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FtJbaK-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FtPbBs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FtS4FU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FtycF3{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fu8gkT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FuHsx8-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FuRPaj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FuSzCO-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fuo44Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FuvuOw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FuwQ2g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FvBilX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FvDE1y-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FvI8OP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FvPabU{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FvSJ10-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FvWmj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FvYKyA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FvamL9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fvs8x0-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fw5cc5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fw8JiT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FwD93u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FwIdkJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FwMeu2-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FwNGVg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FwZdWm-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fwk3mW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fwse4C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FxG3gi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FxWKrt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FxWNRe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FxWURp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FxyjnW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fy13fe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FyH20h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FyIJBS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FyOiYT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FyaMPC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Fyn4Zr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FzLlR5{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FzURW9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FzY9ef-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-FzyJvp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G06r9q-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G08c8B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G0K171-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G0Z102{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G0rEqq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G1azip-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G20ANZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G24w2p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G2RxWw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G2ZsLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G2ffu4-ds{
border-radius:47px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G30j1E-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G33KLy-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G38Ygp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G3HBsq{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G3I3Ol-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G3Ibak-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G3W30T{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgdatajobs-1740367633328.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G3XEGf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G3YjNs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G3tdEz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G4JBED-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G4RWSj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G4mCzM-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G4w9aE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G58bP9-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G5Xpj9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G5mvDf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G60Ov6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G62Hpr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6BZnr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6COzH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6HpQ0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6JRIO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6K3Cp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6KcSK-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6MD5w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6ObsT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6T9Bh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6bU36-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6uJgy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G6wQaB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G72Ok0-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G73g9M-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G7M4JE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G7OlbM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G7P3YM-ds{
background-image:url("https://pp-cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/necessary-1720437577430.png") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G7hs5A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G80e5Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G82OER-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G8hV7z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G8lltd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G8ln9s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G8tMM9-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G91a3l-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G938Ri-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G9Bn4J-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G9Fpe3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G9OTUe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G9YZ9Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G9Yqrz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G9hPOd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G9nuGE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-G9u3yu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GA7cXB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GA8FMD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GAR7Yk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GAmTbV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GBbH4q-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GC9hn4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GCDbaw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GChiTg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GCl8AH-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GCpgl1-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GCq5Cx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GCwyfI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GCxDzW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GCxvfD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GD3bon-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GD50l7{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GDEGzg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GDFFM7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GDLZHo{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:200px !important;
width:94% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GDWHQJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GDZejR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GDpigt{
height:40px !important;
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GE80Q2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GEAmdV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GED8EK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GEUoyG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GEXmiC-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GEaZRH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GEir2f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GF6xRx-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GFPkmN-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GFf9C0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GFkqdP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GFkrMV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GFzOwC-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GG0Png-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GGEISC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GGSFN7{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GGX16i-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GGYyhx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GGZDfO-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GGl4IF-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GI2VCg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GI61xF{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GIE2DM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GIh4mD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GIjbyJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GJ05O7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GJ6XdP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GJUudi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GJhdMo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GJyIkL-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GKB11w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GKBRSp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GKQWxS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GKrLsn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GKvD3E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GKxOi3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GKzP3N-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GL5O6N-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GLUwAX{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GLnh0k-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GLyrB6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GMiQGr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GMijgE-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GMphUt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GNHmPW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GNPcFf-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GNQu8Z-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GNa68G-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GNds0t-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GNnvub-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GNqLeX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GNsVeM-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GNutCq{
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GO15vE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GO8KLq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GOIVuH-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GOONCg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GOZ1C2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GOlir6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GOuZjn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GOwp8p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GP2Iat-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GPD4r5-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GPGucD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GPM04y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GPPlmY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GPZXuz{
background:none !important;
background-image:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GQ6sK3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GQ7PFg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GQCLPP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GQF5e6-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GQFo0o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GQLWqn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GQOsaU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GQQXhR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GQaUzV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GQwhJs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GRCEaq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GRUV65-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GRVInc-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GRWrsT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GRZnSK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GS6qlL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GSIbZP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GSU3wY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GSdI7m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GShvgv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GSphUJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GSq89J-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GSwwbE-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GTM5tk-ds{
cursor:pointer !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GTOLpQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GTfyBR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GTi09f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GU7VwM{
text-align:start !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GUGZHK-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GV42DP{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GV88Ur-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GV911c{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GVE5TQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GVdbuy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GVkCYV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GVooML-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GVu9f2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GWElhX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GWFs3S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GWGQ1R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GWOFGg-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GWOGuU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GWWYPy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GWlBS0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GWrXPm-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GWt6qt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GWuszx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GWxPhU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GX7gfW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GXCbWD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GXVA39-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GXZqtx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GXl94i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GXn1iC{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GXunT0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GY870T-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GYKRQu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GYRHjH{
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GYRHjH:hover{
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GYU9Lf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GYfPQZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GZ4fgG-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GZBK8D{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GZO1ZR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GZQtQT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GZeZFb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GZeyOc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GZhFAU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GZuwk7{
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GZzZjw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GaCqL1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GaEhoH{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GaGP3i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GaSywB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GaT4kj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GarYq6-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GatMsq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gatzgj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gb2OTj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GbDRv2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GbDWvf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GbP4Ug-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GbPg4e-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gc1K7k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-Gc78EJ{
padding-inline-start:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GcHZ2A{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GcHy0Y-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GdOOGY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gdov6R-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ge5V8n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GeIAc9-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GeQVKq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GeTdir-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GeUwbI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GeWh4M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GeXFIB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GetEiG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GetyDE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gf3FD5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GfIwJ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GfTjam-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GfWnrT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gfa83A-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gfdhk4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GfqLQD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gg9KMQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GgCug3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GgPYq0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GgTOwW-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GgWpfI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GggjLJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GgqDMT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GgrqaV{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ggw8lJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GgxzDV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gh3GAL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GhEyMI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GhF9yS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GhXoV4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GhYtpG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ghggb6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ghiq62-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GhivBw{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GhsMYo{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GhsuTi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GiAoK9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GiDFNN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GiDm4b-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GiGfWx-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GiTFcr-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GiV68p-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GiX3Vk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GiXTBc{
font-size:max(calc(var(--font-size-12)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GicMNl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gj2ABa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gj8wmT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GjcpXV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gjl2Ma{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gjnf0p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GjuMpx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gjxw6X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gk1APZ{
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gk6yhC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GkDcby-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GkUYTC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gknp4m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gknzbi{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gl4owk{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GlIaH9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GlXlH4{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GlfF4e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GlmuIA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gm3vWn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gm9oWE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GmBA8r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GmKK9G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GmL1n0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GmbVi2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GmiUHe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gn9mNz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GnHKXz{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GnNUoB-ds{
border-radius:31px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GnVYtA{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GnoO6v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Go0zK8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Go2N7b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Go6ZwV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Go82aX{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Go9vqo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GoEPAY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GoFmU8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GoNQJn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GoOdKl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GoRWyk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GoYfPq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GojZBN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GopLQt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gov1MI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GovgSP-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GpIaxL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GpMw4x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GpZydJ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GpgRTV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gpljr6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GpqnWR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gq05uO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gq32oz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GqQWda-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GqWvX2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GqciFH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gr7bl8-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gr8vzB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GrIDOS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GrrRm7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gs9Mol-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GsTXuR-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GsWAUa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GsYPWr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GsdAKI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GtCdKZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GtVzlA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GtgOlE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gthmev-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gtl98m-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GuHQ2O{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:200px !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GuJmJA{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GuR7Gh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GueQCc-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GujzKW-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GulyO5-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GunJHF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Guusav-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gv6YV8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GvGDrn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GvJmQL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GvKwMh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gvd5WG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GvjfOL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gw0VH6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gw1Xss-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gw3eji{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gw3upi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gw9bSw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GwOK14-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GwPWan{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gwbg1M-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GwoBEv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GwpacJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gx2KjD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gx2bex-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gxy0o5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gy4VIQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gy9bkt-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GyJxai-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GyPmgP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GyQFVL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GyW5Cr{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gydocc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GyeRlp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Gz0qWv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GzD5EQ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GzDsrZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GzQCea-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GzWtX2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-GzXZmo-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H01EV5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H01QIf-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H04B6x-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H0GxZM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H0HFuA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H0NPf9-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H0QGgD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H0SGoJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H0UAFc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H0XMAt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H0hi1d-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H0x7Wg-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H16CDa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H19BIQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H1Ozjk-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H1YepZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H1Z94C{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H1ibDN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H1ift1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H1jvHH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H1mfjz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H1tZTJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H1tllR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H1vB7t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H28kw7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2EVjY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2I7Wt-ds{
border-radius:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2NNRK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2P6dy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2Q7BM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2QEvM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2QqNN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2ck5H-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2dmyL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2gvr8{
}
.phw-g-i-H2gvr8 img{
aspect-ratio:4/3 !important;
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2uaKR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H2xwvu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H33bT8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H3TETT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H3Vp52-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H3sg8Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H4BtmV-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H4HHfb-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H4Hot6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H4Z1Sn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H4dUrF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H55q5O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H5NXUf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H5WYNI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H5h88F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H5lsj9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H5tINy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H6AZEK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H6W1DY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H6lKB9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H70PWj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H7WdJd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H7c7RU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H7mx3q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H7vEyp-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H7xtWG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H8FaVs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H8HSll-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H8HVhw-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H8IMeX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H8S6cX{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H8bjW9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H8gJyq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H8kxpc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H8oerV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H8qf6G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H90FVe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H96C4Z-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H9YzIc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H9bBXa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H9ebjL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H9iqS5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-H9t1j4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HA1Teo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HAGL2x-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HAQQBO{
width:400px !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
height:56px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HAQwrV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HAaKsm-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HAcZMf-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HAf6om-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HAgdOr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HAsyHr{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HBGd9Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HBaEKY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HBlfKN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HBp5GN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HC8egL{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HCFwxj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HCVyoX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HCoAM6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HCqrso-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HCssuv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HD37qr{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HD5hmb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HD7w03-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HD97cH-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HDLRrV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HDNovz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HDj4Po-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HDytCI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HDz9nj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HE35cj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HE52Xr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HE6Pz9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HE8OLX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HEEZcG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HEFgXK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HEIvIf-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HEOSXQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HEdBiD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HEhf14-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HEqQK4{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HEruya-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HF1f5y{
width:380px !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HFB1DY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HFCviN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HFDwEH{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HFFbIA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HFPCKm-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HFiI6L{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HFy9WU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HG3dKv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HG3nL6{
font-size:20px !important;
padding-inline-start:calc(var(--pu-space)*3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HG90W5-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HG9pOf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HGA4lt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HGHbFM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HGKCaj{
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
height:480px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HGOzJL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HGP18N-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HGPtEH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HGeNPJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HGm9k0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HGz7ck-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HH4s8v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HH5EJm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HH81U5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HHaLcH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HHhlFo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HHiHk8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HHjGpO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HHlwsy-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HI6Yxu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HIItNE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HIJtdx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HIu6TT-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HIudU4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HIzAkH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HJ6m2f-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HJ9yZF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HJEQXj-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HJJJ8r-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HJKfpK{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HJXMc2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HJlM59-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HKgmet-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HLC4cy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HLEw6r-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HLR57J-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HLjbIt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HM1rGr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HMDIYg{
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
width:320px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HMG2NI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HMMPTk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HMa4VA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HNUsnm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HNVyfa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HNhWMP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HNpZKB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HOD9Mx{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HOTaOR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HOe04a{
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HOg89K-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HOgHhO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HOgU3O-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HOhJEH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HOuGhG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HOwVO3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HOyBuy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HP4aRa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HP9WU7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HPDv9M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HPQFdD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HPdm7G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HPeYrV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HPf5zi{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HPfjcR{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HPiMky-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HPiNyn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HPjXvA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HQ5cP9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HQAGg5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HQGltw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HQJ9Ys-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HQR8ZL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HQUicj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HQYYBq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HQpW8y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HQw7Vb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HR16VB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HR3bVw-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HR4H37-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HRXfCq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HRliNG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HRmzsm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HRtItT-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HRuZ4o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HRvABb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HS3upn{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HSOY15-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HSWbBN{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HSchqI-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HSqB8M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HT8AuU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HTIYsu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HTQ9fr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HTuxkN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HU0DrQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HU4ted{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
width:380px !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HU8Kmd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HUAixU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HUBL19-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HUBkbs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HUeWWH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HUtF73-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HV8UJX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HVA74J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HVBGfe-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/test_recruitment1-1630451101661.png") !important;
background-position:50% 50% !important;
background-size:cover !important;
border-radius:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HVDHA1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HVEHR3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HVUItS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HVm1Zr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HWGCN1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HWJXAR-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HWbfOg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HWgF0M-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HWr57c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HX66FH-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HXIlu1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HXNi7a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HXR8Je-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HXTNGi{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HY3nYp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HYXLKm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HYhYQp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HYtPhr-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HZ3C9E-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HZDh90{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HZS40L-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HZVFk3{
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HZVFk3:hover{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HZZzD1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HZilGc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HZjTOG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HZm8Sy{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ha0G5x-ds{
border-radius:17px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HaYt8F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hagd7w{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HahRgM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HahlsS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hav83s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hawb7C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HazY2I-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hb4hP2-ds{
background-image:url("") !important;
background-size:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HbNzb4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HbQFAa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HbjCd6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HbpirC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hc0pP9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hc5pNM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HcKWEb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HcYcRR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HcwM6g{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hd1YQw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hd8NKZ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hd9mBZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hd9xw6-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HdDDKG-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HdLu5Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hdiy7f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-He6gdd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HeYBYd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HehNxK-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hf1MEO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hf1ojk-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hf2OvD-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hf3KaA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hf4La2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HfCctv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HfFqfc-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HfHVqH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HfHfYK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HfIMyW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HfIqnQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HfxuOH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HgUy9o{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HgaaDH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HgleLw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HgzcEh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hh33hE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hh3crE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HhBOUI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HhDf10-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HhE8HA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HhSsLO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HhWgrW-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HhhPAR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HhlNxz{
border-radius:30px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hi1eqs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HiBvZk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HiC4ZS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HiE6kn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HiNMfc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HiPeNX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HiRtkt{
width:473.333px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HiV9av-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HiZQeY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hiia9t-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hj3Ahx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hj4tqp-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hj66Jo-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HjBRdp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HjL6Gh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HjMF0B-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hjg077-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hk099f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hk1FCb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HkEeew-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HkLM7h-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HkNRsi-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hkc1zE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HkdAQz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HkeAge-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HktBB1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HktZRY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HkyPH9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HlCi9c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HlD9bY{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HlDark{
width:40px !important;
height:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HlG4u5-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HlJ6Ti-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HlaVyb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HlhiyW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HllQae-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HlmNtc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HloF8d-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hlt1SJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HmId3Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HmRSa2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HmUdhP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HmVCOl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HmeYaQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HmiCqr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HmlLDt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hmlxw7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HmnO4b-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HmxsSs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hn3vYk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hn6bUM{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hn8GsE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hn9ZEU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HnRMBj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HndjRN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HnkSjL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HnnGpJ{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hnz0iJ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HoAIDi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HoDHfM{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HoGAL3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HoUq4i-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HobQyU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HoyqaS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HpGLe4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HpIoOn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HpWLi0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HptG6Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hq1poK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hq2si3{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HqFYyx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hr9GO8-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hra5jl-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HredjI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hrk6yR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HsF561-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HsFotx-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HsRavb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HshlKP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HsluL4-ds{
border-radius:17px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hssyhk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ht4SPt-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ht710a-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ht9tAE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HtkQt8{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HtoGQD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HtpDLG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hu6TEU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HuKnDt{
border-width:0px !important;
border-style:none !important;
color:var(--black) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
min-height:34px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HuMflp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HuT5ZL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HuY7UX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HumNYu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hv0mZ1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HvAQQp{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:1.2 !important;
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HvEJdR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HvIRP9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HvakPA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HvhdmA-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hw7QBU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hw8yJ4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HwFkWW-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HwMHVM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HwdcyH-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HwpRG8-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hwvi6Q-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hwy3IE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HxZmVz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hxa47B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hxnu15-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hy8tzO-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hy9s5i-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HyGLzN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HyeZ4H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HyijHA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hyrap9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HyulVk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hz8oFm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HzDUe9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HzFeJO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HzUZ1I-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hzajmh-ds{
background-position:50% 0% !important;
background-size:100% 100% !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HzdGZB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-HzshTu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Hzw9sR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I05vuS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I0A9iR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I0Clb9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I0JPHU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I0UFj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I1BATQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I1Ozpm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I1PQ5s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I1TpW4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I218xG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I2E5t0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I2PkPZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I2nL96-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I30bCv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I31Vk0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I3NyCy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I3RuTx{
height:40px !important;
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I3Y4jA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I3gif5{
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I3jirq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-I3jjj0{
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I499sF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I4Q9mT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I4SKwB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I4YGhv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I4bMiu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I4xNYo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I52b6a-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I57xzk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I58pfQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I5E8CY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I5ILA7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I5ORMO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I5Quet-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I5TdZF-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I5Vwej-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I5Yq0e-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I5lsPX-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I5nwCi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I5vyjN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I66ibJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I69G7w-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I6Ir8f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I6OK0j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I6lSLN-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I76Iky-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I76wgP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I7DZEE-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I7ajiN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I7lRwp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I8C8MX{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I8JpwK{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I8UTyn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I8WYkj-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I8Wj6A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I8iD15-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I8yRui-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I90H9i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I94DlR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I95Z2m{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I95mbt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-I9QV9O-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IAKcHh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IAcPSU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IAh8TU-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IAhC0x-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IAtxWE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IAuYgx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IAynlg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IB5zwL-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IBBiDf{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IBGayT{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IBRkzU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IBs63u-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IC5B1f-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ICB7Rm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ICRUE6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ICRkVL-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ICfXZe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ICgQbX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ICmStW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ID5lwJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ID5vwh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ID9LOJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IDS1KR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IDUSB1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IDx2aj-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IDzTWA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IE6q6h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IE7OHk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IEnHeq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IF0cZk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IF44fY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IF6LLb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IF8cJF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IFFMWI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IFVReF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IFakPw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IFePit-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IFhi2j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IFoLCh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IG6TTO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IG9tRS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IGtW3i-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IH4Shh-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IH6Z9m-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IH829I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IHFEf3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IHJ2jE-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IHS3IR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IHWIth-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IHqSBC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IHtxaQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-II1xnq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IIHVG0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IIIWyv{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IIafsd-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IIayK8-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IIivlD-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IIlVEE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IIpsSu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IJGRqO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IJO7AJ-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IJQhDZ-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IJa9gh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IJrCVe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IJwHnM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IK0JFn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IK4byQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IKOkuc-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IKYZAu{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IKr00v-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IKybXb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IL6jAG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ILgU9B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ILmB5Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ILmzIg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ILrEkg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IM0LD7-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IM74Cb{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IM8QtE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IMQ97d-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IMQny2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IMirYq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IMphew-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IMq7E6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IN0V2H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-INY0Qv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-INcydB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-INi27B-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-INmlDs{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IO4Cyl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IOEDnt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IOP75G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IOSsv8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IOVo8g-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IOuc7G-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IOz4Wc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IP7tWR-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IPG5f5{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IPJB9p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IPWqpe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IPZjjU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IPl7FK{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IPuKzP{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IPvpR1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IPxi1t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IQBAW1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IQC0LX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IQCy4K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IQDhZ7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IQQQcO-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IQVWbw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IQZ3M1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IQlY1n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IQo4s2-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IR0SQd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IR0yqK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IR4t6c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IRAkc5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IRIcM5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IRjesU-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IRlyRN-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ISPr2R-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ISRcS3-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ISRtSt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ISnYjA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ISt9FO{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ISx50S-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ISxQOQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IT9i0T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ITFNjd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ITI4ig:hover{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ITI7y2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ITIc6J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ITIhW5-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ITWxU6{
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ITl1bE{
width:410px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ITn21I{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ITvjXf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IU1e6N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IU2n0f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IU4ZiQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IU4ah4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IUBIf4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IUMPWV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IUOQz9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IUlneR{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IUxmpS{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
font-size:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IV0YTr-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IVJeWm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IVKDCH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IVXTvO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IVjSRx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IVuH9v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IVvdNC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IW3mgq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IWOEnZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IWTQZc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IWWqRf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IWmNoc-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IWmWKU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IWn4Xf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IWtyoP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IWx8ni-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IXiiME-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IY5lL3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IY81aS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IYKFms-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IYKFms-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IYOWzm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IYVDAO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IYbTQx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IYsRqb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IYsneZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IYtMMD-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IZ0D7l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IZKKaJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IZVXSS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IZZvN3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IZcHsp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ia8KPp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IaTXVw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IaU06W-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IacvY6-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iahj4z-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IansdH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iaymfl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IbC7mo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IbfZJP-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IbfjWK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IbtzR2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IbyuIG-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ic5lbP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IcI3pl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IcMA5U-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IcmUQ0-ds{
border-radius:8px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IcnqZO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IczV6e-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Id0NUu{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Id0TLw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Id0ZBh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Id4p37-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Id6iXu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IdBOfm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IdIk6A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IdNe4P-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Idfnog-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Idl1AQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IdymxV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ie5ckJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-Ie7ZSl{
color:var(--black);
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-large-font) !important;
line-height:1.2;
padding-bottom:calc(var(--pu-space)*0);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IeFRz3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IeObSw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IedJMy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IeqtO8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IewWXP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IexGpi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-If71xG{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgfinance-1740368973789.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IfFLD4-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IfILZS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IfLtZ4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IfWR1K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IfaTOa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ifbtle-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IfyWWs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IfzYTQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IgXaJX-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Igbgu4-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Igm2wp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ih9CGI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IhEnx2{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IhGP7K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IhVUQn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ii1w2s-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ii2tm3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IiPFii-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IiVsja-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iiemr5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ij5LbQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ij99P3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IjCNF7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IjJUEQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IjM9Ka-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IjeVBT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IjhH3I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IjjUTa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IjwKkA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ik9Uvt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IkOYrs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IkSlDh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ikf4vL-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IlNiGP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IlcWHz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IlsI8b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IlslMs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IlswYC-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IlzZjV-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImGLmj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImL6Tv{
border-top-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0.125) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImNFsp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImPP35-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImSywo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImT6iC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImVvLr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Imbvxd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Imcpsu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Imdce4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImjLOw{
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:22px !important;
line-height:40px !important;
padding-top:calc(var(--pu-space)*3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImlGNm{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImlOum-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImpnOz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Imvg4z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ImwEPq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-In9BjV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-InC4fG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-InOjkl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-InWigi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Inc02A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-InhU7B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Inpxku-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ins2q2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-InvK78-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IoGMws-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IoQv13-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iol75s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ip4N5O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IpEpr4{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IpaNiD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IpeYMt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IpsQGh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IqUDFB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IqVchg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IqlwQf-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IqmgjW-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IrANtP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IrGuCW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IrRBfI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IrTLrR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IrbM3b-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IrcUhb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Irk9qp-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IroQtI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IruKUt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IrxOR6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Is2VTN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IsFRiV{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
padding-top:calc(var(--pu-space)*2) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IsRTXw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IsX2Gh-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IsZMVC-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IsfYiq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IslsW7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Isnmrq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-It0seP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-It8Ld2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ItDau5-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ItOCKZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ItQUtL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ItS8M9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ItUnZq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ItZwjT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ItaPkR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ItoX47-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Itoppl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Itpc3Q-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ItsdOC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iu6oD3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IuBnRa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IuGhDM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IuOatT{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IuQC0R-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IuXXWQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IufnSL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IughYm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IuqdYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IurMo9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IvDSVJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IvJKG5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IvKuvE{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IvR6pI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IvVGTn{
width:400px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IvgPbL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ivt60H-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ivw5Uv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ivz5dh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IwCyGx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IwghX0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IxF9Ol-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IxLHxi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IxOsRT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IxbM1n-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ixkwgb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IxnRTH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iy9X3o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IyNDM8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-IynH0J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iyt2Da-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iyv26v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iz0H3P-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iz1pIx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iz2yqh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Iz4qvV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ize9qp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Izhgqa{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J039cF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J06MXo{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J0Cgsp-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J0gqJk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J0jSZP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J0pk01-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J14TLx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J1IpYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J1MhL8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J1X9um-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J1e2Ue-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J1eHcM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J1gT5y-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J1ooj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J1qa8r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J22CAJ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J2GbI8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J31IZu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J3360C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J39Fpu{
font-size:var(--phw-g-cards-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J3Cklb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J3dOOU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J3dq5n-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J3fqcP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J3hQ0A-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J3s1oo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J4BTJB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J4Wl8i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J4kDht-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J4msRn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J4ygpo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J57flz-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J59Hws-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J5Adog-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J5JMBJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J5VQJ6{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J5ZZdY-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J5j2OY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J5myYA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J625vW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J65SUd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J667Hd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J68xrD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J6Isxw-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J6Kc03-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J6XPbp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J6Zaao-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J6sKJQ-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J72Sov-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J7DBLM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J7e0AM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J7gFi0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J7oEb6-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J8342h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J83zdE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J8Cxyz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J8IlIE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J8Kpkc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J8U7qS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J8iPnL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J8mdPf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J8rVMd-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J90UZ2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J9ECE4-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J9haFR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J9miIB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-J9xBvb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JAC1lf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JAHgPc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JAP00W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JASngC{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JAfNCp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JAoOHC-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JBFDlO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JBXdmJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JBpVb9-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JBpzve-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JBr9gg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JBxo4J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JC2dFX-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JC7cq0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JC8iG6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JCDP90-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JCfbiu-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JCipAj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JCstYg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JCyck9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JCygK1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JD0hAU-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JD4M45{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JDEU6J-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JDEWhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JDHxeL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JDYkcy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JDbyBx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JDteAF-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JE7k0N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JEFl96-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JEI9OZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JEfyjx-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JElBp0-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JEmGIj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JF7h2l-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JFAl8o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JFFV9m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JFJfV5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JFMTAb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JFPlJG-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JFRslh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JFbDO8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JFguL1{
width:20px !important;
height:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JG54mW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JG81JJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JGDe7y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JGOiHy-ds{
border-radius:8px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JGajee{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JGk4i2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHBN41-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHH35z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHHWvu-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHMpV0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHRYFb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHUYmC{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHdtx0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHmlks{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHphjb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHyJQI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JHylc2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JI9zd5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JIARSa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JIRmo4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JIc7ek-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JIedcM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JIjCj1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JIyhpQ-ds{
border-radius:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJ2zGq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJPcq5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJV4GW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJVtKy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJXxjF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJYSw2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJm4PA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJx3Tv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJy0D0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJyphb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JJzOiA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JK0fkN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JK30Fa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JKGWjf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JKSlc5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JKlY4q-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JKrSZ3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JKt8aK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JLCWyZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JLTxWY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JLUSQU-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JLVKrP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JLiswP{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JLivaW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JLxTuj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JM0dPf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JMYIXc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JMmzZv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JN1rW4-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JNAI2v{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JNE5Ba-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JNNwGH{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JNOpiJ{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JNYWih-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JNmQkM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JOB0Ht-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JOB9hr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JOL1Y3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JOdxeW-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JP5pSo{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JP7Pzn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JPBJyp-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JPZKyT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JPnIah-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JPoGIU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JPrnkO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JPvcXC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JQ5Ue9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JQCU0z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JQEvn7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JQaFMb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JQghUt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JQmQg9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JQzZDu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JRG8T3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JRLsqn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JRY8NP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JRYsRt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JRhbWV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JRpKFi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JRt1Bh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JRupg5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JS7vEX-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JSDChF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JSPrFe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JSrHwJ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JStmcQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JTEiQb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JTFaxb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JTHuap-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JTJOEw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JTUzaX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JU1RrW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JU7Ydr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JUNnCr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JUjOla-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JUm2AI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JV1095-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JV5W9J-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JV89uu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JV8tRu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JVCeIj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JVUsGU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JVZtoW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JVj7oz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JVnl1w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JW0asY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JW3RWP{
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JW7mQC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JWFfPq-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JWJsqi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JWiejJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JX2k3P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JX7fyL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JXGPjV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JXTsVg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JXXn9h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JXnGQG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JXp91X-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JXuEKd-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JY5oEQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JYP5RD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JYmMtD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JYuIUX-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JZ1wJK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JZ32Jt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JZ4EkE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ja65oG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JaCTMv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JaLcEX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jarluc-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JasrqM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JawYXo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JazJLT-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JbIg4l-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JbYdHD{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JbeMlN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JbhjD4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JbpG2o-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JbsOxc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jc9YJP-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JcBETv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JcGGyT{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JcL0a4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JcvBvt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jd00jQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jd16SM{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JdX2fZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jdegrd{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JdnYe7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Je97Sk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JeEsZ0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JeG4Vl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JerkmF{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JeyzYn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JfHfHi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JfIWV3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JfNH0C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JfRfyS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JfWF0C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JfZh9s-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-Jfc2NO{
font-weight:900 !important;
font-size:var(--phw-g-widget-title-font-size) !important;
line-height:1.2 !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JfdqvQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jfow3w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JftSQZ-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JgOf4H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jgh2y3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JgiAhk{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jgreln-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JgwQXK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jh2pQG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JhFviz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JhHzsd-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jhdni7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JhqJuA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ji11at-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ji68wJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JiBlaf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JiFtal-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JiLynt-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JiMOLY{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JiYElJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jine5I-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JipS5k-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JjEKPl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JjMonB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jji0qV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JjqzB6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JjvDVs-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jk19d6-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jk3IBa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jk6li3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jk7QZM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JkBkt4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JkCFDa{
color:var(--black) !important;
background-color:var(--brand-color-secondary) !important;
padding-left:16px !important;
font-size:16px !important;
width:auto !important;
padding-right:16px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JkJMm4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JkOddD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JkSPnL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jkgpuz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jkusas-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JlRlMR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jlaneg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JlbHe8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JlfDJ9-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JloI7n-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jm0sMY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jm39Lh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JmNZH2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JmZB8W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JmhoLm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JmqVby-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jn1FMW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jn3mIL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JnDuxO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JnEEhS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JnKz5d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JnRpu7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JnUgyx-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JnZfpd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JnoCMG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jnqz8w-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JnsVUc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jnslxy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JoDvGv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JoE1Gk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JoGS55-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JoMyDO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JoOHLr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JoYTV1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Joc659-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Joc9Cy-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JohYJI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jos4yy-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Joy0r4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JpcUv4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JpvzLA-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jq19mk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JqDLXp{
font-weight:inherit !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JqGLHh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JqMRuD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JqN5qf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JqNkcg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JqjvpR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JqmSTb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JqmxUY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JqtwXS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jr4ZZO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JrJKjW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JrKPy5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JrVo5s-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JrszVz-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Js7Hid-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JsDVfI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JsLcSo-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JsW8NP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jsg4JK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jskigq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jsr2Az-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jt6pt5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jt8mFE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jt9Bi0-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JtFpQE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JtgSJo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JttqXg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-JtulCh{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JuAMs5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JuFQ5D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JuWjeR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Junqrc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JutQxj{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jv3QQ0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jv6Pjs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JvN1Sx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JvNXTz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JvPnFP-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JvXPhK-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JvpPdG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JvwBCc{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jw36Zx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JwNxNT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JwRlwu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JwUEtf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JwarDL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JwmpEm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jwrrsx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JwrwoW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jwvumy-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JwwQOQ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jx179x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JxPZP3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JxWJHW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JxkcgE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jy565G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JyBKgn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JyassT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JyeydB-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jz11ON-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Jz1SXZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JzGJCe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JzkiNG{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-JzvjfG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K059Yf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K06Lzp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K0OECA{
padding-top:calc(var(--pu-space)*3) !important;
height:140px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K0OVkg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K0PUFm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K0XjuH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K0Zjqx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K0e2rm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K0xXsr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K12DcI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K14QR2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K17Ocy-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K17Ocy-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K1C6yG-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K1HsSg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K1Ycs7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K1dZXf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K1hjVM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K1j9kf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K1lbAk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K1pDJS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K21WLq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K2686W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K2AoIm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K2XF20-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K2kAFI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K2ljRT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K36Yaj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K3OoRS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K3SBu9{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K3kYgK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K3lfme-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K3skDw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K40MvP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K40mJH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K439jU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K43Yjr{
font-size:max(calc(var(--font-size-15)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K440PP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K4BSY7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K4XQLq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K4g3a1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K50Kzw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K54Bgz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K5BCJL{
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K5NFxx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K5mlUb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K5wLk9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K66Ipq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K6C3xh-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K6NkVK-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K6bae6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K6joGA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K6lmCg{
font-size:var(--cms-g-small-font) !important;
line-height:1 !important;
min-height:38px !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K6mCLe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K70XHv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7Jjy5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7KOnd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7LEcO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7N8Pk-ds{
background-image:url("") !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7OjUc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7YdcV-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7elAU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7l1qZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7qIs2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7qS9G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7v3eT{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K7yJYo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K80OjP{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
height:80px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K99mYh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K9A1kq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K9D8tB{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K9SH93-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K9XxwL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K9kOhp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K9tRFP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K9tjIl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-K9uZH1-ds{
background-color:rgb(249, 245, 241) !important;
border-width:0px !important;
border-radius:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KA4Lfd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KA5weR{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KAA9kb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KAGQQK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KAO6KZ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KAOW7b-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KAbZOt{
font-size:16px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KAbySJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KAdYfI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KAfJ0I-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KAiQ5A{
border-top-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0.125) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KAsH2g{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KB1pTC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KB7bhV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KBDZZU{
color:var(--white) !important;
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KBDZZU:hover{
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KBJZCI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KBNZPl-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KBT3zh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KBdMEZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KBnr1s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KBpVgf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KCGQve-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KCNH5M-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KCYjcj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KCcf8x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KCfwNo-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KCqx3e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KCwK8M{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KD6MA5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KDBdiM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KDHsG5{
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KDnDPS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KE0btJ-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KE0zvm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KE5uY7-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KE7hjH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KECHU2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KEWfJe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KEhmTm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KEnpMk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KEwFzM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KF1D6T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KF4qHS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KF59C1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KFDH6D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KFN4qs{
width:400px !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
height:56px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KFOf2r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KFu4ck-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KG2INn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KG89Pp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KGdS9Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KGnDfJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KGqMrh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KH35Xm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KHFkp3-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KHReYG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KHVjMl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KI4r45-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KIFebh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KIOTeK-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KIY43N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KIzbxb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KJP6OB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KJSzBg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KJTgAU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KJVld4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KJWxex-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KJY89x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KJaNj1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KJbRlB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KJcORc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KJuKA2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KJxcur{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KK3rn0-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KK5RuT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KKBtBX{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KKSH0Y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KKUh6K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KKZOmX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KKo3wm-ds{
border-radius:17px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KKqsT4{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KKvbtv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KKwc9D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KKyOVM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KL4aoo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KLIPV8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KLPpAn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KLYWJa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KLi4Uo-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KLizJM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KLne9E-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KMKOYX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KMT8AZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KMznIv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KNEEoc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KNPQQj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KNWFYL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KNpLal-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KO0UaT-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KO6mcj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KOIEeu{
padding-left:0px !important;
padding-right:0px !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KOVLnm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KOWZ9n-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KOfg95-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KOhfyR-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KP3eu7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KPCl0f-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KPInc0-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KPXO8X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KPYhVc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KPr3AK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KPs4lo-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KPzPKJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQ99Yr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQADlR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQKYnl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQNMd1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQRuPM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQS5uU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQZgtW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQanWQ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQb2sb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQmRcT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQoPez-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KQtsMo{
width:410px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KR7Jp7{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KRQyNU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KRR10c-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KRSLXX{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-KRTzFT{
width:auto !important;
padding-top:calc(var(--pu-space)*3) !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KRUvAd{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KRb7wc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KRdF4q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KReflc{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KS2N8q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KS49qj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KS7suI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KSFDB1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KSN2pf{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KSP7iq-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KSaZ6J-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KSgFfh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KStL1U-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KSuIW0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KSyKe2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KSyRrd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KTDBq1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KTKZs1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KTLDrx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KTRvmk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KTU1BE{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KTlRid-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KTnMcV-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KU65kI-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KU6kbL-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KU8wOS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KUKaO1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KUO0mP{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KUPE96-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KUcbl5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KUqvfX-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KVHCkX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KVNzRC{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KVWBfN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KVZtgb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KVheFU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KW96Zc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KWFHQl-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KWIjXu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KWRmCx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KWSwVW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KWTBsX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KWbBUv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KWhuI6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KWk0Le-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KWo4Wq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KWpZtT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KWrNsF-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KX2TEh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KX2b8G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KX7ipu-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KXGD51-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KXKE28-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KXbbFF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KY84Oq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KYamEl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KYb12X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KYlxnG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KYobdv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KYu8ao-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KZAac7-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KZBKqa{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KZPkyr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KZcuo1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ka87u6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KaKz9E-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KaMG8I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KaNyau-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KaRDsF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KakDjB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KamKBC-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kau6Bs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kb6Vem-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KbJXdv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KbMO0P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KbkufG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KbzuKd-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KcAE3J-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KcGeuV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KcJ5US{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KcYEW4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KciqHB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KclbPr{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kd0lji-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kd3L6b-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kd4e9A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kd97MB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kd9S0P-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KdBpEk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KdDajj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KdJu4X-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KdKL0G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KdQchT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kdd4va-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KdeztV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KdwALK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KdwdaL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ke4dse-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KefIWO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KerMCC-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KerMCC-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kevttg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kez9O5{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KfGagy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KfR31A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KfRA6A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KfU09C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KfW4OI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kfen71-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KfkIho-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-KfrKTP{
border-width:1px !important;
border-top-width:0px !important;
border-bottom-width:0px !important;
border-color:var(--brand-color-primary) !important;
border-top-color:var(--phw-custom-footer-dividerefedeaff) !important;
border-style:solid !important;
border-top-style:solid !important;
max-height:52px !important;
height:52px !important;
border-inline-end-width:0px !important;
border-inline-start-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KftEmN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kg9sWz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KgSHP1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KgSePI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KgmjWN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kh8r94-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KhF4M0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KhZrM8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KhcQqR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ki479H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ki9zuL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kixpyn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kj1oAO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KjJ7SC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KjKKcu-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KjKgAO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KjMIQm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-KjbRmj{
padding-left:16px !important;
padding-right:16px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kjn84j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kjpfab-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kk16S8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kk2SLw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KkK3Fn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KkWpVC{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KkXZ0I-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KktxZJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KlC6dX-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KlCmBq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KlN2kJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KlSOdd{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:215px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KldTFc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KloRHh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KmCREn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KmPdBq-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KmVeZt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KmpLml-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kn0MeP-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KnFjdo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KnHkP0-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KnOPVr-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KnPcdr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KnSfgU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KnZhEv-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KnjZdy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ko2Jr7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KoFAAc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KoFCPG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KoM9Vi{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KosohJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kp6ZTM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KpA0U6-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KpAhpN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KpBNH4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KpHrXn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KpU7AU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kpnuoe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KpyCRV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kpzwfl{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kq6cLU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KqOiYa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KqQZy7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KqYHHg-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KqcEQc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KqhjOR-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kqv7Eo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kqw82m-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KqxGdF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KrCrmW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KrTNCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KrjzFc-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KrsrP2{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KsB9Mf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KsBhju{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KsTK6o-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KslxAv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KswHrn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ksz5AN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KtWryZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KtXXVx-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KtrTJD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ku1eTJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ku7uXu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KuCXTc-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KuG03m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KuIdyv{
color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KuKlT8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KuNZng-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KuWPHw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kugj2J{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KuqG5D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KvDsF1-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KvNOSN-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KvU54e-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KvWGNY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KvmKXg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KvopiC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KvwNoU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KvxP4I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kw5ALR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KwIIiI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KwRUZH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KwV8VD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KwXirT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kwc81g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KwquKk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KwudPG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kx3HJB{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KxJ4Ou{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KxPLeh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KxeD94-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KxnGgE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KxrbGt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KxuB5Q-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ky3zj7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KyDpkr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KyEfdB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KyQwFC{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KyWR6j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KyWlPc{
padding-top:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KyZWcD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KylDsc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kypf3w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KyqznE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KzEXbG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KzKbD2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KzLYMf-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KzYOza{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KziOoh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Kzks0n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KznEm8-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-KzxVIg{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L01D7Y-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L0HxE5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L0KGN8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L0Vqpq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L0alES-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L15kcw{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L1EXzg{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L1OKjJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L1R63S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L1XeOV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L1azLJ{
width:300px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L1bbz9-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L1si0H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L26eyL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L28KhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L2AfYI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L2UzKZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L37mII{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-L3YZCn{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L3deov-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L3liNb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L3ohx4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L4Ew8c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L4Goyz-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L4M7yR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L4PVKB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L4UwlS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L4ohSJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L4r1g8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L57w9o{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
line-height:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L5Q9Um-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L5pmqb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L6Afwp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L6M887-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L6Pzbf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L6XdKP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L6ZBts-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L6dbhP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L6lPDr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L6lzhi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L7B7b9{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L7BTPa-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L7CBtf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L7KcN4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L7gvtJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L7hKbk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L8AUW8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L8g7xE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L9AdR3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L9nfH9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-L9xjAW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LA1Igu-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LA6t1a-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LAEsyu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LAZ8kq{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LAaf7Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LAolyS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LB0wVZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LB1aea-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LB6Xwa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LB8sm3-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LBGkcW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LBRh81-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LBXUWM-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LBXsK5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LBYKYO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LBZAqd-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LBd4ZJ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LBdAUu-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LBkDQQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LBv8SH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LC59bL-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LCEA6r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LCIqSF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LCQUmU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LCSir6-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LCZN6N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LCepvv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LCl46j-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LCoWzX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LCqejo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LCv4MG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LD32bn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LDK2CJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LDaUva-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-LDnMTO{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LDrqyw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LDsMxQ-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LE2bG1{
}
.phw-g-i-LE2bG1 img{
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LEHVKU-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LEMHkZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LEOAuW{
width:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LEXZDV-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LEmsBE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LEyW4n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LF9WC1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LFAk7v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LFEzQK-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LFF6iC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LFLCBT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LFN3YW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LFctD0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LFgq53{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LFoOji-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LFqD1M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LFufFv{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LG2usU-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LGaEru{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LGi9pg-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LH50VY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LH5kaj-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LHJhB9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LHaEAY{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LHgN6P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LHgOCu-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LHhHaf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LHi2je-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LHxbiY{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LI587w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LI7jT9-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LISu1M-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LIUwfZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LIroU6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LIvbYd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LIxe8J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LJI2TT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LJKgiQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LJbjex-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LJuU4L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LKC5ID-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LKYCzX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LKkxeK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LKokZt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LL0bM2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LLC80q{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LLdgK9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LLnRci-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LLtySq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LLxDQ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LMICMh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LMULhj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LMbl6f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LMusn5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LN8cZj-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LNA45p-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LNLFfl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LNOvSN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LNVQ3W-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LNdje8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LNqyer-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LNrjKm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LNt3gq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LNxaTz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LNyQRH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LO2EtA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LOBJ4o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LOLa0c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LOTZh5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LOcKe7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LOecMi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LOuy5p-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LOvlsZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LOxrHh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LOzemx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LP0V6f-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LP1Ngr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LPGEOi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LPyFbM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQ65nC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQ8SJq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQM878-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQUYc8-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQWA82-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQa8l3-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQaPvE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQe3oP-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQe7Lw-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQerdz-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQjC9m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LQv6H7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LR8fI9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LRCqiV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LRTq14{
padding-top:calc(var(--pu-space)*6.25) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LRULQX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LRZ3EA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LRgwXM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LRsNJp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LRt4lo-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LSHGFe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LSVN5p-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LSW6Lq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LSbE9W-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LSdbqe-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LSr0TO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LSxbZ6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LSyXc1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LT7tIZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LTCfZw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LTF31a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LTRKVe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LTdfpB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LTkHQD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LTwLo8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LU4O9U{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LUGHQ7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LUGYSa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LUNDey-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LUdINB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LUdvGg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LUgoJZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LUmNDL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LUob5w-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LUu8y9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LV2FCY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LV9T44-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LVQSJF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LVVPsv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LVVvbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LVmhnx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LVvBRM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LVxCTN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LVy0vw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LW4eIM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LW5V1j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LWQeaH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LWZIni-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LWZwpk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LWjFMv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LWnZG3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LWoEEN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LX32km-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LX8phi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LXGVgH-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LXHs58-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LXbBqS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LXqZJm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LXtJa1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LXug2Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LY3z4D{
height:248px !important;
max-height:248px !important;
}
.phw-g-i-LY3z4D img{
aspect-ratio:4/3 !important;
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LY8TuE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LY8xjN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LYA8Uw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LYALBZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LYFTik-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LYMVGC{
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LYZ8iZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LYptSR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LZADdk{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LZK9A8{
color:var(--black) !important;
background-color:var(--brand-color-secondary) !important;
padding-left:24px !important;
font-size:16px !important;
width:330px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LaNDiR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LaWQV0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lacnzn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LaeU0g-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lagrds-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LainsB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lap5Ar-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lauvqf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LavC23-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lb7Mhw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LbH4dl-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LbLach-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LbOe2m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LbSw9I-ds{
border-radius:47px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LbUj13-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LbeCtq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lbjic8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lbl5P3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LbnJZv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LbpGVV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LbpelO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lc62Ij-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LcHYQG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LcL01l-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LcL1Kq{
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:4 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LcNMML-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LcYF7D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lca3lo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LcdYyV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lcj96v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LcjQxn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LcpAAE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lcx1gD-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LcyFMp-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ld76tK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LdA740-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LdLkib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LdZ8lq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Le7J8P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LeO83p{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LeS087-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LeTTnc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LeXzev-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LebsMK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lemajw{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LfHkM5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LfSviE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LfdwDS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LfpOH0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LftHcp{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lg01xl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lg4k0j-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LgO03w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LgeJ1L-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lgfc3B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LhNP22-ds{
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LhSMph-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lho8FH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LhqwSh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LhxXrw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Li7aMp{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LiM3NB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LiaJZW{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LisPKY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LizhDy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LjGYJk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LjHeA2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LjQGuu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LjWG3q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LjZCkR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LjsXeR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LjwMWZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lk3taN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lk6we4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LkJr6z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LkbQTD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LkdyjH-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lktt9w-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LkysKZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
padding-top:calc(var(--pu-space)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ll3MSx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LlF4TY{
font-size:20px !important;
width:436px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LlaR5n-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LlkYEy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LlrLT0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lm3VeC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lm3o3n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lm8Ahw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LmA93z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LmEIqV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LmFuzL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LmIfWc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lmvk0c-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ln0UaH-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LnAOm2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LnLiYS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LnR5uB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LnkWTR-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lnlizz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LnwMvv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lo1atM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lo1zXl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LoGb9k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LoIzaL{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LoNPM0{
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LoQVbU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Loa6N5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LoeYVJ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lol2I7-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LomKKG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Los6P1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Loy384-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LpJWhk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LpW4ob-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LpaEFg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LpaF0Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lphtxz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LpiEf7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LptdJV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LpxZ8K-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LqS97V-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LqSwt2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LqXdE6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LqdHxp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LrKk4z-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LrOxQP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LrPXIH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lry3Kl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LsAsXH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LsET4L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LsGRRw-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lseoba-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lsj0PL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lsj3Hn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LsnJPA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LtEHPI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LtElu5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LtOi1o{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LtXR0X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LtfGua-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LtinGa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lty9ox-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lu1Qju-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lu8lQ1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LuE0oR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LuGT12-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LuTAXg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LuW0rP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LufSn7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lul102-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LurM4u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lv3ptk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lv8OPq{
background-image:none !important;
color:var(--black) !important;
padding-left:24px !important;
font-size:16px !important;
padding-right:24px !important;
width:340px !important;
margin-inline-start:calc(var(--mu-space)*6.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LvUXhm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LvbHMl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lvq169-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lvtp7q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lw7Tyd{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lw9Xun-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LwA7QQ{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LwEJvH{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LwNvwl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lwt1WP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LxHfyg{
width:410px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LxIHuZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LxQYOQ{
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LxRybR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lxeztf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LxlJLL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lxott5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ly030J-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ly2nNp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LyglUN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lyiwqg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lyqn3h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LywSHv{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LyzG2Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lz7jnz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LzHmXu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Lze645{
height:170px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-LzhevT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M0Aoeu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M0DidL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M0L7ov-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M0NrKA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M0OAU1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M0XOGt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M0ZUp4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M11r6S-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M153ZY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M1KP1g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M1KQWN{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M1KZUP{
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M1LVUv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M1QMd2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M1bOls-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M1dba8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M28Chz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M2A0cM-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M2YKAX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M2xvHM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M30Kne-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M3FLiK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M3OGrG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M3Or5P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M3TAuF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M3gMSK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M3lG1p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M3mqTT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M3oCOM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M3rmnN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M3sY2o-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M40IKO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M45172-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M464GE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M472LS-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M48UgN{
line-height:1 !important;
margin-top:calc(var(--mu-space)*2) !important;
margin-bottom:calc(var(--mu-space)*2.25) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M49hDe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M4EzLg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M4Ilea-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M4aZuA-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M4rZc5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M4t3Zi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M56vJB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M58e08-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M59AuU{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M5AOFC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M5MWVI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M5Uz0B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M5WZRO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M5X6PH{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-style:solid !important;
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M5evd7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M5g85V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M5hL69-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M5tZUv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M6DLyG{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M6KmGN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M6bDpH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M6cz1s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M6ir3N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M6uk1X-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M6umwb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M6xJVX{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:448px !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M7Gwws-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M7ODPm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M7RCre-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M7VjJF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M7jS0C-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M7p8xO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M7tf8c-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M7xlA0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M801XX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M88jbC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M89CjS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M8CsHj{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M8MBDH-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M8Os11-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M8z3Oj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M9AYQX{
max-height:245px !important;
height:280px !important;
}
.phw-g-i-M9AYQX img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M9Stp2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M9vSVG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M9vcyA-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-M9wbeU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MACS07-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MAPTvx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MAeZrc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MAuT63-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MBiMGW{
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MBy50J-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MC0OEN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MC3OHW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MC8IgX{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MCDYgh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MCIO4p-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MCLZ7f-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MCLqD6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MCO1gl-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MCSS5d-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MCUHeP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MCUT3R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MCX3qp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MCylyS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MD3vs7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MD5QVa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MDBrID-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MDC3eN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MDDq0F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MDNPPh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MDzKio-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MEVva9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MEWU3H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MExMIk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MF1MpI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MFXo8u-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MFYVrA-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MFkhjF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MG8ZcA-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MGMC5D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MGQYcN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MGSVtU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MGgYGb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MGj41r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MGwXXN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MGwo0P-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MGz2cU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MHAenu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MHBDPP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MHEHpf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MHFI5E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MHOAkL-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MHRAU3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MHa52n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MHh3vy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MICwtS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MIFSlZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MIKZEK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MIQPCd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MIfBHa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MIiFwl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MIqan9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MIyWla-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MJ31Gu-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MJDIX8-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MJUgNQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MJiq3j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MK305t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MKJlgY{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MKapVs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MKokLh-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MKqSXC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MKxTee-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ML7mMT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MLAIMi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MLOY9A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MLWYkf-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MLfHSF-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MLwUUw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MMESzt-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MMNY3w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MMTtcQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MMgAHs-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MMi3Vz-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MMiRHo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MMsC27-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MMurbJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MN07WL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MNBAXd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MNCYgN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MNCxqK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MNLBqU-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MNaXdf-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MNc0of{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MNl2tT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MNoXMh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MO6dJh{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MO9uY0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MOCAjy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MODkxm-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MOIN2s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MOKCiL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MONYUr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MOQPL1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MObZQ3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MOfD8u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MOgksn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MOpOBd{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MOyzlP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MPFatS-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MPRcba-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MPnzu2-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MPsLNl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MPvpM7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MPxOGQ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MQ3Hku-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MQDMi0-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MQTeW5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MQXL7X-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MQYpZz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MR9aM2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MRDyUb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MRT6xq{
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MRjqyw-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MRmvO0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MRp4da-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MSWrCf-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MSZ7Vc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MSjdwB-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MSjhEi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MT0hbP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MTG83P-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MTGwMG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MTH1Kc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MTNroZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MTspL0-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MTve4b-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MUA4zb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MUOLxx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MUjNax-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MUsefe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MVU1Fy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MVj7DY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MWBknc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MWD68m-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MWZAQX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MWf2Nc-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MWgeU0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MWkU4g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MWmZ3U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MWnnA5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MWssKF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MWv3zn-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MX9jzj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MXHjYb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MXPep1{
width:190px !important;
height:40px !important;
max-width:190px !important;
min-height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MXTnLJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MXXo72-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MXYdlC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MXo8qf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MY6KO9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MYMDst{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MYOFCu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MYYuEF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MYbpg3{
color:var(--black) !important;
font-family:TakeawaySans-Bold !important;
font-size:28px !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MYunN2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MYx114-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MZ1WEC-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MZ4XT3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MZ7638-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MZTi12-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ma37y9-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ma7Now-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MaBspe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ManWHr{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MapDtm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MaxDd9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MbJZZs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MbO4at-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MbYNkd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MbgtA3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mbo6ir{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MbrhM4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mbv1xL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mc09j9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-McP2E4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-McVVOx{
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MceA5i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MceGSn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Md9Bfv{
height:240px !important;
line-height:1.4 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Md9KN8-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MdBKgd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MdV4oB-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MdXmH3-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MdYtt5{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mdap6L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MdefHg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MdfFXq{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MdhKPH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MeOzxx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MeSN6t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MeZXHt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mebg8W{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mei9ib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MekjC3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MesfH1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mf4yiI-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MfK1ou{
}
.phw-g-i-MfK1ou img{
aspect-ratio:16/9 !important;
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MfplKO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mftvq1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mg7NUP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MgCvq3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MgINdM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MgWqhy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MgYZCs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MgZ1t2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MgdfMA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MgnBS1{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MgpbAP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mgvb94-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MhOFNc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MhR7TE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MhcgPj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MhgX2E-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mi2dJ1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mi7UbS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MiByLu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MiFctD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MiK2UA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mih9jm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MikD38-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mj2oz9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MjD0li-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MjDudI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mk2oXr-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mk83g1{
font-size:var(--phw-g-regular-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MkBqYp{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MkEz4u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MkGURx-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MkO6on-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MkiPTj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MkxKSd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ml37nK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MlG0SJ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MlTLzo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MlUgKD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MlfkL5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MloDA3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MmAHiA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MmDuam-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MmUSp8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MmaGBe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MmjpzB{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MmlAiN{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MmlDcm-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mmrkgy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MmydH7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MnQHoA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MnVv3l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MnenhG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MnfR2F-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MnoXdf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mnvf6b-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mo1MdY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mo9lfU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MoAoii-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MoDoV0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MoJl7q-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MoLl6w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MoWNiz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MocNxu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MoqJpj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Moqy9H-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MotZvU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mozo56-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mp1In5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MpYlNJ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MpqQ9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mpucvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mq91Xl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MqBf7N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MqSEef-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MqWsUs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MqaQnN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MqdEcH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MqgQ4i-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MqoIcM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MqqMYR-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MqvOVZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MqywSn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mr4uKq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MrBhK5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MrJhQW{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MrLPLk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mrhjby-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MrmyHA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mroa3T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MsETUT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MsZFDX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Msy1PZ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Msz0ui-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mt2F4s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MtBJMX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MtDgWE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MtfFdA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MtlY0O-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MtyK3r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mu04EM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mua91g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MueNfX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MufofM-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MunZwb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mv1Vxt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MvFskH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mvhmen-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mvnmig-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mw2Usv-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mw85PG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MwETKX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MwHIQz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MwSJ8I{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MwTaZq{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MwZZ0X{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MwrzC8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MwsYQ1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MwvnF6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mwy3RZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mx0ner{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MxAXgX-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MxGkko-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MxI2cl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MxKrll{
font-size:max(calc(var(--cms-g-nav-items)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MxXu5F-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MxkWti-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MxrDWR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mxx0qO-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MxxeIT-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-My0qS3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-My1yef-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MyQAVu{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MyjznG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MyrGVR{
width:380px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mz1R8c-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Mz7cnR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MzCE4K-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MzG01v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MzQp1K-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MzWzDV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MzXtkA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MzdOR4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-MzpJKL-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N0GIri-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N0H9d0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N0Lgtg-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N0MieL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N0UTzM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N0pyDl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N0vee0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N10drk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N1K9PV{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N1sHsX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N21JyP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N2GoO0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N2NM5W-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N2Pb6j-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N2QdMw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N2cZCk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N2iNtp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N2wMcV{
padding-top:calc(var(--pu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N38tRD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N3ILAv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N3KNa8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N3Zi10-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N420pp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N4RYfX-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N4SOr1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N4SsJj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N4Ud1j-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N4YuVI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N4aL5b{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
width:410px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N4xdW3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N57Ckt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N5Jybc{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N5dTlf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N5fcI8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N5mYJV-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N5rhBF{
color:var(--black) !important;
font-size:var(--phw-g-cards-title-font-size) !important;
width:400px !important;
text-align:center !important;
height:56px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N5sPQV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N63bVC{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N64IHt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N66CnP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N6FuJl-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N6a7fL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N6cGJB-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N6kdxe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N6yeWs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N73X7t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N7Mf79-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N7NGAk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N7OqBZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N7Z9lt{
color:var(--black) !important;
font-size:18px !important;
width:320px !important;
text-align:center !important;
padding-top:calc(var(--pu-space)*1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N7aEdg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N7asqK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N7dUl0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N7eSen-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N83ZsN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N88PRR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N8G8hw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N8Na7C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N8bZji-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N8g2pF-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N8iWCt-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N8jQgi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N8w700-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N8xds0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N9RECu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N9S4pe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N9UZCr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N9bS4m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N9cjpx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N9qd2B-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-N9tsRq-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NALWfQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NAQj6d{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NAVsRl-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NAcUMr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NAizAs{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NAjIY2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NAlkSh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NAwFNk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NB116M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NB4b8N{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NBJRib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NBJXRT-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NBnYgf{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NBzUJq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NCb286-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NCe6hf{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NCujI9-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ND7K2b-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NDFTco-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NDKI6V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NDfqs5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NDpUWs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NE6gSK-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NEAJOt-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NEJWnd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NEOPB7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NESpd3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NEXh5g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NEe72O-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NEfq6Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NEodKc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NEr2GL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NExm57-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NF08qt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NF3JLk{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NFH9Mg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NFKnc6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NFeXXM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NFem0u-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NFmKDD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NFzo9W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NG5ORo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NGFvDN{
color:var(--black) !important;
font-size:var(--phw-g-cards-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NGJ2Lw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NGQd4C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NGWZJh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NGbxM4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NGc6BF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NGePXo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NGjYfR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NGurNR{
width:320px !important;
max-width:none !important;
max-height:none !important;
min-height:0px !important;
min-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NH85i5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NHJP0s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NHPKCD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NHUrrF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NHwmkd{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:40px !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NI0hu1{
font-size:48px !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NIFahM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NIdKCK-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NIlF3k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NIloVF-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NInitL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NIyK7v-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NJ1f38{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NJ8QnV{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NJHXeI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NJNUSx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NJR76h-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NJScMG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NJWGx0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NJbGQH-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NJbdiJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NJmoFl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NK4BzW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NKcKSi{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NL5l5m-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NL5rj6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NLBgY6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NLE53X{
padding-top:calc(var(--pu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NLJT5M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NLL4nH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NLWBrc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NLl7Op-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NLl7Op-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NLzHkM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NMPXVQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NMgrF9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NMrVPO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NN307o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NNHVjd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NNay2w-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NNbQ7z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NNcqPT-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NNjMtj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NO1fRq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NOBjmk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NONBdn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NOp6Fu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NPAi62-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NPGfGC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NPO6oQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NPRkM9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NPrZu2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NQ4glL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NQ6KDQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NQ8UBw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NQQRCg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NQQovr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NQXEnM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NQbbYG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NQkJlQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NQkzBb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NQrT7g-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NRPZQo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NRSQcd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NRjqmP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NS1kUO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NS3kG6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NS65us-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NSDXv1{
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
text-align:center !important;
width:410px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NSH0SN-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NSOws0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NSTkC5-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NSTqKs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NSVzh8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NSeoUF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NSpH0i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NT3dIs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NT9FCt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NTsLzB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NTw7Sj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NUBqvK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NUJNLQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NUL4Rb{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NVI0Vy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NVaGga-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NVeyPB-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NW6PDF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NWCo9U-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NWINcU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NWKWLy-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NWQHib-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NWbogY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NWcVwU{
color:rgb(36, 46, 48) !important;
font-family:TakeawaySans-Bold !important;
font-size:22px !important;
line-height:40px !important;
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NWn0Pl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NWuaDy{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
border:none !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NWuq1I-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NWyiOL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NX0cBu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NXJb8t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NXQtJA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NXrT7l-ds{
cursor:pointer !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NY42VN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NY6Gby-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NY8p9F-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NYPjrz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NYSu19-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NYVBux{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NYYYHu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NYYu5I-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NYrTS5-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NZ1wtN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NZ2a24{
width:40px !important;
height:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NZLjNJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NZLyCl-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NZSf3f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NZUzm6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NZcPza{
font-size:max(calc(var(--input-font-size-lg)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NZe0Vi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NZpDUX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NaLh1m-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NaP6JB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NaU395-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NagviK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NbXDCW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nc0sXP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nc4cqi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nc8V1X-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NcP9Gj-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NcfT62-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ncrcpp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nd2aWz-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nd8mVO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NdKYn1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NdMWFo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NdNoy4-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NdVP1R-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NdWIKL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NdXRyR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ndc9rM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ndgqg6{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NdlfVC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NeDvpv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NeUXUj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NeVuBa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nf0iO6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NfDKPj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NfEhZN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NfHcrd{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NfK3Mp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-NfWcAL{
padding-inline-start:calc(var(--pu-space)*1.875) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NfhkFT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nfl8Nu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ng3FI6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ng6Ouy-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NgDSNv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NgDeDo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NgHpii-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NgL5ZH-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NgTkwk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NgcbZg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NgieWw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NgysG0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nh4L7W-ds{
background-image:url("") !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nh4PSb-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nh4Qiy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NhRKGR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NhRiup-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NhdFsy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NhgO0j-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NhjEpB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nhssel-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NhupUX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ni7SvD-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NiAfjG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NiGMRh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NiXUjJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NiXg9x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NietV3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NioGf0-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NixRIV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nj5kRv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nj6mjB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NjGnbn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NjKjhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NjLCnT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NjMiCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NjQ7zB{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NjQKc1-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NjVoLs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NjaPuJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Njbs5L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Njl597-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Njn2pN-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NjtuQ4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nk4m8a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nk9sJS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NkC9QZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NkEI9b-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NkY7L0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NknsC1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NkoJPV-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NktIk9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nkuc35-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nky6Rn{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nl65L7{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nl6Ubf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NlCa06-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NlHE6E-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NlJn0O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NlPNSu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NlWj67-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NlaEYk-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NlemKp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nm8HAf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nm8bmY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nm8vUi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nm9oJD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NmMXtm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NmMsdc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NmO51O-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NmPCpZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NmR67d{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NmfXIn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nmm95c-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NmsScw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NmtmHn-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nn1Q7b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nn4lfN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-No4qVz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-No6GIa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NocmCr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NokWtY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NopkTW-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NoyoOV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NpGOGi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NpLX4p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NpeQ8U-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NqAACM-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NqDkci-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NqJ9Q4-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NqKrzd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nr8Rrq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NrEE6R-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NrGoK6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NrPb3o{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NriRjR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nrkq79-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NrqavC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nrtjbw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ns4vxY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NsDvFG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NsJCkL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NsOSEq{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NsPEVV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NscMPV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nsgez1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nsr9Rt-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nt57CY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nt7esF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NtAekX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NtFGD6-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NtIvjs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NtRLdP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NtRtz7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NtUXgJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NtYZge-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NtnPta-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NtwkTL{
width:390px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NtxJNi-ds{
background-image:url("https://pp-cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/necessary-1720437577430.png") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nu1jP7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nu53g2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nu7tSn-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NuJ0lu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NuNTUu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NuSB3C-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nv674b-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NvAEHJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NvD7yl{
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NvFV9W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NvIAMO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NvWRMz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nvfocc-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NvpbI3-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NvpbI3-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NvqXiJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NvtQUw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NwAbmL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NwGlXv-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NwLxzD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NwZ8JD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nwg30f-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NwuOD8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NwvQXP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NxJWKG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NxfQN2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NxgRcL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nxi3SK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nxk1zv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nxkxe6-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NxoMEP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NyJ3zJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NyMyxA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NyPhwQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NyYfzb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NygeNv-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NysfR5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NywSIV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Nzdmk6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-NzjJwS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O00Nqi-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O0Fs8B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O0XMjk{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O0pLP3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O19I24-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O1bCRM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O1dTk7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O2OZVh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O2XaO8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O2mOB9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O3AOCZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O3RU2O-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O3dHS8-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O3qpFy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O3tkAQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O3vTJx-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O495kT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O4HuKO-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O4QZaU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O4RMdi-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O4YXeX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O4hjXW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O4jTod{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O4q4fl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O4uQw1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O5JP7S{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O5Si9J-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O5UASJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O5cOGb-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O5gbOK-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O5kjY0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O5lOxI-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O5mYJR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O5mhIw-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O5y5s7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O680j8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O6OHZa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O6XbYk{
background-image:none !important;
color:var(--black) !important;
padding-left:24px !important;
font-size:16px !important;
padding-right:24px !important;
width:340px !important;
margin-inline-start:calc(var(--mu-space)*6.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O6kL5B-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O6y0s9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O70i6R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O7MM2Z{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O7Nsax-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O7OnmN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O7Y3Hm{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O7aY06-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O7mDjY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O80iKz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O8J03V{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O8gSjf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O8pOLC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O92Bg2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O9DYzC-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O9RwF3-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O9ZTRp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O9aLMZ-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O9cf5F-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O9kRN1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O9pfPR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-O9sCEq{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OA7fHm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OAM8XV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OATXX0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OAYATl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OAadam{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OApjId-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OAuBgl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OAua2X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OAxTmU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OB2XOV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OB9OJl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OBD7Sk-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OBEQsO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OBGBtH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OBYi1a-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OBnHeY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OCGwT7-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OCJOky-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OCMMg6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OCUYNn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OCdQrI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OD6Z4z-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ODAOEs-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ODCZEA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ODMzj2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ODQE2v-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ODbW5E-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ODm7Rz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ODo8Wp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ODxYvm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OEHkzu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OEQmNS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OEVfvI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OEYIaB{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OEptDl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OF0y8m-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OFDReW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OFgWci{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OFtKzK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OFwqGn{
height:20px !important;
width:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OFx12G{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OGWGYT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OGZRzR-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OGhBMe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OGxWSo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OH2Mic{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OH2NBM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OHCQ5o-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OHGRL6-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OHcf1O-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OHnBcj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OHxjiW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OI0Bog-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OI4Qx7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OI9S8N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OILNif-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OIaZiX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OIkODH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OIqNan-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJBnvj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJFQM0-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJFs0T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJIS0A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJMf10{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJNZtk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJPWYR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJU8Xu-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJfDWZ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJk3FT{
width:40px !important;
height:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJn3r6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJndJD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJoaLY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJp2iW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJpYUW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJsJZ4-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OJx7tn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OKAQTP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OKFavL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OKMLhb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OKSk8P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OKahoW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OKqy7A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OKtozA{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OL0IE6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OL3b3v-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OL6hMJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OM2yTx-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OM5SpQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OMOSps-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OMOvV6-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OMPHLP{
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ONHVql-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ONMHO8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ONoa0q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OOAD0x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OOAWE1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OOOAsT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OOd8MR-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OOkdbp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OOssH8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OOuQcq-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OOxDeC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OOzt8b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OP7f1M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OPe16M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OPeYfF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OPz95E-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OQSen9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OQj1st-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OQooqi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OQxlA7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OR8oyA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ORL2G4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ORWgEb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ORtm2C-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OS00Ym-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OS3YEq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OS7Ooq-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OSHEJM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OSNJ8c-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OSR4e7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OSSDgF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OSe3pq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OTBqW1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OTT6Sv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OTYXYu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OTgtPs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OTphbt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OTwzqq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OU8Uyb-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OULiKu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OUTtuG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OUnpO7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OUojpg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OV2lMA-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OVF8AP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OVL4X9-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OVVtHu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OW1iUa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OW5Vgf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OWAYAW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OWCdgy{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OWGbJN{
}
.phw-g-i-OWGbJN img{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OWM9zP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OWb7YE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OWhCXJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OWrnlz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OX3TQm-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OXZhNA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OXo1yG-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OYCEUV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OYH3Xo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OYQ400-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OYS0EL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OYpsZl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OYwvmB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OZ4lRB{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OZ4vYB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OZ7SoR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OZAYbj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OZKwGI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OZQ8SQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OZShYi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OZcog7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OZi4CK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OZsDQ6-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OaVj3L-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OaWwMa-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oakcs7{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobilecorporate-banner-1740109474488.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OasLqe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ob7LWB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ObKtwL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ObOxVu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ObPpW5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Obd21t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ObsajN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oc1oVS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OcFS5E-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OcIiqS{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OcYyCt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ocvlfy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Od1VHS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Od7Xf4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OdAy15-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OdM64r{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OdpG21-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oe9fJ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OeCdVl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OeCjyZ{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OeEfOt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oednzt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oem535-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OeoLKH-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OesaHF-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OfJjw9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OfMkK4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OfNb3k-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OfU11S-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OfbIg5-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ofc7AW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ofr2DT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Og0DN8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Og1dGA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ogj5BU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OgouZx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oh2FFa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OhD67l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OhPBK5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OhRBe6-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OheAUx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ohea14-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ohq38u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OhtjoC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oi4Y66-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oi8S3J-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OiHrMt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OiIUEl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OiXp5U-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OimV6H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OioaNO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oiozvt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oj56WG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oj97Ve-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OjaTPj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OjzGMD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ok3ItN-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OkJdtR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OkL7u2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OkYtGB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OkcFZ9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OklM8g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oku0jP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ol3mHZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OlRYlo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Om43nR-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Om4CEC-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OmFqYj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OmPx2R-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OmakLX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Omrzpu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Omsen6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OmylQp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OnGTnt{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OnLPYp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OnMOp6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OnOea6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OnRZEp-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OnVrlH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OnbO9s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OoAk8x-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OoFU0k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OoNKH2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OoW6ii-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OpGd9f-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OpGmfj-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OpYyIT-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OphkUG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OpxViH-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OqF5vj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OqHtFM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OqK5to-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oqdmfq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oqx0X3-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OqyKIk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Or3jei-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Or5udM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Or74KG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OrcQWn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OrjpgG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Os5TZP-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OsU4kA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OsYqB0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OsaTS8-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OscFJz-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Osf3FU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ot1xiR-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OtDFkE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OtiXcF-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OuKj9E-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OuVBoW-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OuVrGZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OuhQrA-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OuvlJI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OvYuFN-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OvcCb7-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OvkGVi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OwFxbj-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OwQAeK-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OwmtR6-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OwxnEc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ox3AKi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ox6k7W-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OxEOBN{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OxhR4b-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OxihQc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OxlPbZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OyVHOZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OyXrBc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OyaNdR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OypoyQ{
font-size:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OyrPXH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OysoHl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Oz0t4g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OzBrna-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OzFas9{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OzJnZt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OzRTzH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OzgHyI-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OzsHcq{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OzvlDM-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-OzzssY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P0995z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P0Rcd9{
padding-top:calc(var(--pu-space)*3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P0c71Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P0pVtS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P0yeP2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P19bNP{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P19nbt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P1JAsl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P1dTe6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P1gOSg{
font-size:var(--cms-g-mobile-header) !important;
width:auto !important;
margin-inline-start:calc(var(--mu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P1kqTa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P1sD4z-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P205oI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P2B2Ug-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P2CYtF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P2FysL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P2pVRb{
font-size:var(--body-font-size) !important;
padding-left:60px !important;
padding-right:60px !important;
width:100% !important;
margin-bottom:calc(var(--mu-space)*8) !important;
max-width:none !important;
max-height:none !important;
min-height:0px !important;
min-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P2zKHe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P3092n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P37wvD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P3DBv0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P3IsOh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P3iA6W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P3pC2u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P3sd37-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P4CrFB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P4NJeJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P4R4sX-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P4sauy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P4wI6v{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P52Qy6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P52k5B-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P54BCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P5ErBQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P5Wi2E-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P5Zuky-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P5kZpY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P5phNI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P5sv1n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P60olV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P67aVX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P6GrIE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P6VKkT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P77Uju-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P7SUK3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P7TDYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P7W6nU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P7XM0Y-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P7ekbP-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P7ukAi{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P7yqx2-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P83WYn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P85GCf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P866q1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P8Lgt9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P8PYZm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P8WLYK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P8aSyG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P8iNc7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P8qan3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P8rlRG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P9Drwe{
border-style:none !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P9PBAD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P9TAPP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P9VPZ7-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P9dyIO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P9i6AW{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P9nP3a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-P9oIFV-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PA2vdi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PAHx6S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PAIIZ3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PANshn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PASEqO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PAigy3{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PAoGc9{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1738829707129.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PAyH8G-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PB7Zo9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PBDjnI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PBUJ4b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PBdlTC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PBknsP{
font-weight:inherit !important;
font-size:40px !important;
line-height:1 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PBzsJn-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PC1Ga1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PCXYw1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PCmZXW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PDBV4h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PDCP7S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PDPfGJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PDPqmx{
border:none;
color:var(--white);
font-weight:700 !important;
font-size:16px;
outline-offset:0px;
font-family:var(--cms-g-jetsansregular) !important;
outline-style:none;
outline-color:transparent;
line-height:1.5;
margin-top:calc(var(--mu-space)*1.75);
margin-bottom:calc(var(--mu-space)*1.75);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PDRJSH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PDRiGd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PDdOM4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PDdQvy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PDdzJP{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PE389k-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PE5kqG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PE7VyI{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PEDQj2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PEM4or-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PEXreO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PEkc92-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PElJRw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PF1v9a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PF7o3C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PFF9TT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PFSA9U-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PFdwWJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PFk2fJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PFtMLF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PFyoPw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PG0SsN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PG7PxL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PGbQmi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PGph0v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PGqqmH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PGsPjH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PH10Fj-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PH70w3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PHJpYM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PHMTOv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PHNZLh{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PHd34A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PHgNum-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PHpmIK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PHyx3a-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PI1BYV{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PI4R6f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PI4xYm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PISzIe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PIVHo2{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PIXrin-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PIZNip-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PIcjZh{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:200px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
width:94% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PImKOS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PIpj4E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PIvhae-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PJ4GyL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PJ9Bin-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PJP55U-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PJRa3X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PK38rI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PKDY6z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PKXUHL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PKepiC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PKpS5V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PKwkGs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PL1eu8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PL3iU9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PLEDHZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PLI9kX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PLKNsp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PLa0Ve-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PLbpSA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PLc28r-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PMDlLw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PMF8Lo{
color:var(--black) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PMMZt7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PMf8rK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PMkvfJ{
padding-top:calc(var(--pu-space)*10) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PMoaFd{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PMqJFN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PN73rT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PN9bre-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PNBZCh-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PNGcNL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PNGoRU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PNNMaf-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PNPAde-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PNdYW4{
width:471px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PNq5NK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PNwuq8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PO1vBs{
font-size:var(--cms-g-mobile-header) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PODTv5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-POG2Qv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-POdzNs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PP8J58{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PPCdbu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PPE7a3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PPqk1r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PQC6yF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PQQmdp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PQcXyc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PQxVvw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PRYK2f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PRvrCd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PSfsXy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PT5rkr-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PTEmjJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PTS3WY-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PTr9t0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PTztrj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PU0yS0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PUBHrP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PUBRdS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PUOp0K-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-PUa9xD{
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PV33CC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PV7tqO{
color:var(--black) !important;
background-color:var(--brand-color-secondary) !important;
padding-left:24px !important;
font-size:16px !important;
width:280px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*3.75) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PVJazg-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PVQ4XR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PVf9Gr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PVkFpX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PVmfi6{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PVsQEU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PVttaw{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PVu5Gi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PVvduf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PVvjkX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PVyQ27-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PW0rC2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PWHZkE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PWVqxE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PWvyE2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PX6i4e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PXUr0d-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PXadhf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PXgiQK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PXl8iF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PXrvsv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PYVBzg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PYc79a{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PYmXpY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PYmdrN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PYri7s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZ349s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZCsOv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZHbpC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZOIDu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZWSyL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZdE38-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZoXje-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZrK8q-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZuHol-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PZwalz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PaBJm1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PaHtsh-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PaIMb7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PaTLH0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PaeV98-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pb7t8b{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PbGvUS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PbT5Cg-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PbVZnc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PbVvnG-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PboRrj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PbrgfN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PdSBvW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PdSOnY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PdaipL-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PdgftD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pdh6rM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PdjJ0Y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PdnhuF{
font-size:16px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PdqGPh-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PdqJMC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pe29hP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pe3klK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PeApBf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PeBI5n{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PePMQ3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PeilaC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pej9A5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PerzSL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pezn18-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pf2i19-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pf5TpH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PfKeqb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PfbSCP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PfjfZd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pg1gWA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PgAOKo-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PgBPLo{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PgDJqY{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PggVwK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pgim8l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pgl5nv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PgqBAU-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ph3EM7-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PhE0Fi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PhMSdp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PhXQyD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pi10eY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pi2G53-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pi4PIC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PiA9PS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PiNqv9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PiS3rn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PiZAx6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PibjQT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PidTiY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PijCQk-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pj0Ovd-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pj5w9u-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PjBg2V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PjGv7T{
height:580px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PjQDCQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pjbf7i{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PjpYNB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pjv9cw-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkAbDt{
font-size:var(--cms-g-mobile-header) !important;
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkLLiV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkX4Yo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkZJGU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkdRtE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkdwUu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkgEro-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PknGsb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pknr5k-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkorOu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkpUUu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pks6Qi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkuTuX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkwT8S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PkybYk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pl4KjK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pl7rYl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PlJ3Pf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Plafh3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PldgS5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Plf2GP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Plfk5g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PloNNP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PlwM2V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PmBoW5-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pmak1F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pn7M3K-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pn7ztD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PnAc4O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PnDXc8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PnDnlO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pnxeam-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Po04WG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Po2OEr-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PoF6Jf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PoMABr-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PoPGqW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PoQIWy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PoUqFf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PoVbQ3{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PoeEs4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PoeTBA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PovPTV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PpHkVx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PpWFrK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ppechh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PqDOPX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PqfyNd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pqodiz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PqvA0M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PrAcCV{
max-width:none !important;
height:420px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PrKAsA-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PrKSmL-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PrMok2{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-weight:normal !important;
padding-left:35px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
padding-right:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PrMok2:hover{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WreRUu:hover .phw-g-i-PrMok2{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PrQb9j{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PrSpUZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PrrL9b-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PrrXSm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PrwgYi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Prwx1a-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ps6bB2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PsKozj-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Psdl2Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PskWNd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PsqNk2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Psu2yj-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Psv2F8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PsxsQr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pt1zeu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pt2tJ5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PtA0a0-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PtABM0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PtSLmv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PtVRd9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PtbLE5-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PtePVZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PtpYeG-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ptsega-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pu9MmG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PuKXvT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PuZyb0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PukETr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pv5VGp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PvAONi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PvJcVk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PvWrTQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PvY0Q2{
fill:var(--phw-custom-icon-whiteffffffff) !important;
width:40px !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PvYkSf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pvfd4G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PvrH7z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PvyOoi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PwC3n9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PwGBd5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PwOOh8-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PwjYMB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PwtI2F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Px8f95-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Px9V7v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PxMxcT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PxTCKQ-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PxZwJh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pxv9La-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PxzcYL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Py20sq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Py7n1o-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PyBFH8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PyBzVt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PyOUe2{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PySbgc-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pysw2t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PyzuYH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pz8c2D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PzLVSw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PzPMls-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PzPUJA-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PzWSKQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PzbGfR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Pznugx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-PzvQWS{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q07TMi-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q0IUZI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q0Ra0f{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q0ZIrF-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q0fUXy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q0hUDg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q0nZ2O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q0wO3I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q0wvXj{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q1ApU3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q1C4FK{
height:125px !important;
}
.phw-g-i-Q1C4FK img{
object-fit:cover !important;
height:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q1l8rl{
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q2B8Ie-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q2Bk5K-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q2LgTS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q2dipj-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q2wuN4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q31R4z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q3EeWT{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q3FM9J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q3PkZD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q3bOnW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q3dBTP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q3uq4X-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q4Bd4Y-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q4F7IU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q4Q0X7-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q4dAg1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q503NO-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q5Ae4L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q5I9Df-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q5TIWC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q5cMES-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q5cVnQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q5d1Bj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q5eRfT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q5qgUu{
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q5seT3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q5wLGC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q5yjgd{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q67frL-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q6Hvj4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q6JwYv{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q6MtHv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-Q6SCqh{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q6Yj0J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q6Zn6E-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q6jIAJ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q6mb2n-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q6tPEQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q728Na-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q76gNJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q7M5fY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q7ZdZ7-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q7qDyv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q7xcDK{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q7yz62-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q8I2wr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q8KYIT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q8LYcW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q8PSq5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q8VCbB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q8ZKGz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q8bbX5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q8brrv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q8iK5j-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q8yiWM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q9KEcn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q9XNZ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q9gGby-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q9nxhL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Q9u5Rh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QAAYUV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QAB8jZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QADHsY-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QAQSX3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QAQmK7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QATZWM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QAZHe9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QAioXq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QAlbw7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QB1Lxo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QBFSuK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QBQfcx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QBb7CF-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QBooaw{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QBsREK-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QBt4d2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QC61Im-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QC9uBK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QCPXfL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QCQQOv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QCf5Lc{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QCgUFS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QCh1fm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QCtRiM-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QCuYwI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QCwbm7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QD1Lnt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QDD8p2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QDP4Ja-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QDQMzU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QDeg7D-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QDfFsp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QDgLeq-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QDo4kU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QDvd8x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QDyvU6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QE2IY4-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QE5iBJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QEGLcY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QEM3mU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QEPqDE-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QEVm73-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QEowFA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QEpvVU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QFEgE0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QFeqyw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QFgAwS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QFlBMU-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QFlu6R-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QFvrzf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QFwk2B-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QGCM5Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QGMwyb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QGpv9y-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QGxteJ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-title-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QHBdFM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QHMI8b-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QHPlms-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QHTmlP{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QHqfZh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QI4AyN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QI62bt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QI65tM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QI8O6J{
width:299.513px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QIJ9Z3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QIOxmX{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QIX1Vd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QIjls0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QIrJd4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QJ2XjE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QJJn9O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QJNp7K-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QJb7N9-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QJdnID-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QJeyLK{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
width:380px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QJlV6w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QJq7Xj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QJtVkS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QJxaQb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QK9ACm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QKCSfu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QKVZKi-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QKVp2F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QKbPMN{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QKbpoq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QKeQDg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QKfoaG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QKiEy4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QKpbcy-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QLDYx4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QLRtwK-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QLhy37-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QLlgY5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QLo1NF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QLwUX2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QLzRc2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QLzjLK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QM0JrQ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QMIlXV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QMIrgQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QMRFRa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QN2cLO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QN6IBa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QNA8L7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QNJuW8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QNQtnO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QNT5Ey-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QO2KOF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QO92gD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QOS2r8{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QOhm3R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QP2Ern-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPALKL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPF7QS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPKmSq{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPNsmX{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPOIi4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPPBWr{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPQjGq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPSbh3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPTJgg{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPV3yS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPWxVA-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPXpbx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPgHkj-ds{
border-radius:17px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QPzz8u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QQC2v8{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QQkuCS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QQzm22-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QR4uTS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QRM04c-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QRW7YR{
height:656px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QS02k5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QS5aiJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QSHTBP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QSSGqM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QSdlSL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QSfwUp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QSi6xQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QSi97S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QSjgSt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QSqlda-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QStGit-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QSwa1Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QSxa3L{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QT0KPs{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QT5aBM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QT9I9r{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QTlZuR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QTnQ70-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QTwTCf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QUA4yO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QUAkas-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QUDNNO-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QUbDIA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QUfiIY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QUwPh8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QVCL1M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QVFztP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QVKeca-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QVKr3I-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QVOKLS-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QVQi2K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QVgEBl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QW7uy6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QW8AJO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QWQVAA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QWx33t-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QXMfGr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QXN1Wh-ds{
background-image:url("") !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QXT5d3{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QXU8cX-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QXoyz8-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QY4M2M-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QYMOki-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QYNFsd-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QYc8tn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QYumAW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QYvn2M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QYz3h9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QZFsjR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QZMS1O-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QZY2bU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qa3bxj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QaNqEL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QaS052-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QaXhwD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QaalWM-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qai9Ky-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QaqfAg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QauGJY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QauQh5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QauYUi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qb9GcG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QbBW7E-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QbJWdn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QbLEdw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QbcAyf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qbolda-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qbvy5y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qc1gba-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qc5BzQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QcbHqa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QcePS4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QckTOB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QcmMCh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QcqJwQ-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QcycPY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qd4bao{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QdYh3X-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qdsiu7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qe4iw6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QeSK9t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QefnJ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QemaMW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QfL9Fg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QfTOmE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QfdHvN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QfjIlZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QfxTNm-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qg5cO2{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:94% !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QgGmw7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QgrQhF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QguFVs{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qh5m5J-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qh9bMZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QhJNgC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QhY1Pg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QheW9r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QhjjNU-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qhk98s-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qhp4cu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QhzhoU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qi5jkH-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QiLNEw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QiQnxg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QiWR6N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QiXmqV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QicJ5d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QidZIc-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QidfoQ-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QiqACH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qj62z9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QjQuAY-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QjTBVK{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QjgwHQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QjigAG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qjlls3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QkaiOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qkge81-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QkiFc4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QkqQrC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qkrmmg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ql3pyO{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ql5anX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ql8soz-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QlKiOm-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QlYSVj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QlaqJo{
color:var(--black) !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QlcALW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QlhysB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QlwljC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qm2XZ8-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qm5j9e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qm9ExW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QmEyLf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QmHqnG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QmJN1w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QmQDPw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QmX0Hq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QmlF09-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QmpM7u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QmvBid-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qn3yeC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qn4T1l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qn9WFY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QnNoxE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QngCtO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qnluie-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QnnOp2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QoPaXE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QolMMP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QoqLFC-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QozZpi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qp6yU4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QpFb6s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QpH3Lu-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QpII1v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QpUEW2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QpkHt5{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QpxCLr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QqT1QT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qr05NB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qr1nH8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QrtfwX-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qs5LlI{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qs5MVX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qs8q7q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qs99mO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QsES4p-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QsIeAQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qsiy7G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qsnujd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QsvFeM{
font-size:var(--cms-g-nav-items) !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QtMbzC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QtP1hO-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QtTyRV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QtnilT-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QtxVRz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QtznBE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qu0Ati-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QuPRgG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QuRB1V{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QufwFX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Quraqc-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QushDM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qv3jxL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QvAp2V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QvBchg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QvDP4S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QvLRuX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QvaJUq{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QvctV5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qvrtyf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qvtrfj-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qw5wIw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qw7VGI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QwJHOM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qwf00B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QwoRuB{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qww7QD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qwyhdp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qx9UGf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QxBQMZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QxQZh8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QxVm67-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QxeR6K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QxgDTv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QxyWZs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QyIvLx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QyZ43j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qyg2fU{
width:320px !important;
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QygKzn-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qyjxk9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qyuvi2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qz53OL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QzMoiq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QzTlPr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QzX4lV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-QzfzRW-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Qzvybi-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R07B4M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R0KUac-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R0Mr4f-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R0Titp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R0Vjpj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R0fyZM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R0imUI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R0mtpe-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R0nch0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R0xpfl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R10nY8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R17aix-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R19JgJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R1FOET-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R1FRGG{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R1O1X1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R1PQQu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R1aF7p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R1drfF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R1eQK8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R1mj6g-ds{
background-size:contain !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R2AM2v-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R2HH4F-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R2LLiB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R2iQJ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R2ulGm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R2wLVM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R3MXTz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R3SkEx-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R3bz0f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R3iAbV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R3k8w9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R414DK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R460n8-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R472pA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R4Io3E-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R4UDpV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R4Z0v1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R4ZDiS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R4woAL{
width:40px !important;
height:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R50uno-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R5H3Fy-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R5LbpF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R5RSVW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R5gVUw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R5syux{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R5zvYG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R68LY3{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R6C5TR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R6F2W0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R6PoXN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R6T2bg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R6Tabw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R6bB11-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R6q0bK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R7MEY5-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R7VD7r-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R7XN23-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R7Zzfr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R7bLhX-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R7fW9q-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R7g4eu{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R7k3WI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R7oZ60{
text-align:start !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R7rdlB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R8Qod9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R8Rmmb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R8aTeR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R8c131{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R8gDwX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R8jPsV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R8jsaI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R8m0Dl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R8o5Ow-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R9HYWU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R9Mm4f-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R9VlQx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-R9f3AU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RA2Loj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RACo5I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RAUigk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RAkTa8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RAq4vl-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RAuzUk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RB2M2a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RB7nKB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBIXHL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBJvc2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBOaVQ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBQCRV{
}
.phw-g-i-RBQCRV img{
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBTbbi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBVmL2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBdSie-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBh1TL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBjf5V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBkeHi{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBnDJz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RBzmZy-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RC1Otn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RC9wYV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RCH3rE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RCITfS-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RCU343{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RCdF20-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RDAgcP-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RDGXNl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RDeCsX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RDsGn4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RDu3XH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RDxgFM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RE1Yqm-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RE6Z9N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RE73j6{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-REQlPR-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RERIc1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-REXU46-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-REdUZQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-REhFKm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-REnIMg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-REnK6O-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-REo9xw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-REtA0O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RExzbv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RF09DH-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RF2k4K-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RF3QIN-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RFQtzg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RFS9Xj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RFa3BI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RFdxAf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RFo7vj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RG2gmi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RGbDIU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RGiXqS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RHO67c{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RHYYIL-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RHefHE-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RHlYF7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RHwLH0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RIBmf9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RIJ6yW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RIMnsh{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RIPrK3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RIbPwj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RIcEMn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RIiUVZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RIkr3V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RIs7eG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RJ03yz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RJEgMP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RJFyl5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RJYURr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RJeMmS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RJjEGM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RKFqde-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RKKJVb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RKKe4u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RKNLYl-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RKSYbc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RKT8LB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RKUU32-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RKVgVU-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RKXxG6-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RKg1Xb{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RKwTNW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RL38vg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RLFjor-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RLNEOP{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
width:auto !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RLO2KP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RLYo3s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RLiX7X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RLl6rg-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RLoH0O-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RLvn11-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RLzbP0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RM9VLM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RMFNIV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RMGf7i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RMRreq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RMakfy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RMuxsP{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RN6dEK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RNILv6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RNZkfk{
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RNot9t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RNrSFb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RNttW3-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RNwMks-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RNxvr3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RO5RFy-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RO7xMK-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ROBpY6-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ROIYZE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ROck4G-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ROeQUI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ROfcpF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RP0AGa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RPJYwq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RPp0wu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RPtPdu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RQ5n6k-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RQVSaY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RQgLkY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RQlKzo-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RQmh2x-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RQsWdx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RR4yAQ{
}
.phw-g-i-RR4yAQ img{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RRSaC2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RRfvIq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RRl7YQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RRq91L-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RS0FBd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RS4iEI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RS6CT3{
font-size:var(--cms-g-small-font) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RSTwQF-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RSTz0e-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RSbP87-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RSpYZI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RSv20t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RTAfLl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RTILHP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RTQ493-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RTXaCr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RTfbeJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RTgHKC-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RTuWDv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RTzeY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RU8zX5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUKnW6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUNjUE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUOqOE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUSkzq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUXCRE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUg644-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUlxYx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUmSAM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RUxAY6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RV7BnS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RVKHsG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RVSBRI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RVSuWx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RVVpCJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RVZPCK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RVin0w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RVsEQa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RVsaWr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RW9qF5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RW9rT0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RWEe7N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RWHKco-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RWQm2S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RWRY5l-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RWUeCA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RWYTgp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RWdv9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RWoETA{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RWppvB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RXI3dk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RXQJ5E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RXT9F1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RXcGvb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RXgYyy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RXiO62-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RXt3Dh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RXtl2v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RXyosv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RY2HGH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RYJUhB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RYKBiv{
padding-top:calc(var(--pu-space)*8) !important;
margin-top:calc(var(--mu-space)*0);
margin-bottom:calc(var(--mu-space)*0);
padding-bottom:calc(var(--pu-space)*0.875) !important;
padding-inline-end:calc(var(--pu-space)*1.25);
padding-inline-start:calc(var(--pu-space)*1.25);
font-family:var(--cms-g-jetsansregular);
font-weight:700;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RYKjJB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RYWm1R-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RYWzgV-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RYdMjm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RYz6Qr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RZ1dhP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RZ2MCH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RZAkkI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RZGujf{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RZdV4W-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RZdke3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RZkqcb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RZncHr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ra1knb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RaAap7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RaPS8L-ds{
background-image:url("https://pp-cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/necessary-1720437577430.png") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RaTNPq{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RaiEZw-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rax8Vj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RazkuW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rb04xd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rb2692-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RbALlU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RbBNDe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RbSgQg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RbcJmT{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RbslcN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rc4rKG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rc9Xf6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RcBp8q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RcM2WI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RcY1E4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rca9Xf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rceo4I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rd8iDD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RdTVRb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RdV1vT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rddkv4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RdfZz0-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Re9TWP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Re9vqr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Red4Jd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Reoy8H-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rf30yO-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RfAvb3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RfBRc7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RfDnGx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RfR6MM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RfkEyh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rfw8cW-ds{
background-image:url("") !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rfx1P3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rg5bmr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RgBaKd-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RgHK7E{
height:150px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RgRjGG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RgSsUb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rgdhex-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RgeBJ5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rh2hHf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rh4rjE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rh7t9f-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RhG7bH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RhLo5V{
}
.phw-g-i-RhLo5V img{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RhV1pG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RhVybm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rhkg3z-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rhozn1{
text-decoration:none !important;
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rhozn1:hover{
text-decoration:underline !important;
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RiCOag-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RiL9qQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RiOmZn{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
font-size:16px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:28px !important;
text-align:center !important;
padding-left:38px !important;
padding-right:38px !important;
min-height:52px !important;
box-shadow:none !important;
width:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RiUIl5-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RiVwZ9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rig85u{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RinqJ7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rj5QFN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rj5R12-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RjB1EO{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RjCpIv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RjFWCr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RjSx18-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RjTFJP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RjZa9e-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RjePhe-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RjvDGX-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RjyE2U-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rk05HB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rk2j51-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rk5zbU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rk8ydI{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RkP08R{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RkofAl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RkvSsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rl1Hew-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rl5R5G-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rl892s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rl9OJl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RlEaJc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RlI6TI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rlfr3C-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RlxOF0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rlz4a1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rm5JSg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RmASvF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RmVjgM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RmX55Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RmXwfU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RmZcyl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rmp3Of-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rmt3AE-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rn3EGw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RnBYK5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RnDc5S{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:94% !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RnRQIc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RnUGrW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RnXjuA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RnaI71-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RnjB8F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rnr26g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ro4FMo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ro5yAr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ro6OHZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ro9RkK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RoDO30-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rodgr2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Roea2M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rp1Kyl-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rp1Qps-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RpGIJC-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RpKxLB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RpOc1H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rpc7kB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RpdBAx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rppm6M-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rpwb06-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RqLpQa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RqQhCa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RqSuPd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RqTfn4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RqdEkj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RqgFyJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rqh8ul-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rqi0eS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RqnHeP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RquKVX-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RqvPAL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rr6RbI-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RrPAAS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RrT01C-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RrWiMm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RrWsmb{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rrszlr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RrvTdK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RrxPUY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RrxzKr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RsDMsw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RsDUwn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RsKSHi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RsScGT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RsTvH2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RshvTa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rt20x4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rt49DQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rt4CPs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RtMUx4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RtSpmX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RtWb9m-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rto297-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ru29RM-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ru6D1U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ru7EEu-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RuCPKS{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RuUDQr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rue7ai-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RujTbP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RuoLfu{
font-size:var(--cms-g-mobile-header) !important;
width:auto !important;
text-align:center !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RutMSy{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rv7z6k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rv96Bk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RvSnSA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RvV4HL-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rw00Wh-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rw49ys-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rw4wOE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rw6FEr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rw79QI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RwAuM2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RwDk9i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RwK5xC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RwVeVy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RwXJ2t{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RwZKk4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RwZQkP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RwpF6H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RwpP76-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RwqLgN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rx2skW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RxD9t0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RxJh31-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RxKsUQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RxRki6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RxcBCU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ry0UnZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ry1s9v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ry4JSW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ry9Cd2-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RyGJUn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RyPctr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RyTcdK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RyUbjU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RyXdoB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ryv1yG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RzDONI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RzFB2a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RzdlQT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-RzhRFP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Rzq2Un-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S06Ch7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S0GBgR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S0NkUa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S0ODoQ{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S0bvcj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S0lie3{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S1ljhL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S1qyDx-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S1ytYW-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S276lC-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S27x6K{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S2N52m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S2bB6e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S39IzC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S3Drqp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S3U5lX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S3YStq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S3enA4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S3jceO-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S3m42M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S3n0eh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S3sN4v-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S3vbGT{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S42iGW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S43FWu-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S4CM5X{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S4P4PX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S4Pw9y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S4TFVB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S4Veq1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S4chhk{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S4eJ6u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S4xm8m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S500Vl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S51Uiw-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S5IYUH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S5nQsO:hover{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S5qAbo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S6V3eW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S6VBYb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S6WOc1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S6fQuz{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S6i2LK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S6t2DS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S71GFK{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S72JK8-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S74a1E-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S7OVx9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S7PsVu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S7QJe6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S7ZUML-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S7a8gI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S7kidn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S7tPh1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S82Uby-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S89Oow-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S8PO2n-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S8SkFy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S8UPD7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S8awTh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S8eO6l-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S8poGQ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S8utMj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S92G8g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S93cvp-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S9BNgs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S9Cw2X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S9N4zk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S9XySE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S9Z2Dp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S9tYQu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S9ucqE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S9vz9Q{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SA8jh3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SAH8cj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SANWpG{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
height:215px !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SAdBHT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SAmZLm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SAvFbF{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SB4tlX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SBTcgt-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SBXLpH-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SC56MU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SCKIJm{
height:100px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SCLHQQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SCQmdL{
font-size:28px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SCjwFu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SCwW7F{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SD3v1U{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SD3z43-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SD5Vt9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SD6REK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SDFu47-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SDimOH{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SDyrw9-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SE0EFC-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SE89ek-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SEC6Xg-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SEP24b-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SEXIuf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SEeqFb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SEgr1P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SEjYUv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SFBnIB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SFC0Lp-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SFIFpg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SFMsvW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SFORmV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SFPW5T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SFdgdI-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SFohNa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SFzla2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SGD71i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SGP8f1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SGavNT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SGbUFl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SGcpBR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SGdU66-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SGiNPy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SGlS0w{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SH7i6J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SHAYlU{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SHBLHu{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SHEBqJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SHLHHH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SHTy8e-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SHasvC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SHn27t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SHoKOs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SHpgPc-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SIHK6S-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SIPwAz-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SIWtQH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SIf2E6{
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SImR64-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJ0k2d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJ1SOV{
font-size:max(calc(var(--font-size-15)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJ7LMs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJ7eW9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJAYG0{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgoperations-1740641628522.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJEIsy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJHeMN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJP1dF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJccE2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJpuz2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SJzQjO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SK08HI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SK1Ri8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SKFWnr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SKhWhT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SKoL6H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SKskcc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SKvBoe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SKwjOX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SL2nbW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SLFpc1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SLI2Ah-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SLL5GI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SLUEXP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SLdFJs{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
width:auto !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SLsdgO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMG791-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMMfoy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMO0Cr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMm6KA-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMmRnh-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMpcok-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMpzbD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMqOSU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMsvpW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMwVuj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SMxcQs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SN0djM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SN1nYF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SN62JN-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SN9YH4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SNOhFQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SNPu1o{
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SNYF8E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SNfQgn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SNfg8w{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SNhJeZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SNzo8Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SO6xN5{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SOIRHr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SOIVEF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SOKT4i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SONVce-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SOOpbQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SOP9HX-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SOe9ww-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SOoy8C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SOs409-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SP3Gae-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SPKhK0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SPNK1c-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SPdHi2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SPghZK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SPkgYt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SPuHhS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SPwOT5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SPzsTg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SQ5qIs-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SQAK5m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SQH3v0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SQIWpy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SQK7Iq{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SQNohB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SQhDEn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SQxEDV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SQxXpi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SR1heI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SR4d2p-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SRQGJz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SRR4FK-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SRe1OS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SS3Th8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SSB0jk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SSCAXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SSpCFG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SSzYTR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ST1XjE-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-STXPyO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SThmYu-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-STmKAO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-STprXg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-STy06m-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-STzk9m{
padding-left:0px !important;
padding-right:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SU0IdK{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SU3XJl-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SU3yTc{
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SU8EI3-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SUKbyN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SUOOZf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SUPMUh-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SUQBCT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SUTqTp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SUYiHz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SUf9v2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SUnctu{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SUnyP3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SUpVoJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SVJToH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SVTAje-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SVVTXr{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SVly8x-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SVxYhc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SW6Ltb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SWTsNa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SWgVEN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SWpllW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SWvB95-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SXLN4c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SXRbUT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SXTUyH{
width:465px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SXXyGH{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SXmoUD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SXwwX9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SY6wPT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SYAVWo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SYOKjG{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SYPHLV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SYSFM3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SYftPU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SYq14U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZ5DaN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZ6S27-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZ8JjD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZBc1s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZGFst-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZNHAW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZTY6n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZWkYf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZakAS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZcRTs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZe9b6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZgXqy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SZl73i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sa1gxu{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SaBJfx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SaMAv0{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SaOgLY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SaS6MY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SaaucI{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SagtPN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Salf6H-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SaoaYj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SarBgz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SbOEF2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SbRRjB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SbUr8Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SbaN3s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SbeeTG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SbhIRs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SbiQGN{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sbs8sw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ScHbGY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ScYI0d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ScgNhw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sd2w43-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sd6S1c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sd7qAs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SdBNPD-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SdFaOZ-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SdMzrA-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SdTVy0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SdX1g8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SdYtPO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sdc8L5-ds{
background-image:url("") !important;
border-width:9px !important;
border-style:solid !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SdmEyg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SdqJts-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SdsPGI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Se01PO-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Se2QqF-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Se4Gd2{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Se6ig3-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SeFVHe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SeGhQR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SeIspV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SeOjxl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SeWl5V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sem92H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SerSwT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sf5WXF-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SfJbgq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sfi6m4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SfmZYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SfqpDl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sg1fni-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SgKHZL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SgRATZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SgcjDC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SgoH5D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SgthrN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sh7v5W-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ShCkcB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ShIOn2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ShKGJG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Shb70Y-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ShcRvz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ShoxEL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Si4tmQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SiJuNY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SiQ7TT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SiWBDB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SifmLf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SigPyw-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SixLsP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sj0wwJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sj4DyL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sj4jaU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sj4klD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SjPNnR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SjU7XC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sjwkag-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sk01We-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sk6YC6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SkBfYI-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SkN2Kv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SkvLxe{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sl7Qoc-ds{
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SlCCmW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SlQESo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SlRSuM{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SlU1SU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SleYht-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sm0A6f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sm2Pc0-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SmAoh3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SmB9dt-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SmEDOi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SmJP2M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SmPZiE-ds{
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SmXlMF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SmXneW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SmecMC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SmkH67{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sn7u60-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sno5xL-ds{
background-size:contain !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-So6TVd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-So7Z20-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SoHz7Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SoI6Xs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SoWOBC{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SobJP0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sobonp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SofdiQ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SoiCuS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sou3Y4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SoumC0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SpBFor-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SpDGSa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SpWput-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SpXXvu-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SpjIMN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Spnl7u-ds{
background-image:url("https://pp-cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/necessary-1720437577430.png") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SqKWnY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SqRgba-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sqcxme-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sqn9NV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sqz8we-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SrNRGo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SrQdb0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SrS1MU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SrZW0V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SrmZIw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ss8r41-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SsScXx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SsjYQZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-St486X-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-St5g1f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-StOVzs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-StSaD4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Stbmi8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-StjdJd-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-StmogF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Su0aSL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Su1PEl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Su3hU2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SuRLqr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SuTU3F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SuUrR5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SuX5Kv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SuflpW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SufwTZ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SuhcTr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Supf57-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Suyk5M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sv8OVy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sv9WUo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SvCkAY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SvG1DZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SvSAto-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-SvaKFy{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SviFDm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SvkyEe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Svql4p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SvxVMH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sw94yD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SwVpQd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SxFRKC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SxLOaZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SxNcmO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SxU7xd{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SxbaxA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SxjxK9-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sy0om4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sy3gIH-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sy9stS-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SyCvhp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SyJKpt-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SyQeik-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SyRCuQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SybkOU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Syhgtn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sz1gd1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Sz9HQi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SzENna-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-SzRO2H-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Szyly8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T03HAS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T07uCA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T0RIbg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T0YA57-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T0aVpP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T0wKIM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T0z87R-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T13GdI-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T16mDi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1BfZO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1BrHm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1KnzA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1SSjj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1U52d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1UFEJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1oUg5-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1q289-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1qj75-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1rMqL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1raXV-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T1vmbP-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T2BW5a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T2FTcG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T2LxWd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T2RBbM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T2RCHP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T2YHqy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T2nnPh{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--black) !important;
border:none !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T2uzVL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T34zjC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T3F26S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T3VkjY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T3dpxK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T3gXEF{
border-top-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0.125) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T3sF1b-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T3tRls-ds{
background-image:url("") !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T3y7Dp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T4H8nj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T4IYoG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T4Vjiz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T4gUMS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T4j3aO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T4l82Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T4qw3F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T4vjNb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T567VQ-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T5DY10-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T5DwSp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T5QmY8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T5WRlx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T5Wk4p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T5biNt-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T5s2E7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T5wBOJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T69faT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T6gaOE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T6posg-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T6sRm5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T726Pf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T74BoH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T7ByAx-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T7p10u-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T817BZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T8HmXU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T8ay43-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T8fRM1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T8pVs3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T90fAp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T9Hbxl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T9bYNi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T9o9jJ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-T9pW9v{
padding-top:calc(var(--pu-space)*6) !important;
height:260px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TA2UAQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TASBJC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TAVF0l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TAY5G3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TAY8LS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TAdbuH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TAgULb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TAkDkO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TBSrJA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TBTyv3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TBduzl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TBhfY2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TBti00-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TBv1cd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TBvCfF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TCCxQh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TCDwwV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TCIPHj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TCLqhH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TCPURz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TCQs4l-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TCUYo1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TCljaf{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TDMN5A-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TDcP2l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TDeSQu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TDqY0w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TDxpYu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TE5rbY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TERgK7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TEWzhw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TEewDi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TEhkqc-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TEzSbx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TF8ArP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TFBBZg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TFC2uN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TFVRtD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TFYdU4-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TFf02h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TFtIO6-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TFzptj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TG2hKJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TG4v5X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TG7ecr-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TGCv1b-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TGIvDy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TGb9NK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TGhSLj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TGkXFX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TGqUmH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TH0hOb{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-THGBpM-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-THJh2M-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-THQsZt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-THSiCq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-THSuX6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-THWYua-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-THgSxY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-THjGiC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-THtEt5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-THu2q3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-THwdH1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TI1LQj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TI5VQX{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TI6044-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TIFms2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TIf0lz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TIlRLk{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TInFwm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TIxdve-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TJ9RLc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TJcZ6Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TJkeLG-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TJtigk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TJwo0b-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TK6Cui-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKBTk5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKFKqD-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKJioV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKJz7n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKQOhO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKTBQ0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKTBbt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKVBkS-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKZb5D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKaObU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKcVYs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKfedP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKsu7h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKtb5K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKy7cL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TKyxU0{
padding-top:calc(var(--pu-space)*6.25) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TL61mU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TL9vRt{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TLG2GP-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TLGLuz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TLLQ8u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TLMTjh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TLP4Hi-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TLsEea-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TLtCvF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TM3mqI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TMBy59-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TMGLzN{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TMj8rr-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TMjhiF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TMpcWc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TMtwmU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TNKGVX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TNLj7H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TNM9bV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TNMfNA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TNRrnW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TNpivM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TNrn7Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TNzDxt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TO2b3T-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TOO5KS-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TOct4p-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TOmyLr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TP4lyx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TPHuVv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TPR8V7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TPTn4g-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TPhPQD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TPiJWj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TPtK1T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TPxNsi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TPzt2g{
}
.phw-g-i-TPzt2g img{
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TQ2bsF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TQ49yA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TQ7832-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TQ8RDR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TQLYlH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TQPKkM-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TQSPj4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TQx8Mh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TRUYVG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TRYISV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TRgyS4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TRlxmo-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TRms9P{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
text-transform:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TRsyES-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TS75pr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TSETEm-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TSUoOu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TSUrZa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TSfPQz{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TSwO8X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TT5aql-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TT5gpM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TT5wdI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TT5y8z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TT9Fj2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TTXzY6-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TTnVRu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TUKh7o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TUV2Uk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TUbkvz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TUr1pT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TUwK3P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TV74D1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TVA51i-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TVIK2P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TVIhRd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TVXiwa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TVaMlw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TVg4kr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TVrRGf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TVxlz1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TW0ptM-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TW3Awv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TW5ioz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TW5sZP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TW5vjG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TW5yJF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TW83wk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TWALIa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TWF0TB-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TWGPRu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TWPT14{
height:420px !important;
width:471px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TWbYpH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TWug5z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TWyUno-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TXLVUJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TXSe64-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TXln08-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TXz8g0{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TYAfuK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TYRsro-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TYgP5L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TYgzqF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TYofKR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TYvJDu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TYy2bR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TZGiOI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TZH3fS-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TZNI2L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TZZbPu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TZiSdg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TZtSr8-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ta53g2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TaS8pD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TaVQkX{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgsales-1740645846875.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TacHbJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TaqmUo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TaucQl{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TavIJc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Taw2dt-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TbDCkA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TbEK2c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TbL4qH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TbbTC9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TbctsY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TbzJpG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tc1fEz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tc39Bh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TcbG0w-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TcoGnp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tcv3vG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Td1Esw-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Td7Mlb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TdZbLL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TdaTxW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tdey4v-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TdpvPk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tds4EE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Te68vg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TeCXMa-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TeCcsa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TeGh32-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TeGmEo-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tejmtd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TelxxH{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TfCX6Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TfISfV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TfYpQx{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TfbVl1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TfeVRw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TffK4a-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TfhSZZ-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tfsmd5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TfsuyM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tg8PIM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TgWLk4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TgbN8v{
color:var(--white) !important;
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TgbN8v:hover{
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TgjWhV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TgpYOg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TgywiN{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Th2qOy-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Th3qLn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Th5XqX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ThAA0s{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ThATzM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ThSWHy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ThZ5oQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tht6eh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ThxYFI{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ti9iTa-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TiKoaH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TiZ3FQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TigRr4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TipQoz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TizZku-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tjh7cB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TjouLK-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TjvXkN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TjwBys-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TjygfA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tjynu6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TkJM97-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TkfBfy{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tkqtzu-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TlCk8S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TlFAmE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TlNA16-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TlSg4F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TlhTnz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TllD8J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TloHDl{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TlxkJs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tm9otk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TmYS0a-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TmcjKA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TmsP0o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tn0oqb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TnO7rx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tnagq2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TnmReB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ToCs62-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ToIkJb{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ToYdpY-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TobSDk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TpOezT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TpP7VE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TpUdGE-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TpXhBy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TpfIlp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TpzD6N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TpzFFr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tq0tig-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tq7PRS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TqHuNE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TqIff8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TqK9PF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TqcCuQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
line-height:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tqss2Y{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TqynfR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tqz01W-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tr0DyD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tr5hSo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TrCs1h-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TrFIn4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TrNJ7C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TrPe2g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TrTB0D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Trb4Sm-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TrkT4l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TrrVKz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TrtlXC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ts0RHt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ts7rXG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TsDgZV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TsEGPz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TsFC3L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TsOnIS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TsQuTl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TsTwzy{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TsVf5Z-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TsWEz4-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TsnjPg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TszXQp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tt5I0I-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TtH8wT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TtXno5-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tu0Zm7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tu0f61-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tu1r27-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tu7hMf{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TuHzM5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TuMuDv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tubfeh{
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TufAfK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tuj8oI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TuwdYR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tuwk3F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tv1XQ1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tv8VX9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TvBUkO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TvJ7AO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TvUwTQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TvWlbQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TvasjQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tvq1mM-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tvszqe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TvuOaL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TvyAlU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TvyRbI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tw2VHS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tw8XlZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TwD4Lt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TwjCeD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TwxO2U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TwyRGT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tx0uvn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tx4kd8{
font-size:24px !important;
text-align:center !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TxEgpU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TxLZcq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Txc5sw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TxnGQ7-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TxvfPu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TxzGgh-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ty0PAP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TyG8QT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TyHI8y-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TyIo8Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TyOkgt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TyewQk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Tz9eMv-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TzNk5t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TzRcDN{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TzSgUe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TzcFqp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-TzuMOg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U0CG6S-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U0I49M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U0SvC2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U0VfL7-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U0ZlqS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U0jRNp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U0s725-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U1nTvW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U1oKxs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U1rcAp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U1srjQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U232RX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U2MwjJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U2VDMR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U2bODW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U2bQ26-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U2cX1X-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U2hlGc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U2irtd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U2ywRU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U36r6g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U3BCUG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U3HfQB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U3MVH1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U3dAMX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U3hSgv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U3zF9I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U40t87-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U46N0R-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U4CxEY{
height:620px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U4H5DY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U4MrUo-ds{
border-radius:31px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U4faBD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U4i6Cn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U4prJD:hover{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U4prJD{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U4zbBl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U51box-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U51vYX{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U5DJhu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U5RVwY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U5nr2r-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U5oAIY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U60zv5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U61YCx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U67GD2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U6JMmT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U6Kv3g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U6QMuP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U6QZyc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U6fiL5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U7A7eb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U7V161-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U7aoXw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U7iNOq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U8EFu6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U8GGea-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U8JrGq-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U8LEKl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U8RELE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U8SmFS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U8WmLm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U8kE0h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U8xdFI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U91Uab-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U94skN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U9MHpv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U9PeGg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-U9ULAw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UAB34B{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UACEPb-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UAGq5j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UAHyXP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UARJNi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UAY8eZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UAdkFD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UAlv3V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UBNDTf-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UBOKQb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UBZzCh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UBfct5-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UBwrJK-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UBzOFh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UC0u1B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UC0wb8{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UCCLZ5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UCOCr4{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UCSQv1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UCTnNw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UCYcYH{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UCfY0c-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UChTvo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UCvXaY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UDDgEh-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UDDj22-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UDPaxm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UDTjZZ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UDXh8j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UDdI5Z-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UDesnV-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UDow92-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UEO9ZQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UEOj9q-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UEQK0J-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UEUMxt-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UEVRsG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UEVpTL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UEvPAW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UFKcSg{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UFKxoo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UFYjtK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UFd8Cb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UFuJMO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UFv70K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UGC3mg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UGPKh2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UGgeAg-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UGu3wg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UGusZj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UH4fhb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UH643U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UH9lfj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UHIa6j-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UHYJ4m-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UHZyDF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UHgHQ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UHj0aY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UHkb0f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UHlyT4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UHnHgh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UI3Lbm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UIIJWI-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UIJbrm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UIKgr9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UIVeI2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UIa8AU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UIkoPT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UIppeI-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UJAV6D-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UJS2bc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UJh5sB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UJiIo0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UJjrov-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UJo8XX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UJt2IW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UJtwn7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UKNCc9{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UKSkqK-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UKWm9A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UKfSqk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UKkiNX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UKrV64-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UKv0Uo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UL208f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UL9l4U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ULC0Cp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ULKnQa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ULXIeW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ULckbw-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UM4SJn-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UMBEpk-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UMJuCR{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UMRniv{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UMUg7T-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UMVJAI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UMgshm{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:32px !important;
font-weight:900 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UMmc4J{
background:none !important;
background-image:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UMzUCA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UN5GWn{
font-size:16px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNCwIY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNHTK3{
height:380px !important;
}
.phw-g-i-UNHTK3 img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNMaPG{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNNTIW{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNO2ff-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNP2vZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNXyLg{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNeP6F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNifyN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNlvUg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNtxV3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNvafc{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UNynfp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UO1Dg1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UO7YKO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UOZQ5U-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UOie3D-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UOtABL-ds{
background-image:url("") !important;
background-size:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UOweNl{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UOwiyS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UOx52O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UP46rS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UP4Dge-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UPG5KM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UPOyiC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UPl5B7{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-custom-font-size) !important;
line-height:32px !important;
font-weight:900 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UPuPhY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UQE4PJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UQefeT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UQt0fw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UQukc2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UR1dmE{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UR773K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UR8pKX{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-UR92hk{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
height:600px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-URL6P3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-URQMI0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-URa2my-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-URdE5g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-URe9c6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-URkrkw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-URvRB9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-URxktr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-US1Hu1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-US78oJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-US7Mnh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-USXYDz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-USdisK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-USoCXu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-USye6q-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UT0ZDt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UTFvuL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UTQL4w{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UTYjIM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UTbCdz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UTbu8z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UTtRxv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UU4TMs-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UUGFnQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UUGQD7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UUQG4D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UUQK5C-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UUS1w3-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UUWZNZ-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UUXYa2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UUe7sd-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UUzhDQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UVA7pe-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UVFppd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UVQPZ7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UVe1Ch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UVn7HD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UVsxbS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UVxDbG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UW87UJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UWSsga-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UWZrEM-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UWyJzf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UWyMi4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UX6DOe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UXAELi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UXQL3d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UXUyfo{
color:var(--body-color) !important;
padding-top:calc(var(--pu-space)*0.5) !important;
padding-bottom:calc(var(--pu-space)*0.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UXY20z-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UXbJbV-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UYBRHs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UYHjAx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UYMMCd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UYNfto-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UYggGg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UYh9fs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UYnAS8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZ2011-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZ8fAC{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZ9sgl-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZFBP8-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZFVNH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZHO5n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZWA8b-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZXrHc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZlEpn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UZloX1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ua1UTe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ua8cRv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UaUvjL-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uai2Xc{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UbCmB8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UbF0F5{
font-size:14px !important;
color:var(--black) !important;
line-height:0.5 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UbTGyc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ubsjrb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uc4tZG{
background-image:none !important;
color:var(--black) !important;
padding-left:24px !important;
font-size:16px !important;
padding-right:24px !important;
width:340px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UcKXef-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UccTDs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uce3bC-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UdFyyV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UdGz5B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UdsN5C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ue5ROy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UeAYnI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UeiYV1-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UepW5g-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ueq95C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uer0or-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uf91O6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UfB5bh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UfOQR0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UfdBdr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UgAN2E-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UgfAA9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UguMvT-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uh4FNO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z1jGJv:hover .phw-g-i-UhE9PE{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UhM31L-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UhOAXf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UhQXyf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UhVUhh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UhcXip-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UhmCfG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uhr4sZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UhsEKK-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UiDrJB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UiH6qL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UiI5Cj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UiIsvo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UiP3E8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UiSRdO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uial9Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uicy5M-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UilS8P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uinyhp-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UivV7w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UixRD4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uj1Xzr{
color:var(--black) !important;
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uj5EPs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UjJGOO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UjtE5P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UjxJzK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UkBQx1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UkIvsl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UkXjjl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UkfEj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UkjFhq{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UkwWLj{
border-width:0.1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UkzYuH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ul64Zm-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ul9ZAF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UlHwAg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UlLAOw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UlMyrk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UlOgvY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UlQE2v-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UlU003{
font-size:var(--phw-g-cards-title-font-size) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UladlZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UlhQef{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgsales-1740645846875.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UlliTY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UlmcZj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UlwIGk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Um9wlv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UmNsFR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UmofA4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Umph9V-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Un7kyB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Un7rNN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Unumn1-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uo5xzF-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UoVQNF{
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uoz3tN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Up5nQi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Up8Igf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UpEGwJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UpHwrS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UpKhRg-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UpOQKf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UpPuyq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UpjUJF-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Upp30O-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uq3Szg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uq3qFh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UqA1Fn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UqJLI9-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iddivider-1629771631389.png") !important;
background-position:50% 0% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UqJbKn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UqM84O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uqai9p-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uqc0SB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uqe3n4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UqlaK9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ur72ni-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UrLkcL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UrSw1B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UrY5zz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UraOvU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UrfHF4-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Urt0SX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UrtfIh{
font-size:16px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Urv3a2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Urvksk{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UsHKAh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UsNiPy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UsVe9m-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UsaRmb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UsbcaD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UsdMYx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UtCDTv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UtQ7cm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UtZTby-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UtbV1E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Utd9fR-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Utmn78-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uu4np5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uu623o{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UualQZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UubNv0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UuvouG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uv2hwc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uv6Fud-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uv7RsC-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UvCFSU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UvICCA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UvKDh8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uvqx3Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uvrla2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uw17jH{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uw4SfK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uw6fpL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UwF5Kx{
font-size:var(--cms-g-mobile-header) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UwMsZI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UwQwFr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UwRWJz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UwVHVi-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UwWRxX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UwaLBJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uwd4gD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uwh7l3-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UwijqN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UwogSt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-Uwp47g{
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UwpU5F-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uwts28-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uww0Lk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ux5Mnx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UxBQRH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UxR0cG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uxe8Ji-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uxq1im-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UxsAzy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UxvjCW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UxzICr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UyLUTY{
font-size:max(calc(var(--cms-g-nav-items)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UyLkN6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UyZ8ax-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UyqBOX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UyueDM-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uz7k5r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UzDJ5A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UzGKeM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UzLorc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UzMNOW-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UzPSSD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uzdear-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Uzj2Vj-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UzkTP6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-UzoPiW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V02dEb{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V0V8qc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V0WEej-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V0hNa4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V0ySOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V15vqJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V1Ggh3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V1LQ9M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V1WWni-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V1mGWD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V1ncFT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V1r5iQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V1xsZ9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V27Ah6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V2a0Qj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V2iwjY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V2pU92-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V30hQ1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V3DUoZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V3Z856{
color:var(--black) !important;
background-color:var(--brand-color-secondary) !important;
font-size:16px !important;
padding-left:24px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:300px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V3vsVV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V3wtVd-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V3xd3a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V4fTrp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V4p8Wq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V4sSgj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V5G4Gl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V5sZAg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V5v0gq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V69YAD-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V6UEvy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V6e6QN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V6iknO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V6kwFl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V6oMXT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V72xku-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V77B3g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V7B65o-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V7GTCh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V7HUoA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V7PpHu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V7WGEO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V7jK5L-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V7uq4u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V7vOEt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V80RpN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8KGio-ds{
background-image:url("") !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8LBjD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8YOhq-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8YXlm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8bQ1W-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8bxsy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8cBwK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8h6Su-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8kUXS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8vbir-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8wiwp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V8za9c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V9AQhd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V9SYRN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V9X3FY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V9linO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V9sms3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-V9zzRi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VA8i45-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VAGgyL-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VActDA{
font-size:var(--body-font-size) !important;
line-height:1.4 !important;
padding-inline-end:calc(var(--pu-space)*1.5) !important;
text-align:center !important;
width:500px !important;
padding-inline-start:calc(var(--pu-space)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VAijYJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VAjV2P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VAjsGK-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VAmdVh-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VB1QrY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VBDQ0Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VBGgvD{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VBWR5U-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VBX8eV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VBiU5G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VBiVHB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VBmJN4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VBnbxt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VBu2k7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VBvJn7{
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VCF5Fu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VCFEpZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VCGade-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VCH9aU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VCTUhp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VCUNn3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VCd0Kz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VClenk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VCmvky-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VCqzrW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VDC0r1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VDFn9m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VDGnnM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VDI2KB-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VDZZjr{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VDkYVH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VDlO9N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VDmszp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VDvGJu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VDzRWm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VEEDet-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VEIloe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VEL1A8-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VEVDjX-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VEeOEx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VEedSZ-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VEm6Il-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VEopYV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VErCCm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VEy8js-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VF4M2g-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VFCdgm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VFSG9u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VFd1rM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VGKbhz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VGNWac-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VGSU7I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VGaPIG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VGejhx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VGqnsB-ds{
background-image:url("") !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VH2EcN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VH5dox-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VH5tUY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VHRyHB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VHU6Zo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VHXVzm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VHgeuC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VHr2WN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VHy51P-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/test_recruitment1-1630451101661.png") !important;
background-position:50% 50% !important;
background-size:cover !important;
border-radius:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VI2VJr-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VI2xLc-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VI3QZ0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VIBWYt{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VIJDLk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VIN5QO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VIjU1D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VIkvTO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VJ0rYF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VJ7C25-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VJBACV-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VJJYnd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VJYuZ9-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-VJaYU4{
width:auto !important;
padding-top:calc(var(--pu-space)*0) !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VJeXkl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VJu4Xy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VJyKGV{
font-size:32px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VJzwjs-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VK28Tx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VK74Dt{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKCOkV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKDid7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKI2o2{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKMH0e{
font-size:var(--phw-g-input-label-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKQJwL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKi1Yv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKnymY-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKpy74-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKrbDl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKtXFk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKuABG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKwcQc{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKyEsx-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VKyQPL-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VL4CBk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VL6Nnh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VLAOA3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VLFBBb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VLPcnU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VLXiCr-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VM93QJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VMBqat-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VMNdvs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VMfTI0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VN2UqC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VN3FGL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VN850M{
padding-inline-start:calc(var(--pu-space)*0) !important;
font-size:32px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VNAb9j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VNJe25-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VNRFSR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VNtWjo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VO5j47-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VOW5V2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VOXvIW-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VP5Gn9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VPI6d4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VPM4Ii-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VPO6TA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VPUqVD-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VPVhAi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VQ0e2N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VQ71mS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VQJcqp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VQMg7C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VQNB6w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VQQLqS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VQWQjm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VQgOIK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VQnHnt-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VQrm5e-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VR3xiw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VR4B4u-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VR5jyY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VR66fW{
height:16px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VRARy4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VRXBjH{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VRXzoy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VRzUp3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VS7P99-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VSIzZd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VSKYaa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VSL4wj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VSe8Rs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VSkrhO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VSqBy4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VStUvr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VT134s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VTBykz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VTG56e{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VTKi9V-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VTgtmM{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
padding-inline-end:calc(var(--pu-space)*1.5) !important;
text-align:center !important;
width:500px !important;
padding-inline-start:calc(var(--pu-space)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VTmR2i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VTopvd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VTosq3{
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VTqb4h-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VUE8CI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VUOpXV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VUS3rM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VUScdi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VUac4a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VUhRLq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VUi3Ce-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VUnvPf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VVi8sr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VVvcKb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VW1Qsx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VWAFBB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VWT7KJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VWXc5P{
width:380px !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VWoZI6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VWykfr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VXAaG3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VXHQY4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VXHgqi{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VXJb7k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VXjfAy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VXntnJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VXqtcO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VXt6eh{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VXvASU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VXx3Nt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VY1fYy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VY4Snn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VYCEp4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VYKtlX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VYKvys-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VYhGN5-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VYjCop{
text-align:start !important;
font-family:var(--cms-g-jetsansregular) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VZ5YMS{
font-size:var(--phw-g-regular-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VZ8r7C-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VZF72O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VZL6B9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VZXwwO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VZsJB6-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VZwGbS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Va0QR6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vab3Mp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vam68b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vb0F3x-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vb5rDH-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VbJGC7-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VbSz1r-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VbU0zy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VbZJA6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VbgNt6-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VbhsfN{
height:480px !important;
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VbqbKy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VbufYH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VcGLCr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VcLZBb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VcLavg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VcSVqm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VcgslK-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vd6gpz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VdAeZM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VdNhuS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VdTEOv-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VdaqOp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VdfYjh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VdfiVA{
width:36px !important;
height:36px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VdskG5{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
width:448px !important;
margin-inline-start:auto !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VduBJ2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VeDEcG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VeEYOJ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VeL1Z0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VeLfg7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VeMggo-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VevLBX-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VfC4sH{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VfMIdv{
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:48px !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VfTdC9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vfb5sE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VftFSL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VfxApT-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vg6sqK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vg847Q-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VgR6Z9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VgYfGn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vgbdex-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VgbmdL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-1JgaDn:hover .phw-g-i-VgdAIx{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VgeV04-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VgfrdQ-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VggabR-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vgy9Cn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vh7meE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VhITGz-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VheI5s:hover{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VhoYsB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VhpSp4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vhw48c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VhxWI4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vi1vL0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vi3PLr:hover{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ViKOtq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ViRy3f-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ViVtJS{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VikwLy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VisnLq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VjOJ8Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VjPkUe-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VjYCWe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VkWJ0m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VkZXfU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vkbnek-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VkdTf7-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VkdbxU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VlG7XO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VlK0P8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VlKZ4l-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VlUDQ5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vla8SF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VlcMzm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VlfwaV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VlqGVa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VlsXkG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vm0bAA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vm4opl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vm8OPs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VmDttA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VmN0pk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vmd0j2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VmjVlq-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VnBuNz{
border-width:1px !important;
border-color:var(--phw-custom-border-colorsb8b8b8) !important;
border-style:solid !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--body-font-size) !important;
min-height:auto !important;
font-weight:700 !important;
max-height:auto !important;
height:44px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VnZKfl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VnbSkY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VntdPz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vo2Eun-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vo7N3I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vo7jWH{
color:var(--black) !important;
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vo8JlT-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VoDbbG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VoGQlW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VoSyTs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VoXgXk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VoeokP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VoryYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vp1T0q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vp6yDg-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vp7xgW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VpHM5h-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VpLKOF{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VpT8Ok-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VpX0pi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vpc67W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VpolVb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vq2nMa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vq7PPA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VqB3T4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VqeUF3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vqs25O-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VqwlMm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VrDyti-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VrGSKv-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VrR1Yz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VrmwDS-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vrp0pY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vs3cpg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VsFDdo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VsTryu-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VsagoB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vse0tL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vsm1RY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VsqEJX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vt7U6C{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VtAPBm-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VtDYoC{
height:140px !important;
}
.phw-g-i-VtDYoC img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VtDxfi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VtGPN2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VtVMpY-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VtYApF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vtd4cT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VttbZ1{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vtu2SW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VtvzYj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vu7uOv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VuNNm0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VuONJ1-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VvPzsa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VvWT5F{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VvZ1Mw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vveg5D-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vvncj5-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vw7eTu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VwHx27-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vwtaoh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vx0QhL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vx5Bh0{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
width:448px !important;
margin-inline-start:auto !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vx9lO3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VxB6AU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VxBDXR{
width:320px !important;
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VxBKrz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VxNod8{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VxZP1G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VxoXZA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VxrHmF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VxyZxh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vy0TcC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VyD8MW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VySlea-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vycf0b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VyoIzL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vz5rN4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VzBoMk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VzO1re-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VzZxWK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-VzxkkC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W0KZ7r-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W0Ulkm-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W0drKs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W0qIqM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W0sJtR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W14pRJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W1DcaL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W1VQZy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W21J7H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2AAsp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2EsW1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2IG5F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2Prq5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2PxHx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2YgK6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2ZfPF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2aEMS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2dPHG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2f8xu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2k93Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W2qXi4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W37Ycb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3Ffsh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3Gbch-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3Hgbe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3WJzD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3bloX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3cYSw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3cxDY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3r9KN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3sRGI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W3zncR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W4HpcQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W4MZGb{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W4USVW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W4UVKE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W4lEiA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W4mkke-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W4v0tU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W4wqcS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W53WTf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W55C2Y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W5YCGC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W5ZNU8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W5iaSd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W5j0YM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W5oK4X-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W5p670-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W5rgN8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W5ytIX-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W63Did-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W67jUB{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W6DR16-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W6NWwS-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W6ORgq-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W6jfZE-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W77OMa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W7EP9y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W7MXHT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W7TfQw-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W7iZiv-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W7v0O3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W86mQU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W8a3FL-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W8mRLN-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W8r2Xi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W8zmqn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W9E1AJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-W9ECGJ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W9WIm2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W9ZtOf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W9i1L5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-W9zZkx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WAIifE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WAJ2OF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WAOJl8{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WAQp12-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WAc5v1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WAcoaM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WAll7v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WAvwD5{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WAyzPp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WBS9gL-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WBiuB9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WBkmso-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WBtXYZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WC7iVz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WCDYUj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WCQqi5-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WCQwqB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WCXJZa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WCYHZf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WCrJYn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WCyr1n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WD7v2j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WDOazE-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WDTO2p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WDgeXV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WDkP4e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WDloC9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WEGGj2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WEOA2W-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WEPUb6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WET6IP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WEZs5D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WEmDkT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WEsQyP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WEw7rm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WEzgM7{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WF56qR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFBjFr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFGULl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFLIxC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFZPcP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFhRNM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFj9bt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFkXdD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFniO7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFoZ5M-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFpBkB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFwom1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFxCCZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WFxMgL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WG0lHx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WG6TUZ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGA7lx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGGaWC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGGkgE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGSdQO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGWAzR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGWSjB-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGWWpx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGdE7v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGdfCT{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGeLsN-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGebqC-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGoMY6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGrEGE{
font-size:25px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGtG1J-ds{
background-color:rgba(91,61,91,1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WGyR3a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WH77H5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WHMMGL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WHMlfo{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WHfrVi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WHl5ov-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WHr5uy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WIBWVX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WICyCi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WIK1Hc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WIVTiR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WIbJTJ{
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
width:400px !important;
text-align:center !important;
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WIhHA2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WIs3cy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WJ3Fcz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WJ3Ti1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WJ4PNH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WJApBc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WJQicg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WJUNev-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WJp2Tw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WJsPMX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WJv9Rd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WKSfLn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WKaCDV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WKdyZ3-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WKzi0J{
padding-bottom:calc(var(--pu-space)*8) !important;
padding-top:calc(var(--pu-space)*8) !important;
padding-inline-start:calc(var(--pu-space)*0);
font-size:var(--cms-g-small-font);
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WL7Qzi{
height:48px !important;
width:48px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WLGyrU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WLK7C6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WLMJny-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WLcEvh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WLiqzR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WLvyKJ{
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:56 !important;
height:640px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WMPIWp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WMe7mZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WMeWT1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WMmiFT{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WMq41h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WMsY5A-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WMyn7M-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WN5o6r-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WNAGkh-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WNQkRz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WNYMIE-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WNZO16-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WNl02O-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WNnq4J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WNtllw{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WNuUNj-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WNzsks-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WOFSMG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WOH4Hy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WONZat-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WObNoh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WOldJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WOoWjC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WOovsi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WOtQkh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WOthEC-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WP4mAH-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WPEuXI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WPG36Y-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WPLTPr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WPNFwd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WPV8Sz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WPVai9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WPrGMQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQ3bR4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQ3ekc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQ9eVq{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQB6O7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQDm2d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQFE9j-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQH3sQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQLbHX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQQYMU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQS77G{
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
color:var(--black) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQUKHQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQUwNh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQnzXM{
border-width:0.5px !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WQqTGV-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WR4uUZ-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WRCMjf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WRFK8t-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WRXPLI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WRaP90-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WRb3zA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WRiOBS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WRu1zX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WRvNZ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WSF6u2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WSjbHp{
padding-top:calc(var(--pu-space)*3.75) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WStiyh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WSun1G-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WSxAs2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WT2zro-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WT92If-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WT9fLg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WTBzZf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WTKbKr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WTKbep-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WTLVyq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WTMeG5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WTSLDe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WTYjM5{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WTYjXT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WTjFn0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WTm3Sa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WTvZq1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WUGduK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WUY8Bh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WUr608-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WVARcE-ds{
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WVAtfO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WVS9RS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WVSWno-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WVn26j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WVxpr6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WW8Lc2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WWBC5C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WWCEtq-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WWZkc9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WWi8Y0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WWqhzZ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WX0VmU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WX71dh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WX7ZbD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WXCbRi{
font-size:36px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WXiCdR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WYbO2L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WZco3V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WZf0wH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wa12z1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wa3toC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wa5BZq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wa6ATs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WaDyRx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WaJJWf-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WaQbdv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WaWxqq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WaXh7b-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WaycS0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WazTA0{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wb7vrh-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WbAYnN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WbOehx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WbPAOb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WbRxFO-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WbSTkf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wbohdt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WbuvA5{
color:var(--black) !important;
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wc0Js8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wc6fwW-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WcfrhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wcjo1R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WcmIS7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WdAPB0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wdaa3m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WdbFS3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WdxhW1-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wdy0Tx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WeC1mF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WeEy7R-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WeT3UB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WeYiBa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WeaZs3{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wf7AMl-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WfEtNh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WfFlJr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WfHu64-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WfTiJp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wg06jM-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wg3flS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WgvfBI{
font-size:max(calc(var(--cms-g-nav-items)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WgyKS7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WhOqXY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WhU8d0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WhlxQR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Whuz8m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wi82YF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WiPxmR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WiT8QO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wirw5P-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wj8KLL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WjDLlO-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WjOrVP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WjXKRE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WjabyE{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wjh9J5-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WjvH85-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wk5hjM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WkCe6q{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WkD76i-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WkNNbB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wl33Y0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wl8bHu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WlKh54-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WlOEJf{
color:var(--black) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
line-height:4 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WlQ9YU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WlTWoQ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WlWOXh{
height:40px !important;
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WlpQxo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wlw8OZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WlyeKS{
width:64px !important;
height:64px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wm39Nj{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WmKPit-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WmLTWO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WmVjmD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wmc9En-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wmfklm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WmjZ3x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wn7RB3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wn9PZl-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WnFVBr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WnGQMJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WnrYBu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WntVMl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wo8P4M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WoGVMk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WoLqDc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WoO2p5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WoPTZh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WoUPIw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WoX2IH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wobz00-ds{
border-radius:30px !important;
border-style:hidden !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WojH7E-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wp7k7o-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WpKGp2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WpL0ZR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WpMGKQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WpSpAL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WpY2tG{
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wpf6K0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WpjY6m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WptMMH{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WpuYIG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wq7ddd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wq7mb3-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WqJZpP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WqYpwQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WqZeCk{
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WqnYHU-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wr0MNT{
font-size:max(calc(var(--input-font-size-lg)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrCQ1i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrDjI3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrIILT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrKIi3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrOf2D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrTFun-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrZm35-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrdTxQ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrjuXb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WrpHSQ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wrqfuh-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ws2Ekh-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WsAkNw-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WsBZcL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WsTR2A-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WsmAL9-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WsrQ6d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WtDw8U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WtLp2t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WtQwM7-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WtT3Hj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wto7Li-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WtsDTz{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wu3pKP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WuCMOb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WuNQ0A-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WuT1nd-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wur46j-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WuzvK4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wv4ziG-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wv6LpU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wv9sBL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WvIeql-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WvLudU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WvVBLl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WvWGF5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WvY4zy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WvdWnQ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ww13Oz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ww1X52-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ww8nPH-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WwDN1z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WwJdHE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WwPUBV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WwSaLS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WwV04L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WwVSrd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WwXSKe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wwkds1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wx6FiM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WxBiWS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WxENmt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WxljAJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WyEwAY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Wyksk1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WyoFip-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WypCs1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WypMiq{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WzFhS5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WzVTnk{
color:var(--black) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
line-height:56 !important;
height:160px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WzWZKR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WzndTQ-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-WzyPbF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X06B2e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X06R5C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X08AdW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X0aSBw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X0bomE{
height:245px !important;
max-height:245px !important;
}
.phw-g-i-X0bomE img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X0qp9d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X0uyNB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X12eFs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X175a9{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X1823L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X1CycW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X1KtL8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X1OOOM-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X1WdP6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X211DT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X2LC3n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X2X5JE-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X2zTfU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X3ZQP0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X3ZSkH-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X3b6Ss-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X3jdA8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X3rupY{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
padding-left:28px !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:28px !important;
min-height:60px !important;
padding-right:28px !important;
width:320px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X44xfg-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X45MXe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X47XZi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X4AyhA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X4B9XB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X4Erj8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X4NJdY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X4ph0c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X56UfU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X5MteM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X5V3O5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X5Ybo8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X5mv5y{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X5qRnU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X5szIL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X61iMB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X65HdK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X6LVww-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X6RGLZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X6Zu5R-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X7QqHi{
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X7eIfZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X7inmq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X7ri2Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X7riDb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X7t1iJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X7wXGo-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X7xkIg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X80in8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X8Cdvo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X9ZnVK-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X9aXTf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X9cSXe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X9h0jr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X9hGrj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X9s0SR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-X9wbZe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XA6Rei-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XAl57F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XAm452{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XAmRaj-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XAuZm3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XBICCF{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XBanx1-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XBd3zK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XBdpXB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XBiWGw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XC0NuO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XC0taJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XCICcf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XCTrAW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XCZhRn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XCc61s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XCcSNu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XChm97-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XCjI5P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XD3BA0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XDE5U0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XDH9Qf-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XDK2vz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XDVVQB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XDdmPS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XDmoIy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XDmpbs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XDq17T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XDzf1y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XE6w3S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XE8sWi{
width:350px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XEBlT8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XEDsWY-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XEHp43-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XEJOYA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XEmF85{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XEw3At-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XF0hNz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XF3qB4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XF8FGG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-XFBemc{
gap:0px !important;
border:none !important;
align-items:stretch !important;
flex-direction:unset !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-XFBemc:hover{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XFCnno-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XFVf0v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XFp3KS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XFrxmV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XFsqBo-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XGArz2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XGIAlX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XGLK4b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XGTNmj-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XGVoQc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XGZHlG-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XGx67V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XGxr07-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XHITFA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XHRFuA-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XHxR6H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XI5WmW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XIJ4RB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XIJTot-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XIfXAq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XIpdF0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XJ38DE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XJGyAY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XJPvuV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XJbEGp-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XJqATS-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XJwdWj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XJwfe6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XK2DIA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XKZERV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XKdAD7-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XKpMxt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XKtKK3-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XKxfHg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XL70sT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XL8nKD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XL8yRk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XLDaco-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XLKtGR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XLWDfG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XLnHIo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XMVzKs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XMaoDK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XMiajN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XMlVah-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XMpYX2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XMrQS3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XMypbc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XN2aMp-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XN4PDD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XNHGfM-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XNKemU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XNPDuq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XNUy9t-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XNYpxm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XNoU1n-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XNuqFM-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XNwKMF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XO71V3-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XOGBrX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XOVNFC{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XOcPjA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XOd7TR-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XOd8OK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XOxSdQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XP1Rdh-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XP3ARC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XP8dqO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XPXwNV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XQ6VR4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XQ7Po8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XQGfEt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XQZP90-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XQZT0k-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XQcThs-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XQfiXK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XQjGOQ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XQwvZ5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XR60FS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XRFk9W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XROa8h-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XRRC2t-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XSCdP0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XSELp9-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XSFMVk-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XStuBx{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XSxUDJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XT1BFi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XTIKb5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XTbcD3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XTblmy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XTcBaT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XTdJjd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XTlFYF-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XTn3tX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XTxqfi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XTzbvX-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XU8RZN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XUF9ls-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XUYAbl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XUhBuq{
height:auto !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XUkNEt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XUzhT6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XV3Gkd-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XV9G44-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XVEWeP-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XVPUZL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XVS1Ag-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XVX0Pi{
height:auto !important;
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XVeYWU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XVqhAa-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XVr5Hi{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XW7lji-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XWAvCU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XWJ63G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XWKjFv{
width:40px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XWX1uF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XWXzm2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XWlCju-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XWxbfM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XWxbi1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XWydbL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XX3OhN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XX5NJA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XXGrLS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XXIEqa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XXZM4P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XXcY7V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XXgUq5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XXkIRk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XXnfAL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XXrBl0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XXzwsu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XY41Zd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XY4EDI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XYCeNT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XYFmfq-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XYPmMv-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XYREfh-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XYYObY{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XYfWYR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XYlRt8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XYozwi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XYz2se{
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZ2bS2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZJCoZ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZMR1q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZPos8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZRZsq-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZVeZO-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZXJPn-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZadbv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZae62-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZbjAl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZfyU9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZmJqb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZmXgp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZp9Kh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZqqAy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XZxaZw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xa8GSu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XaFTq3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XaL0Su-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XaNRUx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XaNmQv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XaXJ7V-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XaaKyk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XacK5a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XaorM8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xar7Dt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xasmpy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xawz74-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xax7cN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xb5AeG-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xb5HPC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xb5X3y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XbAFv9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XbHk0V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XbI1vV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XbLhN6{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XbS4b6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XbVrcP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XbWQZR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XbdoqF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xbmxom-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XbwvyF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xc2Mkv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XcPqZY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XcUfGE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XcmG15-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XcpoMy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XcuWaq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XdBJXU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XdFaVX{
color:var(--black) !important;
font-size:18px !important;
text-align:center !important;
width:320px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XdN0dm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XdUkYv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XdVbFK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xda9oq-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xe50sc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XeAbV7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XeAqlO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XeAzkC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XeDyA1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XeGbDK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XeN631-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XeXNUW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xeflxk{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xejzi9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xf2E1L-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xf402l{
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-size:16px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xf4yjU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XfNaZ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XfRGcJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XfZZHH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xfk4So-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XfoyUH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xg42Qa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xg7Maz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XgGYba-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XgROvY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XgSO3o-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xh0xTp{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.4 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xh3pyY-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xh56Vi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XhD2BP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XhFmb5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XhGApt{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XhQIGM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XhbMHP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XhnV5F-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XhoJ2C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XiwMKo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XjEqpM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XjHZke-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XjQ8br-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xjmr2V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-Xjq3iE{
height:520px !important;
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xjr5fE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xk85r7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XkI7a4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XkLcKD-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XkZa9T{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XkpSfg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xl28iW-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XlCTBc-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XlGZlZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XlMZFB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xlihgx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XlwyQS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xm0wEG{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xm2Ne4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xm8lDU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XmKooG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XmdBSg-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xn3soN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XnGlYK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xnf9WI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XnhlxO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XnsYmZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xo0ZLT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xo5f4o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xo9aAC{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XoIKqq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XoJmHR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XoLd9U-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XoPwgS-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xoc219-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xoi4qL-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XorPef-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xoy39G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XpAFdq-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XpAoSp{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XpCAfP-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XpPREF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XpQhbl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XpVGoi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XpdomZ-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XpePzu-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XpfsCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XpmjgC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xq5VVt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xq9B9d{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XqXJPU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xqdqji-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xr0llC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XrlF3Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XrqGVR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XrtpxO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xrvqp6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XsPSuN-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XsPzVa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XslUlN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xt1Zq3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xt9dbb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XtOKsa{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XtV3kb{
text-align:start !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XtYL7h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XtZ7Rp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XtcWg7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XtigJE-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XtmqKD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XtrdV5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xu1REN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xu2ANp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xu2EFK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XuBKgX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XuKk6p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XuOK0j-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XueDzU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XuxZ4B{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xuxiad-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xv8T5J{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xv9CMY-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XvBUIV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XvLiwV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XvUqWb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XveSmu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xvr6io-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XvzbJi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xw5EJV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XwLtcb{
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XwOqQM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xwf4pe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XwfoLc{
border-top-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0.125) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xwimxr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XwjtNm{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xx6vyj-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XxEGZr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XxKu07-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XxOUOG-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:hidden !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XxWLAB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XxZvNb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XxtTAs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XyJNkF{
width:380px !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XyMRYs{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XylDrM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xz7RPC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xz8DVW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XzCTVf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XzGgkl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XzaYaZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-XzbJzl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xze79Q-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Xzr1LP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y01621-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y0Wvh0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y0tVUY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y1280j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y1GVpM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y1Kdlb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y1hzfO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y23KwA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y267hR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y29dbb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y2VZQb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y2bQuj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y2cNJE-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y2ku22-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y2suui-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y2yOjM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y37NST-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y3DtBe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y3OjOI-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y3fLgy-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y41k3X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y41rkF-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y42SDU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y4DhMd-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y4IdNg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y4Jb7C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y4TXNY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y4WbNe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y4o7uv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y54Nbk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y59nCu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y5Zwu4{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y5tT5N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y5u2pc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y6AW5B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y6F3Xe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y6guD2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y6iZWp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y74RCf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y7H98m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y7P9iP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y7bJkA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y83xaR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y8UNPu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y8gbDV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y8hkMZ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
width:456px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y8kPf3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y8lMdH-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y8ssQj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y91Lns-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y98ph4-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y9KpNr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y9a2Ub-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y9c61l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y9dA5b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Y9lMEd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YA4SC5-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YA7sSl-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YA9i5j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YAbHsO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YAloj6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YB0T4Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YB68WN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YB9DSo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YBMmbS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YBXzg7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YBgcSX-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YBh1IF{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YBmeDP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YBnPIS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YBrKwe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YCNQ3b{
font-weight:inherit !important;
font-size:var(--font-size-11) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YCNsRo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YCYAou{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YCer2X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YCiAOD-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YCwSw7-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YD2m3q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YDE8Zd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YDPuK8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YDR7Ju{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YDqzPa-ds{
background-size:contain !important;
background-position:0% 0% !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YDypcE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YEESbs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YEH0K1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YEKGdO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YELpID-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YEZD8G-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YEglsG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YEiGez-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YF0hVQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFESdX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFJLsL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFJwCw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFNlVw-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFR67i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFRBS6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFVBX8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFZ7dS-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFeUyq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFebWE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFefHB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFiDI2-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YFzJTf-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YGQfUx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YGWpiZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YGfhDj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YGgui3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YHGqgt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YHKVig-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YHUNIr{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:200px !important;
width:448px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YHaI6z-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-YHoo3Y{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
height:auto !important;
line-height:1 !important;
max-width:1000px !important;
text-transform:none !important;
width:auto !important;
text-align:center !important;
font-weight:900 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YICcbL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YII7pC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YJqQ3M-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YK2EHA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YK4uP3-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YKWumv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YKklGL-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YKyEme-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YL7Geo-ds{
background-image:url("https://pp-cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/necessary-1720437577430.png") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YL7Hqe-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YLCaTW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YLFlN2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YLGke4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YLQL5t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YLqECo{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YM8SSP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YMDXZ2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YMZF9K-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YMcoHd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YMfkp7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YMooB7-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YMx95q-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YMxkkV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YN3wFz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YNDeTG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YNP18D{
color:var(--black) !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YNYgZq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YNaTVg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YNeF0p-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YNhatv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YNwMWX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YOIl71-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YOVjaT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YObKK8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YOeZAG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YOhiwQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YPHMCK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YPRuN4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YPUs8s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YPenk8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YPh95k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YPqJjQ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YPsXJK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YQ0UVn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YQ5KSZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YQVDr2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YQibjb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YQy9W1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YRij1n{
height:620px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YRmHwm{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YRsHbe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YRuWfq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YS5yjH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YSIrqP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YSMjXx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YSjSDv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YT1276-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YT1uQz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YT6aHZ-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YT6lly-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YTAQtj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YTBCaW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YTKzKc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YTLhRS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YTaIFr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YThwKN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YTufnH{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YTvw9k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YU5XC4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YUJtXk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YULOWt{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YUYhwN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YUmRYh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YUvlPl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YV1ZZ8-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YVDkuD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YVThkA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YVvJdE{
border-top-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0.125) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YWAEyR-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YWCC3Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YWHjcl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YWITTu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YWOAsB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YWSiJo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YWgXrF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YWhgUC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YWj31H-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YWmbmL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YXCyM0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YXGXxa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YXODON{
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:48px !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YXR4Zh-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YXRh58{
color:var(--black) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YXSU8S-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YXWt0n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YXb86P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YXksBW-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YY0Hk1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YY43HC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YY4v9X-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YYNOSx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YYcCV0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YYdi3H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YYi7tQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YYpWlp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YZNfCf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YZUpFn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YZnizU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YZpic8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YaAKYO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YaAp4N-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YaChje-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YaHwSp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YaMR1G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YaNnmT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YaeOyE{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YafZ0o-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yb2g56-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YbJe9e-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YbPC8x-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YblGVg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ybpuwx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YbuiZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yc2gzK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YcGAUl-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YcUwfB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YcXlh3-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ycg5Go-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YcoFem-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YdI90x-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YdO3XL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YdTSMI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YdYoBq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YdiCqx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ydql4O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YdyUyN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YeIkPf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YePXoc-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YejuG6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yf8PR3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YfEVAZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YfNad9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YffeOu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YfqCGM-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yftjur-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yg2eQH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YgA0hx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YgOtFL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YgS1Hz{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YgXPlV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yggr9l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YglBbT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YgoWBh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ygwpsz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yhfb9d-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YhlxQI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yhnkl1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yhrzyk-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YhxuwS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yi0zmY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yi6LPC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YiIaaL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YiMquR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YiYkaN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YiZmcg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YihtPg-ds{
border-radius:8px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YipUI3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YivtUi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YjBgFK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YjLShF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YjRh62-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YjkCrw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yju46m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yk0Nqi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yk1dwC-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YkAfCR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YkUVCs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YkmExf-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yktu61-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ykw4pN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YkxbKo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ykz7aI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YlCiwG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YlHmqP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YlX6QG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YlcAzg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ym7all-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ym8ui2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YmCEgX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YmamAz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YmzVix-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yn7654-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YnGnTA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YnGwoP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YnM5st-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YnPBmU-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YnQfPn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YndfDs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yns3is-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YnwPLC{
color:var(--black) !important;
border-style:none !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YnyI0q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YoJfXI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YoWPMZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YoWqP2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YobAhE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YobeWM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yp4MjI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YpHRoS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YpQKfS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YpQVr1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YpU244-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ypl2Wu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yq0cMU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yq3TNl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YqEHr8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YqdYPz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YqetfB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YqlDfm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YqofVw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YquNXY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YqwxWK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YqxAXo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YqyPJ8{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
min-height:38px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YqyXkz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yr8tI7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YrJlRz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YrWN8n-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YrfWRY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yrg9Rm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yrhu11-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YruC7Q-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YrzE5C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ys0lQW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ys6eXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YsHNbR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YsLaoY{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YsOhK9{
padding-top:calc(var(--pu-space)*6.25) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YsOvNY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YsX9Ag-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YsgMoo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ysxb8g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ysxd3D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YtNAN1-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YtUhqg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-YtgyXA{
width:299.513px !important;
padding-inline-start:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YtrX9p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ytz6PI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ytza9t-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yu91C8-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YuKNp5-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YuSdvb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yud7Pk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yue2To-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YuqJHa{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YuraAx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YuxNOh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YuyBgI-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YvDhch{
padding-top:calc(var(--pu-space)*6.25) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YvG9lJ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YvL9OO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YvN2oy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YvPUIG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YvWilB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YvYBpU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YvagQ0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YvgaPY{
font-size:var(--cms-g-mobile-header) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yw4In1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YwDO8W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YwHiSf{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:40px !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YwKLto{
height:1px !important;
}
.phw-g-i-YwKLto img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YwRvqd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ywfn7H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ywl37Y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YwmnNy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ywnm7J-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YwsvVb-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yx73zg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yx7tcO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YxCXmd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YxDha3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YxZyg2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YxoLAk{
width:453.881px !important;
max-width:1440% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YxoYn7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yy3fpb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yy6bPy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YyO0wt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yyg6n4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YyiVDL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yypfux-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YytFe2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YyuoFd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yz35ia-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yz5h00-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YzEzfr{
padding-top:calc(var(--pu-space)*10) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YzGUwS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YzHZEM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YzK3y3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YzP4L5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YzW4t0{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yzc4Vk-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YzhA2T-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YzkDuW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-YzmWxa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yzo6yz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Yzqevq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z09Yvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z0Bvnd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z0CIGf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z0GGb4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z0KLCW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z0UJ8l-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z0blkn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z105f9-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z13iSh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z147Nd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z151E7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z15uGP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z1G6Gy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z1JHmo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z1YUFJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z1hLvH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z1jGJv:hover{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z2CzCt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z2HVrf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z2LbST-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z2MWWD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z2WNMY-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z2t19O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z2wZ59-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z3FddF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z3OB9a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z48WpA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z4Vm3M-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z4olhP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z5CXNC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z5HVNi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z5Ys9A-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z5ksWV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z5qSpK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z67naF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z6M4wk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z6Ximl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z6bKjt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z6mpBG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z6sH9E{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:200px !important;
width:94% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z6tAuj-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z6xbwI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z6zzVi{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z7178N-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z7BY7x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z7CdGo-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z7EUFn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z7L1nB{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z7Nhww-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z7Qay3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z7UJs2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z7ZEB0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z7eUUG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z8ATLZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z8Aq7m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z8OnMw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z8cBWi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z8iDGy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z8pZAB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z907ie-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z92DaN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z9RIas-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z9XicZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z9jSOX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z9qJZE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZA71ht-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZANEwP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZAOHkP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZAObkH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZAWrRk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZAZihZ{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
line-height:1 !important;
min-height:38px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZAcCPu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZAg0dB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZAiTW9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZAoAAb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZAsQXJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZB0dez-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZBRzG0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZBcHSK-ds{
border-radius:50px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZBvFFl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZC4571-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZCaPmh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZCagds-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZD5LoW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZD5QcE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZDF1JV{
}
.phw-g-i-ZDF1JV img{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZDMvNE-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZDUB72-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZDeO2G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZDgtL6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZDpOTc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZDsBpR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZE06wD-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZE9Tvi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZEBNoX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZEITmM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZEJpQr-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZEZM2a-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZEoqo5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZF7mBY-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZFYEqo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZFnBrD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZFqVZh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZFtCXe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZFwRK2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZGGEM5{
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZGKREe{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZGKSck-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZGNQYJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZGOU1f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZGYZYA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZGaFNw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZGfVGH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZH7VcR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZH8o9e{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZHRNYa-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZHW5bi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZHhpkf{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZHyv9w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZI70Ue-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZINDP1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZIUPv0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZIiXYY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZIor9f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZIvmVR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZJIRl0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZJRG8l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZJSO3E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZJXUoz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZJenjr-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZJiDhn-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZJtBFO-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZJxZyJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZKOoyi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZKhqk0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZKni0M{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZKr5Vi-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZLUGDz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZLWN9s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZLaeSV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZLiIuu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZLlbc7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZLp9Vs-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZLrC98-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZLuL97-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZMSrMw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZMharZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZN4d1Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZN5DLP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZN6GYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZNTfF7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZNbgOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZNo9JO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZNzxyO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZO9zM3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZOQSj2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZOQbeE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZOXHqs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZOeyRV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZOnEfh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZOqxPl-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZP1f0l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZP7Tjp{
font-size:var(--body-font-size) !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZPCauC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZPLbid-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZPOBb3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZPU262-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZPZkD8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZPhu5L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZPt37T-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZQDbLk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZQEh4v-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZQFZoA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZQGsKk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZQiJvT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZQvkrF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZQw33v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZR3T7w-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZR5TLz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZR5kbv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZRJB03-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZRLPEw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZRMyva-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZRNKwL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZRbbMA-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZRrEkB-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZRtDzh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZRxaGF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZSSSIV-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZSWoxr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZSfCra-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZShHwb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZSkTJC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZSo7pK{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZSpmtu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZSvY4G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZT5gDL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZT8OIu-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZTEZzt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZTKQrh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZTN1ye-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZTPh1C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZTcn90-ds{
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZTgJrg-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZTliAe{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZU6nm2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZUMufO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZUQlgr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZUUQGI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZUXgId-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZUbfJx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZUm9e8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZUqZaM-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZUz5xv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZV0QA6-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZV5RFH{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZV6Tz2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZV8oIX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZVDemV{
padding-top:calc(var(--pu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZVIY9F{
border-width:1px !important;
border-color:transparent !important;
border-style:solid !important;
width:64px !important;
height:64px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZVNlhF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZVjw2h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZVphkz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZVzKXE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZVzXo0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZW0aYB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZW2NzR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZWJ8Mw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZWL41h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZWTSso-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZWWA6D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZWcnmi-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZWgO79-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZWjX23-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZWu0YZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZWySMS-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZX1BUb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZX5IyK-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZXAT4f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZXUD4v{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZXUX3n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZXUx1Y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZXou7s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZY5nAS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZYI4kX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZYPDBX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZYb41s-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZYjo7X{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZYtINH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZZ2Qfp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZZ4eh1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZZBInt{
font-size:var(--cms-g-mobile-header) !important;
text-align:center !important;
width:auto !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZZDfiX{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZZcJas-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZZkQpT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZZnTPS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZZvgyC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZZwtkH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZaIo9O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZaKdpH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZaQrGV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZaXSmV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZaaPKT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZaiZBa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZamKvm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZanIF2-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZaoPJY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zaw1iL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZbJoZj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZbzZid-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZbzaLG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zc0V61-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zc6jLa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zc9ZLt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZcTlYO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZcfoYY-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZcgvJ1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zcu5LM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZdY2jc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZdZufs-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zdp96A-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Ze8daZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZeuPEV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZfFIh5-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZfehF2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZfunJt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zg6Yhv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZgBDLO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZgJq37-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZgMM1X-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZgPkZH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zgi1Lc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZgrgoQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zgtp35{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZguNff-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZgyTEY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zh2Me8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZhLbME-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZhPjLz-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZhTY6w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZhktGB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZhqKfv-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZhuXkb-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zhyt6E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zi04Ob-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zi4oGC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZiLUco-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZilvNK-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZjIyoU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZjN5E9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zjan1X-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZjllvW{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zk876Z-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZkmCfq-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZkquGc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zkss2L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZktHc7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZlAAME{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZlAAME:hover{
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZlGun9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZlTa3v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZlXHQG-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZlcP3Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZldIvM-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZlekiI-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zlshzr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zm0C7V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zm2GSO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zm6CmQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZmBBxr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZmUxZ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZmoLQZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZmoZgK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZmqmKc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zn96YX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZnY5MD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZnY9H1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zno1Xx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZoB53G{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZoIaVc-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZoPO4E-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZoixqA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zok2N8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zp4H5I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZpAnWy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZpTx9M{
height:40px !important;
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZpZUvb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZpZtY5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZpanjP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZpdjAb-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZpgjDA{
color:var(--black) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
line-height:56 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zpz9tb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zq6mk7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZqKne9-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZqTXah-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZqWk0e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZqflkR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZqqbMD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZqwjSG-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZqwjSG-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zr7WoH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZrAdzx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZrYB35-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZrfF5s-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZrhjKV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZrlL7K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZroCfD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zs0qb0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZsD28e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZsGJoE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZsGNch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZsidEu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zsqhtp-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zt2JoZ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZtBAAf-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZtF4F3-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZtKnG9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZtSpo8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZtlJ8Q-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZtmOeZ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZtsglC-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zu69Il-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zu6svB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZuF2qF{
background:none !important;
background-image:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZuHuvf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZukKKq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZuktMx{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zumjym-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZuzxLR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZvRANu{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-3-1739968365335.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zve3hL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zw0H7E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zw2Dcc{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zw3KYl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZwAPGj-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZwDZ8U-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZwO67V{
border-style:solid !important;
border-width:0px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZwO7IU{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZwSoWX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zwdt1y{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zwei95-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZwvkvQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zx6Ktq-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZxAFdI-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZxC5WG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZxDHrL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZxcqW9{
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZxeBVs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZxqteB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zxvfkm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zxw7Vl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zy2yv4-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zy6NpQ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZyIz8I-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zyjl83-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zz42wH-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zz4gsj{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zz7Kvt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Zz8dw4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZzZhnN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZzhJFh{
font-size:var(--phw-g-regular-text-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ZzwTka-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a02gYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a0F8DU-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a0JCJE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a0ND4k-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a0QL84-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a0U18T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a0WqQc{
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
height:56px !important;
width:400px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a0rCFh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a0rEUb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a15ADL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a1Bsl9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a1P548{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a1g3Bn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a1qh1Y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a1suQN{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a1y09Z-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a26BHs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a2E0Jl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a2JoEn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a2Zpkx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a2dcen-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a31Oq5-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a3LDUl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a3PLPU{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a3R87K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a3cAak-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a3e48H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a3kz1A-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a3uUxH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a40TOG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a41CV5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a491SA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a4CVXu{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:215px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a4NWzB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a4NYSF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a4Okv8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a4Ys1l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a4hw89-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a4j9tv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a4u67P-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a4xsVb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a5AnVk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a5Ds8a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a5p2XR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a5wGPO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a658cY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a69hNz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a6BJA5-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a6DuAF-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a6Dwqy-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a6KSru-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a6PWzl-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a6QAza-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a6SdMS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a6Tx7s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a6xHjH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a708CB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a7AMtY-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a7HtNP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a7I4bx-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a7IS7P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a7IrBR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a7QFTW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a7bhZy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a86xKk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a8Afwq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a8BEqg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a8Juaq-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a8gFYe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a8kOje-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a8qNN9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a8unPC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a8v22F-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a941Zc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a9A3Zf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a9IZEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a9Iupc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a9gyzz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-a9hTjk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aA8OL2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aAAJiy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aAHjbe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aAfwp1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aAtYUo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aB2pgE-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aBATaZ{
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aBCm01-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aBDL1O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aBDquG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aBHnNG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aBJOjH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aBSpJo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aBZmmL-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aBho5v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aBiiR4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aBjTdG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aC7tFS-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aC8oPS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aCLnIF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aCaD0D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aCmMaM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aCtawg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aCxYUX-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aCzpSS-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aD3hMB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aD7Odj{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aD8OZw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDKxr3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDPLCX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDV1DF-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDZuGf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDcmRj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDgt9v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDjg5z-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDnmwo{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDokgH-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDqdwf{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aDyqr8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aE9fZ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aEblUE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aEeQZv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aF3z74-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aF8FFN-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aFHwLc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aFLjgb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aFMV7B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aFjEqa-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aG9wNo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aGATTP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aGECGp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aGG7fd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aGHys3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aGNuwx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aGRnfM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aGn77i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aH1g4B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aH5P75-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aHFtsP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aHGF36-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aHKn1J-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aHWI4D-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aHXJyg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aHaPXo{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aHamAg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aHfWvv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aHkvZI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aHmUbc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aHpnAU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aI7WgR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aINAnZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aITJYZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aIb4C8{
width:40px !important;
height:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aIkdl4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aJ2euC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aJJBvY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aJMUSk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aJTTE1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aJV4mM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aJYenB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aJcYj0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aJz2VT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aKBVbE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aKHFtW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aKeUk4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aKqS2k{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:456px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:215px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aKyPrX-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aL48Wm-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aL6Dvj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aLG3pH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aLLM0T-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aLaMCP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aLcqut{
font-size:max(calc(var(--cms-g-nav-items)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aLgBVI{
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aLtRey-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aLtlpn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aLzOpv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aM8At1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aMDhpg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aMFOJT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aMfgmE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aMxYHz{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-talent-1738741312303.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
height:460px !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aMyBoN-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aN7ZKE{
font-size:36px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aNDVPI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aNNBiM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aNbHuB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aNkNTW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aOOKpg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aOYvHQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aOdyZE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aOm5jw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aOzVr1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aP2t3H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aP3MSa-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aPC3Gl-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aPHboV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aPegl3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aPiifI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aPpi0x-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aPty9E-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aQ8Epo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aQCspA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aQF5yQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aQZvYB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aQghxN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aQi1rm-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aQuKOf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aQxeD8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aQzDmi-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aR9jOT-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aRBOax:hover{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aRGT3P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aRcZQY{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aRhntc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aRo7oD{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aRstQH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aS8muf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aS9YU3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aSAHqo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aSVBMe-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aSaK2u-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aSc3ko-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aSmuiN-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aSq0j0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aSxR2F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aTLIce-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aTYzrE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aTcKDe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aTnjdV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aTvDsp-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aULKZR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aUNq6n-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aUPW4v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aUcDcg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aV7btN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aVEz86-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aVFLSO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aVQaYg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aVmQ5v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aVn4XV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aW4Ugh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aWo8v1{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aWqcQf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aWtOge-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aWwkcA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aX3EsM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aX9TxN{
color:var(--body-color) !important;
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aXNp7Q-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aXYwVz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aXhbk3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aXllLV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aXoNKJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aXvFoT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aXvqZZ-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aY09LA-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aY2o6t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aYESKV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aYI9TY-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aYJ2Wk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aYTtBL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aYUqLr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aYd66q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aYhMMn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aYtHGY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aYwiT0-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aYzBGa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aZCjnf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aZGLqT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aZdATz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aZyXd2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aZz4l0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aa392J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aaAqYj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aaOreg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aaPPU6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aaScmx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aaaFfh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aabk6Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aahtni-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aajkmx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aakAZa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ab2rJk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ab6a08{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ab9jfk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-abrgAK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ac1559-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ac1E0p{
width:190px !important;
max-width:190px !important;
max-height:60px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-acAA4O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-acItdA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-acLfBj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-acPpPD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-acXSUM{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-acantR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-acayE7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aciora-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-acq9zQ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-actQwO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-adIs4W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-adgFq2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-adwBxS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ae3Tob-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ae4WdE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ae90O9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aeCv52-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aeNlMU{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aeOlMr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aeTGHa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aeWJu9-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ael42x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aex0hO-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-af5tDz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-afKbAx-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-afViwn{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-afaenQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-afiLvd-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-afwRJA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-afxsON-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-agF3FX{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-agOVfg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-agQvVO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-agTT0a-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-agq4Na{
font-family:var(--cms-g-jetsansregular) !important;
text-align:start !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ahEkI6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ahLdre-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ahYh1d-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ahhp0n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ai4dQM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ai8LD9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aiDfrM{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aiScUH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aigQ0g-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aik4Fs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aiwVgL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aiyTEg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aj80oq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ajVUep-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ajotGh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ajrDx1{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:40px !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ak6LcX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ak7jt3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-akAyBs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-akdOAV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-akgf4D-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-alIJaZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-alQoSz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-alT9JG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-alaIA5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-alf6Tb-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aljeY2-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-amA2oZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-amAkV7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-amHniO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-amQI2r-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-amThdW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ambDhL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-amgAEA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ampTXJ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-an0p9o-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-an4wFU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-an6CcE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-anPBpg-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-anarWf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ancAqJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-anu61J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ao1G72-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ao21hX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aoX8i3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aociVZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aotUqE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-apCq2f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-apPd4B-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-apTnk5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-apUA4d-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aplO8w{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-apoGh7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-apzsJX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aq18XR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aqCiR9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aqDewx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aqF9mF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aqG9L2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aqkiJv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aqo0F8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aqoPR0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aqt0pP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aqwoFO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ar37Et-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ar8915-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-arBGXj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-arLa7n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-arLnA4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-arT7io-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-arZrR6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-arlZDF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-arrxS4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aruwhr-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-arxFkC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-asRa5Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-asRdsf-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-asnr2E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-at4Mkg{
padding-inline-start:calc(var(--pu-space)*3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-atIqN3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-atTN1g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-atUOUP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-atbktw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-atiY7V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-atnw0S-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-au6Sk9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-auAjPX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-auiOGI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aulRBq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-auuKoy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-auujnz{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-av0sgd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-av2Hjc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-avK3MM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-avLf26-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-avU26j-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-avYEYO{
margin-inline-start:calc(var(--mu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-avr71B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-avtc2r{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-avw9s3-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-avzE9r-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aw3XQu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aw4bLV-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aw9rQ8-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-awSMnk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aws46A-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-awvTb6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ax2992-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-axErBk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-axGDxA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-axHUT2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-axKQNb{
border-width:1px !important;
border-color:transparent !important;
border-style:solid !important;
width:64px !important;
height:64px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-axdnSa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-axiVUB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-axvFz7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-axwhv3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-axzVnN{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-axzfCu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ay4lE6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ay7X40-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ayBVgC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ayKTBf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ayYbHd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ayh3Iq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ayhVbj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ayjZKO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ayno8B-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ayrGk8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aytxtf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ayvfYZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ayw0Jx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-az8zvk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-azQ9z6{
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-azbAWg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-azooE9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-azrzhh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b02mTC-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b06ARY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b06B2o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b0EEKR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b0EluH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b0FW9H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b0HL12-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b0HPci-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b0QU2S{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b0ZYjA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b0nPxK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b16zBn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b17DL6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b19CYS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b1EHPu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b1ENE8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b1MoZq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b1WWdp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b1d0AQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b2C0xs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b2CjTT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b2EC1N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b2JT6z-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b2cI4b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b2jVVN{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b33WZT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b373Ps-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b38A3V-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b3G52G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b3Iha0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b3XNpp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b3XlWn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b3kRzt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b3wvXm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b3zg0i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b4CSEX{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b4ROPy{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b4RnvI-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b4TUil{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b4XzcC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b4aY78-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b4e3Be-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b4hNEy{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-cs-1740126280718.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b4iPFh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b51dv7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b577aT-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b5JSDj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b5cr6z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b6XPqx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b6YDkp{
height:auto !important;
padding-bottom:calc(var(--pu-space)*0) !important;
padding-inline-start:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b6aBz0-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b6eDIb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b6giMp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b6hZD6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b6rKXU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b6y7Uj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b71cBU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b7COkn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b7Mrkr{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b7fAuy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b7qLKc{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b89ule-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b8Dy55-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b8FAyh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b8ND6b-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b8W8wq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b8fFcu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b8fNSa-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b8s1F9{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b8y3C5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b996Ex-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b9Njui-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b9XliQ-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-b9kXxP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bA15oZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bA7XBf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bAH9Sw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bAKxwS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bAoigA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bAqvVC-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bBGsOc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bBPVYc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bBYEvP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bC0yOB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bC1fA8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bCGPhK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bCHTrh-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bCZ91O{
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bCcC2V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bClWkq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bCnG4D-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bCogzf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bCu4wk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bD0vJb{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bDIT07-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bDLVL3-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bDOuru-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bDWhtv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bDdIqb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bDiJ4k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bDmh7r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bDo5yk-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bE6IWB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bEBBo7-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bEpKzt-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bEpYpQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bF16vU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bF8StK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bFLH7q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bFPrto-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bFYCml-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bFd6xa-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bFf617-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bFzGjI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bG0CCQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bG1wyS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bG3euW{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
padding-left:0px !important;
padding-right:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bG3yRn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bGLonf{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bGPZny-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bGh5Rm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bGibka-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bGpK9j-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bGuKk0-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bH4wRa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bH8v48-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bHAv6H-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bHKIxN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bHwGE2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bI1Urd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bI3Y02-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bI6gb9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bIHHzh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bIHtzd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bIXpwQ{
padding-top:calc(var(--pu-space)*3) !important;
height:140px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bIwVW9-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bJCs0d-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bJGmsc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bJIonG-ds{
background-image:url("") !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bJu7lD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bK0yHo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKBBsa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKBfbu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKO6OF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKUXno-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKVaSM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKWMyK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKXqEO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKXvT9{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKa1kn{
font-family:var(--cms-g-jetsansregular) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKidKn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKlLHL-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKlZwJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bKyjOx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bL5D6q-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bLHkVR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bLJD6x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bLPDp7{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bLiDeY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bLrnr2{
width:380px !important;
font-size:var(--body-font-size) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bM27AH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bMNQ0G-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bMPcUZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-B8q4Oc:hover .phw-g-i-bMhsLG{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Z1jGJv:hover .phw-g-i-bMhsLG{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bMllTk-ds{
border-radius:17px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bMloFr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bMwBxD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bN1sHw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bN43U3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bN7YKi-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNC66s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNEGg8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNMC3d{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:203px !important;
width:209.2px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNQReT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNTy7n-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNVY5h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNX6Qq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNYN1g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNfCBJ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNoGk3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bNsHfc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bO625Y-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bO8EFj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bOM784-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bOkaFc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bOm7hl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bOoUGz-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bOq7Bh-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bOqtnS-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bOvSkh{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bP2sKb{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bPDpPc-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bPEhUM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bPJvgT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bPakby-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bPgiz5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bPguxz-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bPiqMT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bPvqBE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bQ2Qdw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bQ2cyw{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bQ4S7t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bQBlcr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bQE322-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bQE5HM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bQUgeH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bQjvMM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bR66HX-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bRHiLR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bRLCEY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bRRhds-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bRcyQc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bRkJxI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bRn8xU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bRrh1H-ds{
border-radius:30px !important;
border-width:53px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bSDEYH-ds{
background-image:url("") !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bSSMc4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bSaTny-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bSiYFJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bStxIT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bSufyR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bT8C7n-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bTHAwm-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bTPDOp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bTRDNd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bTer6d{
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bTw9yk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bTwQSK-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bU6X5E{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bUBXwd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bUCkJL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bUTCUy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bUYUEu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bUgKdH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bUiIUW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bV342y-ds{
border-radius:30px !important;
border-style:hidden !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bV8gu9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bVgD29-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bVgFBk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bVj68T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bVxuxM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bW1Ejb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bW8SOp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bWCIMQ{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bWFfFs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bWIav6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bWYHV1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bWmij5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bXKTCD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bXNSr0{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bXPws0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bXf2eQ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bXfSQc-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bYCGsF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bYI9Se-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bYNXuu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bYQabr-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bYlZUx-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bZ4TLw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bZOCJQ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bZSftP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bZYXyH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bZmiSW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bZpCr8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bZsjVP-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bZyN6u{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bZyPm5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bZzsM9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-baFWmh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-baSudM{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-baUVMx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-baXitV-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bad36E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-badVgc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-baid7y-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bawTWK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bbOEOh-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bbUPxH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bbW8mD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bbcN6U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bbeRFF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bblKW5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bbqLzv-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bbsxst{
font-size:var(--font-size-5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bbwXsh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bc2Ir8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bc39f8{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgtechandproduct-1740542023870.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bcJf8y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bcY4nP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bcZt63-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bcawcW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bctfPY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bd7BRA-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bdEoDv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bdMhY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bdNvcF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bdXvbh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bdgBV7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bdgH6n-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bdyyNE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-beMaAg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-beMf1p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bea1yz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-beck50-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-begGEj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bei2uS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bejSLn{
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1 !important;
text-decoration:none !important;
width:400px !important;
text-align:center !important;
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bf1oG5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bfSUO3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bfYwyi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bfbv64-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bfdCez-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bfn9HT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bfz10y-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bg2RWd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bgAQbZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bgEwnJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bgN48O{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bgbduF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bgkEqq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bhMrgI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bhZxha-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bheOSm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bhp2vY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bhp2x6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bi9Exh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-biBlJp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-biICmR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-biKFdM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-biiOll-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bikDTy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bjA7Kk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bjI75y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bjTB9Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bjgAs1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bjo0fP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bjvT6U-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bjz8ak-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bk4pQK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bk8p6N-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bkUbPI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bkUue9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bkjfOX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bl3tKy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-blL4G3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-blRpxY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-blchxd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-blmHHg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-blobxK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bm13cT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bmAWuq{
width:40px !important;
height:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bmItlA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bmc3Aa-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bmiGHI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bmkGgQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bmmO0V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bmsKdG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bnARxh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bnCocp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bnNQH1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bnQ4Yk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bnVpKr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bnWfLW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bo56C4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-boKTBi-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-boQwut-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-boVfA2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bofReY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-boorYg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bowiHi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bp6YdT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bp7MGT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bp89YS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bpMrEJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bpSBrR{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bpxDJ7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bpzOaZ{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bq0Y6y-ds{
cursor:pointer !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bqKhLa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bqXlBa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bqYljk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bqub5S-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bqxC1d{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-br5dX4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-br7Jjw{
width:390px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-breDTf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-brg1f6-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-brn75R-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-brwPsy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bs3kic-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bs9AMu-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bsCKxq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bsd7B4-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bsedg7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bt8334-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-btE3xA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-btHcpw-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-btPUIv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-btbUKd{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-btnToG-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-btqCEE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-btrH5P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-buEOYs{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-buPXOJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-buWcvO-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-buo1td-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bv3rf7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bvDVLr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bvEI7Y-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bvXsCs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bvjZz7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bvkpMK-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bvq3td-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bvtuo2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bwGANx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bwJqzi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bwMSNY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bwPFPR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bwb2e4-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bwkzKM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bwlCKp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bwppnZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bwvgVC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bxXH8X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bxdWkg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bxfSeo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bxjicy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bxt7Cf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bxuZIL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bxxXHG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bxyzjA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-by94b5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-byM3Qg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-byViZZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-byfAND-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bytfxG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-byyQTv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bz0r4v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bzHzSK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bzQ5Kv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bzWiYq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bzXzk0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bzZ9Uw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bziAQ0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-bzyZIf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c00hw3{
width:380px !important;
font-size:var(--phw-g-widget-title-font-size) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c01EE3-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c04mjx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c0AWPO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c0WLOB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c0YJTP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c0btgZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c0cmC9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c0hFF5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c0qlNh{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c0s44c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c1NiCd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-c1RQsz{
padding-inline-end:calc(var(--pu-space)*1) !important;
padding-inline-start:calc(var(--pu-space)*1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c1f6yH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c1oHVL{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c1tOPD{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c1ygZW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c22zjk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c24TEB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c27GK0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c2VeJA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c2mK7P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c2mTal-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c2qAnq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c2xuMm{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
height:153px !important;
max-height:153px !important;
}
.phw-g-i-c2xuMm img{
object-fit:cover !important;
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c2zKKk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c3LwRa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c3RX35{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c3T5hA{
width:380px !important;
font-size:var(--body-font-size) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c3a2JH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c3yseW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c42AoQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c4AqCt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c4L7pM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c4UzIT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c4zOBh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c53HNi-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c57X1o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c5P2mD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c5Pjxg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c5S9A3{
padding-inline-start:calc(var(--pu-space)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c5fJ0L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c68I7V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c6AUI5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c6UB9C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c6m8gy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-c7ApqW{
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c7So5g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c7isjJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c7vAaG{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c7vTl7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c82smf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c85qEz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c8NrPg-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c8SuVs-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c8agzr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c8fhVv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c8q9lI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c90EIl{
border-width:0px !important;
border-color:transparent !important;
border-style:solid !important;
color:var(--white) !important;
font-size:16px !important;
width:380px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c9AfT4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c9riB7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-c9u8kE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cA3qTd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cA4F9V-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cAMDtz-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cAWVCS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cAeIfw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cAhATW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cAn8Eo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cB0NiU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cB1Z0x-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cB4F5h-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cBIrP4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cBeTfs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cBlYwA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cBnpFi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cBqFQO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cC03Ne{
padding-top:calc(var(--pu-space)*7.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cC1K1M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cC36vp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cC8HD6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cCHChs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cCHnTi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cCKaH6-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cCTPpQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cCUvSM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cCVQex{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cCaEBG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cChYnh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cClRbE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cCoshB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cCxNJx-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cD2Ygl-ds{
background-image:url("") !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cD3N2z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cDAm6b-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cDIgz0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cDeBB9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cDfBeA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cDfqn5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cDyJfm-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cE616p-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cE9IrZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cEGGRb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cFEdRG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cFNQzG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cFYer3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cFeMBw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cFmyxN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cFwc51-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cFxyzA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cFzX7H-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cGDnnR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cGUawM-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cGVPkv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cGWbYU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cGiR44-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cGidu2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cGmm4X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cGoy9P-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cGtekT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cHB6TZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cHDkfi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cHENfJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cHbhHb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cHcENU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cHq74d-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cI5NyK-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cIHE9G-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cIIQEP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cIXrkt{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cIgIDq-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cIgnIe-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cIhSQF{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cIrYnU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cIsXv5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cJ5FMq-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cJJG9F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cJNogi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cJRdov-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cJcMcd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cJhdQ1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cJl4SB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cJpXU7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cK8VCO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cKChcD-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cKJATm{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cKTsAx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cKaiIP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cKcB43-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cKkeRz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cL04jL{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cL3wsf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cL5NNt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cLfJvJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cLgATz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cLkxCD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cLpn9T{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cM2RkX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cM4MRK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cMdvJx-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cN5DEA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cN7m8K-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cNDLVs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cNFVyO{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cNIeiM-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cNgvuK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cNhT3p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cOAM9I-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cOLQZS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cOPBPM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cOPxT7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cORAEk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cOmw8r-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cOxMyz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cPAhbW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cPFJBS{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cPFW5h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cPO0z1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cPQgDI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cPTmps-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cPg2pj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cPgKCI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cPkMRF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cPlLpk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cPnuIK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cQ0GqX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cQKmlF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cQQEf2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cQQNwi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cQTRWx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cQcq2f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cQeIhj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cQyaZR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cQz4Hq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cRJtDQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cRKYpL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cRNWGN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cRwSRk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cS3b7d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cS5Ed1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cScDoc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cSgBk5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cSrHYH:hover{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cSrHYH{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cT39h3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cT6FVT-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cTBtaq-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cTHAbr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cTRTsU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cTSYmb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cTXpqH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cTrNiV{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cU1oWl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cUHeoE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cUOmif-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cUuZfV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cV8dAR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cVHnLK-ds{
background-size:contain !important;
background-position:50% 50% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cVwwzg-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cWE1UU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cWKHw6{
padding-bottom:calc(var(--pu-space)*3) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cWQ8jm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cWfz2c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cWpYTV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cWsg4e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cX1Owg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cX5oVC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cXK0Bo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cXKHPt{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cXM1JJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cXS9q0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cXVWkp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cXZJ1n-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cXZoR6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cXd6ES-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cXvEGK-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cY1WQg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cY2c60-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cYfO5x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cYuxQ8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cYx9uG-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cZ2m5A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cZ2vwX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cZKpqX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cZOD8j-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cZTy0U-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cZjUbe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cZjtjA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cZmAhL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cZnPo8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cZnoB2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ca0RLj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-caH5AF-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-caRgzj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-caXe5e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cafpvZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-camMAC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-caoJN4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-catqdV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cb1Ym9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cb2PmR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cbO1F1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cbSrFJ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cbbnDu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cbu34o-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cby8tl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ccBWUr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ccHsvc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ccKUYe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ccRkSR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ccfnOv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cd3wAc-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cdJhg3-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cdeLVs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cdhszs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cdjupN{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cdqSwF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cduPq6-ds{
border-radius:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cdv2zG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ce00LK{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ce20a2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ceFHl1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ceGhlP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ceHLFw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cebXWj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cenyzd-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ceuq8I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cevj0U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cf3ieR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cf8I1h-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cfRqOP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cfSL5z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cfSon6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cfedIn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cfguyL-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cflsGe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cg0q6E-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cg3BDX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cg5zPq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cgDw4B-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cgOP1L-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cgnMbE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cgnYyJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-chFhFc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-chGZfk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-chWm1K-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ci625V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ciDs7M-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ciI8b2{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ciLVxy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ciNcUP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ciSfUW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ciaEJD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cidlH8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ciwNc7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cjdar2-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cjiOKL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cjoYKu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ckKSDg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ckToRS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ckVHRr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ckZqzh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ckg8uy{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cl1nvA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-clAjI0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-clG2DD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-clNFZn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cljvBL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-clsBOz{
width:40px !important;
height:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cmB12h-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cmDPmR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cmLXNI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cmTfK5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cmlEpI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cmsg14-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cmwsn5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cnJzYH{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cnTpJT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cnXETV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cnaUKu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cnbxuo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cnhdII-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cnoPuz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cnuSza{
font-size:var(--phw-g-regular-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-co281F-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-co2Hum-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-co34nc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-co6zXz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-co9GdJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-coAk4l-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-coHUQi{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-coRp3E-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-coRzxy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-coYUrg-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-coobmA{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cou25D-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-coxl4A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-coy48W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cpOIeD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cpOX6Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cplNou{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
font-weight:normal !important;
padding-left:28px !important;
font-size:var(--phw-g-small-text-font-size) !important;
line-height:28px !important;
min-height:60px !important;
padding-right:28px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cq1BmP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cqMxnp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cqnjvC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cqzAP2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cr0lsR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cr5S1e{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:var(--body-font-size) !important;
font-weight:400 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-crAKLE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-crSzAA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-crhnbm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-crqtiQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cs2Uxw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-csHauu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-csYNSz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-csblZk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-csicmO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-csp45O-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cspkFz-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ctCV9V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ctD3qh-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ctUKkF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ctrxHd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cu85F7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cuSmBp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cuXme8-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cuc0qH-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cuflOQ-ds{
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cuh4qV-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cuuEtu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cv36TX-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cv3yOv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cvDYdW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cvDcsB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cvPRc6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cvQSQI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cvbv4W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cvtc57-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cw1XUw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cw8Y51-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwBv7S-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwFCS4-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwHT40-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwQccW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwUWmW{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwUzyv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwVHpf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwVb5Y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwXL5s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwrMs9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwt6Hp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwvi5w-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cwxHxl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cx1jAa{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cxuX0N{
font-size:var(--cms-g-mobile-header) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
width:450px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cxxAMz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cxywwO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cyE6ZP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cyztN5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cz4jsg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-czC5EG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-czL9Rh-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-czORdE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-cznW8f-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-czqE8A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d07aCc-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d0JEjU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d0KdMk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d0PZbk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d0Rsft-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d0ffXX{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d0uWI2{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d0vvL0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d19kkN{
height:460px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d1DM06-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d1N6Iy-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d1ZaZc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d1iX1L-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d1j1wp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d22aoq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d25cwi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d2G6RV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d2MA8R-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d2NZwk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d2Srdk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d2VEse-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d2mPlc-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d2tifM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d2wWXe-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d2yHlo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d3dcW3-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d3gx9n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d3sLal-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d42kht-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d4Ggm9{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
padding-inline-end:calc(var(--pu-space)*2) !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
width:auto !important;
padding-bottom:calc(var(--pu-space)*0) !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d4JWId-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d4VoTF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d4br4F-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d4iJJ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d4iwCO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d4mkwY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d4yQ01-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d52ric-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d55tUg-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d5DOnY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d5OZS3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d5Uro2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6090P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d60HpC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d639kx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6573G-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d66fdr{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d66zzi-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d68SHG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6GjA2{
font-size:20px !important;
width:400px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6HuoG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6Ile8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6MWlz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6dXKl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6flyB-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6ixro-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6jU4x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6kXwT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6nfRn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d6usAU{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d77gEO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d7DDfX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d7G0Hb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d7Gxi1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d7Mx44-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d7kt7W-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d7rCro-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d7rZdA{
color:var(--black) !important;
font-size:var(--font-size-8) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d85vQE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d8BE4t-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d8LHJx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d8MaUm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d8W1vo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d8fah5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d8yaAS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d93Xtx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d97vgH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d9FRBn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d9KFMV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d9jZZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d9lPAw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d9llD0{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-d9xYke-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dAdn6V-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dAlVgD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dAlq9J-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dAuRJJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dAzFAN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dB0GRj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dB1Plu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dBI0Aq{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dBLj4V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dBMO38-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-dBQ99f{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dBSxBn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dBfnhI{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dBvZTV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dBxtcW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dCKUCl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dChlA5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dCo2vQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dDEOUJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dDPuij-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dDYJSB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dDZtah-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dDhTY4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dDiG86-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dE1v74-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dE7sn2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dEAxFn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dEETrW{
color:var(--black) !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dEFtTR-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dEKZvU{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dEMAUS-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dEN5M9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dEOlgy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dF2Ylb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dFQgkC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dFWZE5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dFf3ev-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dFu0lu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dFxIhf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dFxl2X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dG5bdR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dGFZN1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dGOqnL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dGPyQR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dGV9Z7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dGbbvR-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dGoMBo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dH2rmU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dH3hNy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dH7854-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dHews3{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
width:auto !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dHnLeC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dHqcnW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dHubku-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dI4334-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dI4Ufo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dIRU72-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dIVovL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dIW342-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dIbuPu{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-talent-1738741312303.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:480px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dIeJGJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dIfOh2-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dIjGfs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dIvpDj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dJIKQS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dJZTGj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dJcKAr{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dJmL33-ds{
background-image:url("") !important;
border-radius:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dJsX4e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dJvy7Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dKGVIi-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dKIY8c{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dKPqAX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-dKRVKL{
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dKf4E9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dKi4m4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dKt1PN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dL7Gfe-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dM6L3i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dM7GCN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dM8jEd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dMEQae-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dMRP2G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dMRegg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dMa2Iw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dMdXmG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dMfXHt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dMmKpC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dNBpMA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dNM13B-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dNNUHY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dNfVDd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dO1mb4-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dO5b7o-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dO8v9R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dO9EOb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dOBzyt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dOH9ti-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dOO3zn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dOVpSw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dOd9yw-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dOl66s{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dOqmKx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dPAMqw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dPEqP0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dPGzfk{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dPUsn5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dPWeUV{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dPkcZe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dPl1Jq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dPucl4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dPxZEm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dQ3ZQs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dQFWEt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dQUCbT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dQdFD1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dQdaxr{
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dQeCiC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dQeahc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dQqP1O{
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dQvqFp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dR5cgi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dRAqRy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dRB6wQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dRbTrf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dRw3Ty-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dRyuAL-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dS7Y6b-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dSN8Tk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dSNsGG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dScVbz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dSdm8u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dSt0xr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dT1xiL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dT2njn-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dT5VbC-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dTQatG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dTcaxe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dTeUI9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dUDwgc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dUUdBf-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dUmADA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dUrwoL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dVHFB3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dVJBwP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dVj3D9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dVjTZ6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dWL2RC-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dWSwZE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dWW1TO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dWWO4v-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dWWuLv-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dWcx3N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dWkqq9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dWlH3k-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dXA9ra-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dXF30E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dXJ0k2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dXVGLg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dXrBo2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dY3lt1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dYC4D1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dYDuqU{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dYIwxZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dYMj5d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dYQY6I-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dYU8OM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dYWFgX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dYWW1W-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dYWovF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dYXOpo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZ2duo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZDVjp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZJUxW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZOxmU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZT5Xf{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dZxkin-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-da2kLY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-da4Lbr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-da5jlz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-daNOnq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-daS9Yt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-daXvr3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-daZ2zJ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-daeykd{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
margin-bottom:calc(var(--mu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-danCNL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-darVTF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dasE9A-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dayZU2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dbA6pn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dbBnlN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dbE0XF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dbSX0U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dbWHrT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dba092-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dbnyKY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dbpfK4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dbuqTf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dbxQsA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dbzieI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dcEJwE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dcM1zR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dcRNbK{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dcSTmH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dca7Pr-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dcfsBY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dcjH4Z{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dclEcs-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dcmD5g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dcpSfs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dcs7W9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dd8zH6-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ddZTJO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ddm9W4-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ddvupk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-de79PR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-deHRXs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-deMhGK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-deNyRZ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-derANe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dfCurI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dfI1J7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dfMUC3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dfNxQp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dfctaa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dfiICO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dg4AVo-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dg6nqn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dgJYGU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dgY8CX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dgph0b-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dgsua9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dgtGaD-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dgtd5X{
font-size:var(--phw-g-hero-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dhAeGL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dhIzem-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dhJSHq-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dhSkMl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dhYc1J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dhp5cL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dhtzPB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dhwaDY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dhyjUB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-diL0om-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dieBsP-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dikXHO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-diqT5j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dit1LQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dj89Q0{
padding-top:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-djDFWd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-djHXV9-ds{
border-width:1px !important;
border-style:solid !important;
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-djTs7J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-djYd0t-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-djkDr6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-djmq1q-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-djpzUa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-djxnQa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dk9geT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dkVbMX-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dkkqRN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dkuCEo-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dkyZWO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dl0mlL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dlEuNN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dlKIBp-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dlNHmZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dlPYgx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dlUVhy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dldJGu-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dleD8H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dljP0R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dlk7Cw-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dmNEip-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dmYE7Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dmaLrH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dmcRVj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dmv26J-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dn6rVv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dnb0lc{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dnlPSr{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dnmCoi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-do4V0N-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-doXRUl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-doajo1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dogR6V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dohRrX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dojXdj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dojZpr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dolw9I{
color:var(--black) !important;
line-height:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dp5BDM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpDDza-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpE9fH-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpF90E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpORoA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpSBLE-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpVidC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpgNKR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dplqjq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpqtNN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpuQQi-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpxAzY-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dpxdRD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dq95KJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dqA8oQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dqGWo3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dqLYRN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dqPhYF{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:40px !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dqPxro-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dqc2u3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dqnKZU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dqvQQf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-drPTNF-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-drSoBB-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dranIS-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-drcQxj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-drexo8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-drnXGI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-drs1eX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ds7Pko-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ds7SiP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dsO2Ah-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dsOc5Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dsSfbK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dsWmDt-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dsyiHs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dtECTx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dtMbQo-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dtxmLS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-du7SYx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-duEna3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-duI9V1-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-duICIX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-duQwPK-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-duUYEV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-duWhW0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dugfa3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dujx7y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dukLhl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-duqAIC{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-duxMww-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dv0j65-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dv1sdm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dvX4lB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dvXXIK-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dvhxmQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dvzmq8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dwCUaK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dwNbJf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dwNezD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dwTSuU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dwWwQP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dwZjpj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dwuRl5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dwxCvD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dx0tiT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dx4T8L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dxGcXL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dxPqkQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dxYhEu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dxnegH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dxvoWZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dxxKeM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dy1xSd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dy3jtE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dy5Pfi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dy7mPm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dyLtDp:hover{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dycFrg-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dyg6TA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dyhIDo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dyjcuH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dymCsy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dyvm11-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dyw2Nf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dz2knd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dzA9xT{
color:var(--black) !important;
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dzC9mJ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dzFNwT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dzOnid-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dzeuw4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dzog7z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-dzzoCk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e07jvV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e0WADy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e0gBl1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e0hKk0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e15B1M-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e1NYLz{
font-size:var(--cms-g-small-font) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e1zN18-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e2H3XU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e2Pht4-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e2RALU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e2SYlc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e2VWsZ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e2ab4y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e2hVIN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e2oTT9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e2q8rc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e2wlUm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e38x4I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e3Ct3A-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e3DjNx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e3LvIf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e3RB0M-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e3eCek{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e3l5rL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e3l7KD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e3n7cT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e4I8iJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e4KwiW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e4STZI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e4Ufio-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e4ZjpH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e4nDSC-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e51ZHA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e54NYd-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e59BHa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e5DcfX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e5bnlP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e5fXfx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e5iZMz-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e62UEk-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e6JXoo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e6XSjp{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e6ahcw-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e6ij8G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e6mdIj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e6mtdq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e6pX59-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e7HtDJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e7LFHU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e7Ldqk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e7MRh2{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
width:447px !important;
padding-top:calc(var(--pu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
margin-inline-start:auto !important;
text-align:start !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e7i8OA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e7kN8M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e7knng-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e7o3iH{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e7o8Bv-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e8Giw2{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e8RZor{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e8UfFb-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e8h9w6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e8kafy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e91OPW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e9Qi4m-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e9lyHT{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-e9pYTR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eA9DFa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eAM68h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eAO0zU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eAPHhk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eAZQel{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eAib3h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eAl0Mk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eB3f6L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eB8Cfn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eBKFqF-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eBZ32B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eBlBGw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eBuWGB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eC1PL7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCB4Tt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCBPYp{
background-image:none !important;
color:var(--black) !important;
padding-left:24px !important;
font-size:16px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCBbkb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCElBK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCQYVk{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCRzTH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCTfv7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCajci-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCeFog{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCh93K-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eChGRb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCrLac-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eCu8N6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eD29lG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eD9bH0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eDBy5l-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eDHmc5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eDJojH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eDKzHz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eDLifB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eDNrRe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eDSyFZ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eDiEgP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eDvPyZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eDvVgh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eE6J0E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eE9jbO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eEBvuG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eEfXxH-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eElCWK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eExfWS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eF2nfw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eFrvd6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eFvIQD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eG17yb-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eG2Vyr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eG5SmS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eGDvoE-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eGEWQl-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eGN9m4-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eGdDEh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eGgwd9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eGhT3z{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eGknq2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eGl5aR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eGoJ6b-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eHrLxU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eIRYPx{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eITztD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eIgD6F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eIhp7L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eIlTNv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eIoMzk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eItKLK-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eItcLI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eJDhwl-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eJDvGv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eJGVRA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eJZ6dd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eJZn1y-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eJeW39-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eJfy7L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eJub9g-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-eJwzgU{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eJxSgF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eK8wo4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKIEbv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKJE69-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKU5YQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKXOFf-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKdRdK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKhjKH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKj6Lq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKnVNe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKqPvh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKqm6X-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKqxjU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKwKkP{
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eKzysz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eL36DM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eLEoHr-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eLGQy7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eLRFmf-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eLXUFZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eMGE9M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eMGITf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eMI0MU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eMabet-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eMbh7H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eMpNcd-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eMs6bD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eMwhZ3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eNAdWZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eNGqns-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eNHAAQ-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eNL0kW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eNZozR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eNd7GX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eNfOlF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eNyW13-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eNytoh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eO7DqD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eOCoHS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eOFxwT-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eOL7cv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eOWsTj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eP5xz5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePA4pj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePBpfD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePFBkm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePOKYA{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePOUzC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePQist-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePTkE2-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePe6Aq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePfThW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePgC3D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ePgD5i{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eQGQSQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eQI1Cu-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eQaIqg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eQfa4r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eQg0rT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eQtI55-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eRAjlQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eRC7uS{
color:var(--black) !important;
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eRG7cY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eRNgGJ-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eRbJLA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eRgple-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eRkP5I-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eSPmLI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eSkWJE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eSlZVr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eSx6So-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eT7BeN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eTHF0a-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eTLZUd-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eTOdaP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eTOkrG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eTVXfr{
padding-top:calc(var(--pu-space)*0.625) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eTcZoD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eTg5LX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eU4Uh7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eU7ipb{
font-size:var(--body-font-size) !important;
text-align:center !important;
width:500px !important;
padding-inline-start:calc(var(--pu-space)*1.5) !important;
padding-inline-end:calc(var(--pu-space)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eUEtVp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eUXdlj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eUfvS2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eUvwzU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eV0CEv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eV1j0x-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eV2ozC{
color:var(--body-color) !important;
font-size:16px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eV5KwI{
padding-top:calc(var(--pu-space)*3) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eV6D4z-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eVEP1D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eVHy4B-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eVKmay-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eVKyCN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eVS0wU{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eVoLy5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eWM3Ak-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eWcTQ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eWfRyc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eWnmiq-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eXBaRz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eXR5kE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eXRmqL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eXrwZC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eXv1ra-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eYm5Bw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eYyUmO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eYzj3H-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eZ3n50{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eZ906L-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eZECdw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eZURP8-ds{
background-image:url("") !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eZWdGP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eZu7gY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eaAg3x-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eaDCUL-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eagLoc{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eapx5X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eawgl7{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebCjUW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebKMVR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebUanu-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebV4W6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebVLYQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebVlHG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebcptN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebeE9x-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebhWwz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebirgm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebpwdT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebrwoh-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebud26{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ebvc2r-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ecA4L7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ecC02i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ecKHNp{
font-size:var(--phw-g-regular-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ecq4mA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ecwYw8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ecwzCw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-edAKLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-edTusE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-edZAVV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-edZe4Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-edrmIb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-edsihQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-edx22n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ee0LlF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ee0PNr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ee2eDw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eeGQiV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eeMblD-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eeNnC6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eeYOFj-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eenbQQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-efCec0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-efLc6s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-efX6HQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-efo3oU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-efrvgJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-efy71j-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eg1dEx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eg6cUj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-egG4wG-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-egVllX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-egzwoM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eh1YXH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ehIzNU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ehMgZA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ehRHz4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ehVEOG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ehfvin-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ehomkn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eht3b4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eiMX6a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eiQcI9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eilsjv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ejAfoE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ejFgHN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ejSorg{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ek31v2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ekA6KF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ekHiX7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ekWXdj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ekYyBn-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eka2ZX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ekfepQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ekzIXC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-el4ka3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-el7wic-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-el9dUT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-elNPDc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-elaQZb{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-elex3i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-elhIZg-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eljl3h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-elutoM{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-elzfi5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-emObAx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-emd6fi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-emuy6M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-enBUta-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-enD78Y-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-enGh7Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-enHxkK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-enTfYw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-enaccR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ensv02-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eo44Fe-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eoGUnh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eoQODh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eoUaiH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eoVY87{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eoWvWE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eoZmx5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eofha4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eoheEI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eoxnrb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ep16TU-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ep5BSf-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ep7SSa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-epFe5W{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-epIZbL-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-epMf5g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-epNG6S-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-epYkYE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-epYxsM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-epgowz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-epvtNy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eq1cDF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eqA7Bn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eqEhqJ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eqFI1E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eqQRLn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eqjH5m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eqnG8U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eqoAFQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eqytiI{
width:40px !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-erQdf6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-erTepu-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eriZlf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ernf75-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-es1EHk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-es4rZB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-esPpIV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-esabyt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-escACW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eso5WY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-estMtT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-etEQcX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-etNzJt-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eteEzz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eth5i6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-etkH3S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-etlCyp-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-etpGFk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-etqUyd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-euIm3j-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-euIuB5-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-euNdpc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-euNsGl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-euOMSy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-euSX0q-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-euU0X4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eukdh7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eus60K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ev8CFy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ev9uHl-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-evFEcz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-evFGCt-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-evNBTd-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-evUWY0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-evWSA4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eviTKx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-evqpzZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ewOi9a{
font-weight:inherit !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:1.4 !important;
color:#242e30 !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ewZ2Sh-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ewg3cy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ewo2ok-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ewvl2M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ex4LZ8-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ex6qEw{
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-exUKD6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-exXRcK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eyK3X5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-eyacYx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ezCBtH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ezFPVB{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ezLv7w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ezfIht-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ezhLuZ{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ezl5zz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ezlVYu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ezzyDw-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f0ODaI-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f0aJbE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f0gc1y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f0huul-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f0j9vN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f0jkqA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f0mHLY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f0yWzn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f17ju8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f19S3X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f1C50t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f1DYIQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f1E3Wr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f1Utw4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f1kPHG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f23y9t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f2FbnI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f2LkyB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f2XQMq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f2XtDi-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f2pCEH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f2vGZS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f37197-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f37fuQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f3IoeO-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f3NIfS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f3T6TQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f3TUAT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f409pt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f48thD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f4H8mj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f4d2s3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f508z8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-f5308t{
font-weight:900 !important;
font-size:var(--phw-g-widget-title-font-size) !important;
line-height:40px !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f56qUv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f5YkZC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f5c2RR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f5hnk0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f5kW95-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f5lF3w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f5o5C5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f64nim-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f6Jm8D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f6gZZT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f6pfpz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f6vUQB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f74sdh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f7pNwz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f7ugaF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f7w4Mn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f7yUe1-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f80JFI-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iddivider-1629771631389.png") !important;
background-position:50% 0% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f8Aryr{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f8tBH9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f98nff-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f9XLlf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-f9zCpH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fA1yK8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fADdYJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fAFOMB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fAKCqr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fAe5w0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fAiFYe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fAnbVY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fAtqiS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fAuqvO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fAvPQG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fB4PHr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fB8PhK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fBHlar-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fBQAxv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fBgCxl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fBh3NO{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fBk9id{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fBtZ4x{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fBwaIR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fCNvVH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fCXRgE-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fCe01H-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:hidden !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fCiV5Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fCmou3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fDEBlw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fDInYl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fDf8Kg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fDgr4Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fDi5oh{
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fDr99a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fEFKHC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fEGjc0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fEIFIg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fEJ66c-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fEaS8x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fEyoKd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fF5rrC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fF7wLQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFJgG3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFR4PB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFS9OD{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFYYVM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFYwFF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFatYJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFgmAV-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFgy8T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFh5I0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFkZ4H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFlycf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFr59G-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFt11L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fFwSz6-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fGEquu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fGYoCD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fGfqZS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fGqDF7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fHB5Ky-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fHE2Gq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fHUSVp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fHbiYu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fHclKU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fHdWfF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fHiTpv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fHoCpV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fHzmZk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fIKt59-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fIKvHT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fIPP3n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fIWX1b-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fJAKpR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fJBAuY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fJD5Vj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fJVdgb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fJVeuI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fJY6Hm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fJdEP2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fJdO44-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fK0MNf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fK3RAX-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/pp/TAKEGLOBAL/images/necessary-1720437577430.png") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fK44wh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fKBtHt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fKFnVL-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fKJDyx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fKJFuS{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fKLImB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fKM28L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fKlPEt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fKursK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fKwj0i-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fLM98Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fLWkfd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fLchkG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fLeuLs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fLmA4V-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fLtuHc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fM1yPt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fMIibM-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fMJccz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fMgjdO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fMquym-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fN4WrG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fNMXvI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fNepMS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fO6XQM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fOFfRQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fOJsyb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fONFdc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fOSfjT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fOetPp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fOj6fa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fOp32i{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fOpYIT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fP1nNA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fPAfVM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fPWGJd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fPlaTj{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fQ3gtt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fQ7Wx1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fQNjvc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fQPXHy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fQcRVC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fQqPMw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fQyBLh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fRQHgd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fRRPu0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fRWwjZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fRdHzc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fRfQXi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fRkk34-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fSHQjV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fSTbUA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fSbRVu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fSrVA4{
font-size:var(--cms-g-mobile-header) !important;
text-align:center !important;
width:380px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fSvlgv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fSxnH9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fTAmva-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fTIibD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fTOi2h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fTbG2A-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fTbf7h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fTgLaS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fTrvXS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fTvwZB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fUCoyb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fUDVco-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fUEI1c-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fULqUy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fUXokR-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fUaA5W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fUyexX-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fUzdDJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fVK91G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fVLhEu-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fVPLUR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fVRe6M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fWFOs9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fWIxf2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fWQ3FV{
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fWQSJQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fWiWz7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fWz1gN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fX8Q8n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fXdaym-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fXe93O-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fYFQV0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fYKYYy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fYNz5p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fYafRy{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fYnZO5-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fYrXlh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fYzu8d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZNhXP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZPY1p{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZQ1NX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZRPyy{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZSPdY-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZhSmb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZkAtl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZotyM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZpIr2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZsTSI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fZtjNW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fa6O16{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-faQ0mS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-faZCjW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fadGUs-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-faekiE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-faewFc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fafZNn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fb2RSb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fbZCUy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fc0sp4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fcEiO1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fcJf4p-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fccv7K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fcgEOJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fcpMLN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fcs2u3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fcuYNA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fcudZv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fd2BcX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fd7f2y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fd9pQx:hover{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fd9pQx{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fdA4vD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fdAisR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fdQJ8K-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fdQMuj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fdzy2r-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fe4mjq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fe5YE7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fe8nJh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-feFnYt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-feMC8T-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-feWFoL-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fejJyL{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fesY1p-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ff9W8f-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ffBtGF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ffCEx9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ffFjg6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ffRbXZ-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ffktKC{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ffktP9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fftsgw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ffwNi6-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fg00Fd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fg0gNm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fgGzJe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fgH4aj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fgHuAZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fgMGWh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fgTjyP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fgcMLf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fgg9Le-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fgl7K0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fgzpxO{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fh6GeT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fhCRFa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fhMea3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fhSAgl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fhrOof-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fi2NUa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fi68nU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fiBhDg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fiCVQd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fiHfez-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fiM5QA{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fiWkb6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fikDTE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fj3PI5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fj3Xlz{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fj67wa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fj7E8f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fjhHlP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fjiT77{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fjoOAR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fjxYqx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fkGcOe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fkX9vX-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fkf3V5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fkw5nT{
color:var(--white) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:16px !important;
min-height:auto !important;
background-color:var(--brand-color-secondary) !important;
height:auto !important;
width:100% !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
font-weight:700 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fl5hCY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-flJiLA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-flZS2h-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-flf55D{
height:640px !important;
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fljOuH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fm10dn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fm17lQ-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fm3qUf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fm675D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fm8hmu{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fmDosG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fnCcD9-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fnFap9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fnKR7B{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
border:none !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:var(--box-shadow-style-3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fnQqyy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fnRYxm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fnw7lb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fo7anG{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-foKUFs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-foS9EW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fop4t2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fpELci-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fpENQS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fpGKGl-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fpP1qb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fpfuOF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fpuMLg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fqEHtr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fqN0Os-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fqP6OA{
border:none !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
min-height:0px !important;
font-size:14px !important;
margin-inline-start:calc(var(--mu-space)*0);
height:auto !important;
max-width:none !important;
max-height:none !important;
min-width:0px !important;
}
#_PCM .phw-g-i-fqP6OA{
border:none !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
max-height:none !important;
color:var(--black) !important;
max-width:none !important;
font-size:14px !important;
min-height:0px !important;
height:auto !important;
min-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fqlCyF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fqwt3G-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-frA1ap-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-frEiyH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-frJKBP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fraMth{
color:var(--black) !important;
font-size:18px !important;
width:380px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fratK7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-frw8rZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fsGPMK-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fsPYqV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fsUwij-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fsjEhY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fsm3k3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fsnFXM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ft1XWk{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ft9wMy{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ftO6jH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ftZ5w0-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ftZfdg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fteHMr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ftozh7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:56px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ftreez-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fu56vu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fu6d95-ds{
background-color:rgb(249, 245, 241) !important;
border-width:0px !important;
border-radius:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fuAOpt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fuSpLy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fueYaC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fuqqQg{
font-size:20px !important;
text-align:center !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fv2pY0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fv2yng-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fvXatD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fvybnj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fw3ImE-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fw63La-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fwBrlM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fwLPsF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fwRpJy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fwofBJ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fx7Qez-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fxLdmQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fxLtuo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fxOueS{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fxP2CR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fxaeMr-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fxgOcQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fy2gjy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fy3gY4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fy4LkY-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fy90Dd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fyCyql-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fyidlr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fyrfKp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fz9j1A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fzFIeg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fzNb8y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fzQJyu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fzRaDK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fzYIqb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-fzgDuC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g04SFT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g07Rg8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g0HgWi-ds{
background-color:rgb(99, 99, 99) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g0IxPT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g0MZUE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g0RWzQ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g0wnDw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g189p6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g1PjTq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g1VKy3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g1r0rq{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g1v8Eb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g2ATZu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g2CccT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g2GaZt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g2J9GY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g2TBxL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g2U8Be-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g2UuSc-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g2aSQo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g2bdoE-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g2c6YQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g2dtuy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g30kI3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g37oaM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g3DZga-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g3DghO-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g3KKyK-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g3me9q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g3rqW3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g3ybAW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g3zGVn-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g41j8K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g4AhdC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g4H600{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g4bUJu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g4iVLR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g4la5l-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g4qvx2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g4rVz2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g4rmzo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g4vXoA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g513se-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g53zkI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g5E7TC-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g5Oyus-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g5Q78i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g5QzIa{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g5RsKS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g5joO7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g5yOEx{
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g63SG6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g6beyJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g6fVuN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g6vbeP{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g6ziQI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g76LqS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g7I0YN-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:hidden !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g7Svhg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g7UdVy{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g7Z44H-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g7Zi6A-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g7rpAp-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g7wOr9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g7ynlE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g8C3Lv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g8E1t9{
color:var(--black) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g8WYfi-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g93I6G{
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g946KD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g99qkk-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g9JdFx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g9SI2I-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-g9szH4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gA1GBF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gA9QrJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gAOSQT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gAU7wp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gAcYHD-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gAim6A-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gAzajK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gBI0rw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gBWBEW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gBf0o0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gBi2da-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gBjpeO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gBk57p-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gBkjH6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gBn52B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gBsvgC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gBxay3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gCKeLG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gCczJe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gChjvD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gCi14c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gCj5hz-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gCsNAC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gCtDsh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gD1MHB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gDG4JK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gDIlhb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gDJQzX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gDUcRR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gDuLwS{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gDwocU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gDyKMb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gE1RNz{
font-size:var(--body-font-size) !important;
text-align:center !important;
color:var(--black) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gELj3Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gEZmBg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gEgH4r-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gEkzhN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gEnEHh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gExXbe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gF0K0d-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gFAPEi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gFG6Dn-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gFKPDj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gFTip6{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gFa4qs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gFmI20-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gG7Sf4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gG7kiP{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gGUIRD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gGWPLW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gGc9zn{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gGpYLn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gGsIl8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gH74i1-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gH8wml{
font-size:14px !important;
width:410px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gHV23g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gHVKtQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gHXyvQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gHekEU-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gHiaeL-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gHmMH2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gI2eid-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gI7sPV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gICEeB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gIEO7U-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gIH3q3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gIHOkH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gIYwju-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gIkkHi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gIxsle-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gJKPiR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gJYq2q{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gJckYO-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gJfsEw{
padding-top:calc(var(--pu-space)*2) !important;
padding-bottom:calc(var(--pu-space)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gJkyF2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gKRwNA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gKiQmc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gKsrzV-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gKzY0z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gL6eoS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gL8gLN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gLOIGY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gLWYNh{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gLi0ps-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gLsf13-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gM4ff3-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gM5SjR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gMOK5i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gMRTjV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gMXcAm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gMiBCF-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gMq0Q1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gN3oi0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gN5R24-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gN5sc2-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gNK1SA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gNStg6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gNbhTY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gNyRIH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gNzPYW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gO4EZD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gO4v5W-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gO9Jer-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gOBK5y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gOOJx5{
color:var(--black) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
line-height:1.2 !important;
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gORY0s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gOUiy0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gOn2fy-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gOx4aW-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gP1yDY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gP9EiH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gPALiB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gPGz94-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gPHaZF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gPcU7b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gPm5Da-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gPrQqW-ds{
border-radius:30px !important;
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gPujkR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gQ4lSj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gQFffu{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gQIcxO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gQVAI5-ds{
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gQaa2s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gQosdh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gQxcX5-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gQzagM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gR5dkQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gREIoy{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gRIns4-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gRQ9nQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gRQoqp{
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gRYJCl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gRpkTB-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gS8Zwh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gS8vci-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gSSqoI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gSnM1b{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gTloCU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gTonlQ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gU0Mu9-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gUA5sF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gUh4tu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gUkxWG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gV9jV6{
padding-top:calc(var(--pu-space)*2) !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gVrfJM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gW33YE-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gWCLb5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gWRWNU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gWomdB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gWrSTd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gWrs2D-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gX0Igp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gXYdjK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gXc4VC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gXfVIk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gXhJgi{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gYDjOU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gYIHSG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gYIziz-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gYJNXW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gYNHI7{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gYaw3w{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gYdV4c-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gYgJmu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gYurX6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZ3OzL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZ8Vad-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZCNiU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZLByH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZLouz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZMG1i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZT7WT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZmqs5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gZzsof-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ga9lai-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gaGgAQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gaLcqN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gaVhmc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gambmM-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gb4etd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gb8E7I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gbLBwK-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gbUyZs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gbeWzk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gbfqcK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gbmh8X-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gbnIIW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gbrT90-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gbujw0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gbvaiZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gcCdVC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gcDOXZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gcQsQN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gcRnsQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gcUROb{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gdCCcQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gdNxmD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gdUQjD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gdb9dG-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gdi4V1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gdn9qo{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gdr26n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ge68Cs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ge6EZi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-geCHUh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-geEy1L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-geUdAo{
font-size:var(--phw-g-cards-title-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-geVUNM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gez4Xu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gfHEUs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gfNMW3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gfPH8I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gfk49o-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gfluBo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggHM8j-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggMbY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggcMNq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggcW3K-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggcawE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gge9bM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggobng-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggonMA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggqaba{
padding-inline-start:calc(var(--pu-space)*1) !important;
padding-inline-end:calc(var(--pu-space)*1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggsqxY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggtFsc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggxfhu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ggzVLu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ghGdHr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ghHEQS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ghRzrg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ghhw5B-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ghyw0J-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gi4Tc3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-giC40Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-giJZLW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-giZnxy-ds{
border-radius:31px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gidNSb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-giwREh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gj4ADD{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gj4jui-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gjS0ti-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gjkkqA-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gjnSsQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gkLsNI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gkPrHz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gkSsXC{
font-size:max(calc(var(--font-size-15)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gkaUE8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gkbMcc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gkcrw2-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gkzYKX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gl0sk0-ds{
cursor:pointer !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gl88ye-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-glHtcP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gm81pT{
height:360px !important;
}
.phw-g-i-gm81pT img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gmE0nB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gmQgtq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gmexW3-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gmyTj9-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gmzvnF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gnAdfF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gnJBcG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gnYd1O-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gnaBY9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gnjYhL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gnm1ZU-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gnmBPe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gnp2nE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gnxVOS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-go45RL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-goHu5m-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-goJHU2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gohPxD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-goictx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gpSHRn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gpZ8w1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gpbFoj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gpeBSs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gpnczG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gpshFE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gpxLCM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gq1zYx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gqC1Qn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gqMf7G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gqfjc0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gql36b-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gqqIpG{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-grHx5N-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-grILAF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-grJUSX{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-grOkXl{
width:250px !important;
padding-top:calc(var(--pu-space)*0) !important;
height:95px !important;
margin-inline-start:calc(var(--mu-space)*6.25) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-grRYpS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-grZVHL-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gs1Bt6-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gs3x87-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gsMnMQ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gsOBT2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gstgG4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gt6UBH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gtZ8Gm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gu7rKb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-guxqZz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gv8uYe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gvarNA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gveDGU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gw0X8f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gwoo5l-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gwpVO4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gwvZKl-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gx6oqu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gx95mB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gxHPfm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gxViWn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gxXSb2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gxY1ZF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gxgwWn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gxp5gh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gxy7n9-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gy5hLl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gy85bD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gyAGtX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gyp1O7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gzGHjc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gzKAsj{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gzQKWB{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gzRpRh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gzSJzF{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gzZwbD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-gzxOy7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h0fImR-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h0iZkI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h0kHMa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1GO5e-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1Kjmv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1LKfd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1NRQ8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1RZi4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1WiFZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1YcWt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1ehrp{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1ejaL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1insO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1u4l7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h1wWiw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h2RMIZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h2WyMj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h2b04k-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h2iSrf{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h2ixzl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h2lj7w-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h338R4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h3Ekx4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h3Fvg2-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h3P8b5-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/pp/TAKEGLOBAL/images/necessary-1720437577430.png") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h3Q80i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h3RFxT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h3XQPa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h3kNtX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h3pb5s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h41sGl{
text-align:start !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h45Qaa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h4UcvM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h4dafb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h4ijQH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h4nWnk-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h55zg1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h5E7LV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h5FT09-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h5OTRa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h5Olbx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h5UiwZ{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h5awre-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h5fKvP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h5iM5V-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h5tVJn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h5ux3M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h6LW7S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h6Z3Mx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h6Z6Ao-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h6bI7I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h6dmAx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h77r6c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h7Bfci-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h7KvDS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h7ONEu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h7Ukce-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h7ZroP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h7bYs0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h7ksKm-ds{
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h7orlS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h7wc2D-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h82kmH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h8aCy3-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h8rkZ5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h8wt1J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h8yKpf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h92hlj{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h9VKlU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-h9fw0x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hA8c3F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hAAZy2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hAAvfr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hAIkev-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hAtK4o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hAu9QI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hAvZzC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hB8RNF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hBBRRg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hBMkrD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hBbSoc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hBepyo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hBmtTI-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hBoliG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hBreUm-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hBridQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hCDnHx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hCWlMf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hCfQ6v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hCjpUH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hCxAuC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hD1PNd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hDDEUM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hDMvA6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hDQSCb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hDYveA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hDdNtL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hDlQGy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hDszp0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hE1dZV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hE56cn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hECzWY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hEOLqw-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hEWr2H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hEldkH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hEpbn2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hEx9jy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hEzZzK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hF6Gic-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hFEtTb-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hFPXQr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hFQZWH{
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hFcWl4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hFfRjr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hFiPyJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hFtEKi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hG6eY5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hGCoXT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hGKqId-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hGRLSA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hGSL2U-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hGWlK1-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hGavtk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hGf8Hm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hGhsvP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hH9a9D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hHCrLh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hHDDQc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hHGjAh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hHHIV6{
font-size:28px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hHHXkK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hHMyjj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hHeaW0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hHijw7{
font-weight:inherit !important;
font-size:32px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-hHlCrf{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hHnbQL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hHuWtc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hHul9P-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hIOi4N-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hIXtEs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hIcc1e-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hIfy7c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hInAIc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hIpuFH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hIuTAx-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hIwg4C{
font-size:var(--cms-g-mobile-header) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hJ1kb1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hJ8m89-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hJD703-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hJJLMp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hJXLlh{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hJXgek-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hJgqNv{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hJz4xK{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hK1fDk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hKAbJI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hKEETz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hKEghG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hKTzve-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hKV9cS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hKvdSA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hLAMLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hLabpd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hLjcPB-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hLoSG3-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hLqC0A-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hLxea9-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hMILvS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hMJL71{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hMOULR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hMdVOP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hN8RkH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hN9YkN-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hNEM8P-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hNF4af-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hNVxzE-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-hNYObK{
font-weight:900 !important;
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hO2irR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hO5RNC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hO95V2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hO9Piu{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--body-color) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hOPCqw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hOSJFJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hOT9Zf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hOWEXL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hPKkKe{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hPOLUM-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hPniuG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hPsxqJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hPtT9L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hPzBOj-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hQ02Ss{
border-width:0px !important;
border-style:none !important;
color:var(--black) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
min-height:34px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hQ02Ss:hover{
color:var(--black) !important;
background-color:transparent !important;
font-size:var(--font-size-8) !important;
font-weight:400 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-hQ02Ss:focus{
background:none !important;
background-image:none !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hQ31uK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hQOq6a-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hQPyQT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hQb5n2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hQcTUQ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hQwBV5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hRUYnf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hRjhpG{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:215px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hRqNrA{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hRqsfu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hRwJxp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hRxJfX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hS6All-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hSgdOq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hShO95-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hSlAtu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hSlZpx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hStjMf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hSuz6o-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hT28Cj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hTOrKS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hTj1jK-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hUDGWm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hUGl3r-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hUR3x8{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hUSn1d-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hUYrZ9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hUdDWg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hUngRZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hV57wR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hVNS2r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hVQCDO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hVnD1N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hVxhfX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hW3cNe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hWD71p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hWEyQO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hWi9mr{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hWj2Oj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hX4G7d-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hXB04s-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hXKDf2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hXVpcQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hXloBA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hXpvJv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hXqwi6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hXsSrv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hY1j1N-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hY2ria-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hYHe5B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hYTWcc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hYhsF2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hYidwi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hYt0Si-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hYx3cZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hYy7IQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hZ01F1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hZ053q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hZLO4R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hZMYZE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hZRqoV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hZTY04-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hZZUeg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-haWVOm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hagzvL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hahQ2O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-halpIJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hax2dt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hayJnx-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hb6pzI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hbGcDz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hbJCIE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hbnCzA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hbnw5E-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hc0f5a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hc2yzp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hcAraN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hcWYqP-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hcdkD6-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hcgt5z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hcnbRR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hcpsvx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hcxFsF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hdQ8rZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hdWQuM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-heCtRY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-heYgwQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-heegtU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hejz2X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-heqvZf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-herIdu{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hezqcq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hfFMg4-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hfXHKa-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hfcswT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hfo3ZQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hfw3a1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hfymBe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hg23oO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hg7T2H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hgFoGN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hgISPn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hgTLsK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hgZMoW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hgcE8d-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hgf9SU{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hh4coy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hhAnNs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hhHkKv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hi88Rp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hiASsz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hidkM1-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hidrxT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hioZUm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hiqynJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hiuHwg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hiyU3f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hj05iz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-hjFMi8{
max-width:96% !important;
height:56px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hjLBMX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hjLuip-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hjPY0h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hjeXEX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hjqfya{
padding-top:calc(var(--pu-space)*4);
margin-top:calc(var(--mu-space)*0.875);
margin-bottom:calc(var(--mu-space)*0);
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hjy5lc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hk4HWC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hk5kJv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hkCQrL-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hkOkAL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hkXfKh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hku6bT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hkwzt7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hl1go4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hl7FmU-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hlPAH9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hlVXgH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hlXabX{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hm5AsA{
font-weight:inherit !important;
font-size:52px !important;
line-height:44px !important;
color:#FF8000 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
padding-bottom:calc(var(--pu-space)*3) !important;
padding-top:calc(var(--pu-space)*3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hmFsRJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hmHmj2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hmQQ2V-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hmQQgN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hmVyfd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hmbHbd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hmk1J5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hmrlbB-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hmxgCB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hn7xWR{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hnErAu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hnSWib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hnVpnH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hnq3ls-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hnq76m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hnvFmc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hoFX07-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hoaKKd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hocS4x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hoxMsW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hpM3RJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hpQriT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hpZk5s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hpg3Br-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hphNTb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hpnSkh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hq7216-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hqCELk-ds{
text-align:center !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hqMwgA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hqNTDB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hqPSis-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hqeOgA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hqeyDR{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hroDD7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hrozir-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hrrsMc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hrsr9c{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hrwMAh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hsARHQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hsDWZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hsF8Oa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hsHb42-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hsOKl5-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hsRdeM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hsZDtA-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hsZNyq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hsnKAO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hstSbs-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-htTHw2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-htUG3o-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-htVhBg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-htZ6N0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-htZmoG{
padding-inline-end:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-htkMBt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-htsc8u-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-htzdHb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hu7pW9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-huAuUR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-huCl3a-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-huF2Hl-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-huLBJS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-huQIsq-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-huRIfL-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-humjwV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hut6DG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-huw8NI-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hvjUqf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hvjsdQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hvwZ1A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hvxyT7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hw5FTM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hw9cYJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hwVpaK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hwggy8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hwx7Dd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hx6Hs8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hxNmCL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hxPth8-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hxQzlr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hxZk6G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hxaLHf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hxi8eu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hxwk3z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hxyqeE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hyLiWF{
color:var(--black) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hyXKxj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hyfKm8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hyfeiU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hyisE2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hylu03-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hz2zXM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hz3mqF-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hz8DVz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hzCuy9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hzFzSv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hzOOLt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hzhOmf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hziVNM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hzk2qQ-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hzmoIE-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hzokVv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hzp1ra-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-hzyNz8-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i01uuk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i0AWkO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i0EO5J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i0N0hp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i0T8Iz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i0XjKA-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i0e8rs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i0i9fI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i0oxec{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i14VKq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i1FWXW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i1O6Wa-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i1XslS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i1eRPv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i1gQTw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i1hVAb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i1klUn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i1wtQt{
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--white) !important;
font-weight:normal !important;
padding-left:35px !important;
font-size:var(--font-size-8) !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
margin-top:calc(var(--mu-space)*0.625) !important;
padding-right:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i1wtQt:hover{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i2073a-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i2CLxE-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i2Idnd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i2WlNV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i2p3x8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i2pVc9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i2pavD{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i3H56I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i3YN5o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i3bK39-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i3hLl0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i3iRVD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i3mnD2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i3tabe-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i46Tdy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i46cKI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i4E6yM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i4F5k7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i4TzY2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i4VJX3-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i4YMp8{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i4Yvrs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i4rpRc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i4szZx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i4vnvz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i4xiel-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i4yaOr-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i5Eel4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i5O9G2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i5TOqE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i5WzJj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i5ZzqG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i5cEMh-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i5pVxO{
font-size:var(--font-size-5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i61DpI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i6HPKa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i6aHYq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i6mIKo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i6teaE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i6zM0T-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i75izf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i75v3A-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i7861m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i7GPi5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i7Go7A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i7OC99-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i7Tuul-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i7qHpV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i7tbrp-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i7yFB0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i822Dv{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i89IMb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i8CzdW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i8J5AS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i8U244-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i8f4P2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i8j6vc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i8lkkN-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i8raWc{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i8zabG-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop-1629356809076.png") !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i91IGs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i93XQp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i97s8Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9BYGj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9DXhC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9JTJ8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9Tl2J-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9WWtF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9aGVO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9glPI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9n3Pp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9n3Wv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-i9uQXy-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iA5Aji-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iA6nWI{
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansregular) !important;
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iACjvY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iAJe10-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iAO7mD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iAYaUh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iAzGcM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iB2Ddv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iB8baM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iBL2Ot-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iBwf4T{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iC5FgL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iCl9wL{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
width:auto !important;
max-width:100% !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
padding-inline-start:calc(var(--pu-space)*0.5) !important;
margin-inline-end:calc(var(--mu-space)*0) !important;
padding-inline-end:calc(var(--pu-space)*0) !important;
padding-top:calc(var(--pu-space)*0.5) !important;
padding-bottom:calc(var(--pu-space)*0.625) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iCyYtz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iCzvOJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iD0XvD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iDL0Jm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iDRvBc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iDXQfy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iDXlhc-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iDilJZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iDkHRd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iDlLlh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iDqloR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iEPTDN{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iEXw65{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iEYOZ0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iEi9vr-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iEwcjJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iFDgdZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iFMOgd-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iFSxOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iFdCHR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iFhsRt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iFhwEL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iFt4AK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iG0sGC-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iGH5Zx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iGNl07-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iGXogF-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iH0mxe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iH8X0d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iHPHzU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iHROse-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iHYxPY{
font-size:48px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iHdMbE{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iHdykt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iI2p1P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iIG7Bk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iIHdMA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iIJlCg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iIMZ9K-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iIN1rU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iIPFOX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iIviTy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iIz1KH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iJ25rB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iJ42dl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iJM7hF{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iJTZgi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iKEvxl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iKKhdn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iKNhPc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iKkZ95-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iKwo2M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iKyfk8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iKyiRm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iL9HvC{
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iLKw2D-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iLPPdH-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iLbT7S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iLrcvi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iLxlIe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iM4Sbk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iM4xeF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iMCfGv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iMFQk5{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iMQv35-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iMSA2w-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iMi62E{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iMr2hW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iMthhj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iNAMXY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iNDxao-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iNvKjb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iOFP0U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iOGVLV{
color:var(--black) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iOYtX5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iPBeCF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iPGpgw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iPL60H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iPhcUZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iPob4P-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iQ2ZPZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iQQTXq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iQo772-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iQrBc2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iR4gsz-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iR8JWS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iR8U9o-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iRKCXB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iRSSTp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iRizsd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iRjMtW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iRmgEf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iRpb6x-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iRtzz9{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iS1HdW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iSBxDA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iSIqPX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iSaLoK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iShc0l{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iSm0DB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iStca9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iSyjq1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iT1Nll-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iT6Q4R-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iT9dF2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iTaovd-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iTdX4c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iTjfrf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iTtlH9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iU58cK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iUPsiK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iUTEM1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iUaPyZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iUcqBv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iUf84i-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iUnPxE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iUqFVy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iV01Jg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iV2wVE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iVCM6a-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iVCRvO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iVF4aX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iVIObn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iVKCEy-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iVbTUe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iVi9x2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iW8jA0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iWCJvd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iWHdx6-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iWHe61-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iWbh3w-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iXOCNk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iXPPuf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iXXFHu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iXlGQ7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iXvqay-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iXwoYE-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iY0jGS-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iY8QJm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iYUE3Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iYcSrW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iYwxZE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iZ0xWm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iZ4ugJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iZGb6Z-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iZsXTQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iaBgMR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iaNnvw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iaXxZm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iaejhC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ib24H9-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ibDn0M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ibFs8s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ibLvRc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ibQBSt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ibg64z-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ibnDPN{
color:var(--black) !important;
font-family:var(--cms-g-jetsansregular) !important;
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ibscM6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ibvcH0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-icE6Sr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-icJxet-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-icMpKJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-icQSVR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-icSvEr-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-icic40-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-icrgeo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-id08Ev-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-idHD5Q-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-idJugc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-idSHU5-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-idsny4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ie4WYd-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ie4yqr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ieDSkU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ieEiLL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ifGrv5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ifKyO8{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ifdglG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iffHmG-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ifqoOK{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-igGsGD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-igQ7WB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-igRLEq{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-igrKqs-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-igxbfs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ih2A8b-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ih4kF6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ihKUeI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ihKWBJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ihMscr{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ihPr81{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ihQ2h1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ihTiAA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ihYNpA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ihkPBB-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iiNBkE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iiRqbt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iiaH6X{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iicWe3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iidg22-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iie9YA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iifoxg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iiiNe9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iinV5k-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iiudWa-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ijD8Eh{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ijRO2l{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
padding-left:0px !important;
padding-right:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ijmDGA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ijmpaF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ijnMit-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ijx91s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ijxh4p-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ijzWQi-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ik7JJd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ikJklk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ikfazJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ikiBEU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ikmNJy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ikmghz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-il8JZB-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ilEv1v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ilJNSl-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ilKzNZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ilSB6G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ilUZrm{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ilXMzT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ilj45r{
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:32px !important;
width:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ilzwAc{
max-width:192px !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-im1XOV{
color:var(--black) !important;
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-im6CqJ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-imCxsb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-imQ7FI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-imSn5f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-imW8En-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-imWhJu-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-imXPil-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-imbX4j-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-in4Kdo-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-inHX68-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-inJDxB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-inRZpE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-infyt8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-inhf5W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-io3fiY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ioLQy8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ioPMdn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ioQkfn-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ioSICW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ioZPxG-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iorVsC-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ioudNx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ip1SJy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ip2Tm3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ip7dep-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ipC4ih{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ipStVG-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ipWFS7{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ipXjkM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ipXqEb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ipaidd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ipcx5R-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ipptKq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ipufSw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ipyO8f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iq7hf4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iqPTxN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iqgxuy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iqr5LA{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iqw8xc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iraD8f{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iri379-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-irkXNK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-irs7LW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-irtNem-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iruCdv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-is34iZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-isRMbL-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-isVBI8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-isfc1I{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-isjph1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iskTV3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-it4Uz5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-itdORQ{
width:250px !important;
margin-inline-start:calc(var(--mu-space)*6.25) !important;
height:95px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-itnfIF{
font-size:var(--body-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-itrKcA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-itsNmJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iu2hHi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iu3mn2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iuAxFG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iuYLDv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iuknvp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iuq2mc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iv4FpP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iv52Ff-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ivAtp0-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ivPTwz{
color:var(--phw-custom-text-colorsff8000) !important;
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ivQv8D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ivcOBF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ivoMii-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ivxamt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iwkkCV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iwuTkv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ixBYej-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ixEeik-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ixK2aj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ixNrmQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ixQ2ma-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ixTA2G-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iy4nby-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iy5ERH-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iy6BVj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iy6TYV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iyCCKu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iyHTPy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iyV8GH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iz51EZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-iz8Csp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-izL2ap-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-izbaQ1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-izlLlh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j0AT3k-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j0Ag1D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j0Csda-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j0Fv3k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j0aTmS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j0w3j5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j1Ahxr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j1IXmP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j1V5wO-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j1WIX3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j1WUyj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j1YmF8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j1wPe0-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j2Iczq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j2QmY2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j2SkoY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j2l2jN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j2oWeK{
width:390px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j3I9vU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j3K1ew-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j3Xmea-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j3ZOvS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j3ofcA{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j3xhhg-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j41yTP{
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j49i3K-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j4BkVo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j4COpe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j4GnqV{
font-size:var(--cms-g-mobile-header) !important;
margin-inline-start:calc(var(--mu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j4HoMW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j4KOru-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j4LYi3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j4Xxvv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j4eX5h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j4qhdF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j4x8Ql-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j5LbDS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j5T2C8{
border-width:0px !important;
color:var(--black) !important;
border-style:none !important;
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j5qMIk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j5uKLL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j5wo10-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j6Fg2O-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j6lMQA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j6makf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j6o8ZA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j6wbyH-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j769NZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j7AIRA-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j7N2XJ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j7PAce-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j7RKVv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j7lG0a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j7tXL3-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j8H8nL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j8Rjid-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j8YXjj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j8Z1EZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j8ghDz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j8iSYi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j8kPp7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j8r15N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j8vUdv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j8y7s3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j925oB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j937tq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-j9aFmK{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jA1bcW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jA9ibf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jAC4nz-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jAQe7b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jATf9N-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jAVOAd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jAXZ26-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jAiNln-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jAqN0v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jArLni-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jAw7bS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jBHCDV{
height:380px !important;
}
.phw-g-i-jBHCDV img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jBLXDh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jBvAxU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jC2nOK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jCE6Rl-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jCRmRM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jCVSSc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jCbEET{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jCt7TC-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jD1QfB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jDLLEk-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jDMB8j-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jDjgYd-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jDleqy-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jDqnmT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jDzHY6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jDzjJT{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jE52Uh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jEcEtB-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jEndSw-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jEzwOP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jF0Co6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jFDAnQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jFNZlI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jFZUL7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jFkqjl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jFru3C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jG6ykm{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jG8mfM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jGOtqC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jGYogj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jGfWMI-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jGx5h2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jH098f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jH7Ei0-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jH7VXT-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jH7vOM-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jHFU3K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jHJDEE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jHJE90-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jHPhgM{
width:20.5px;
height:20.5px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jHbhHX-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jHe3fK-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jHhBDZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jHvq3s{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
color:#242e30 !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jI05oZ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIELKf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIHBxY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIL8PI-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIMZcY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIOMOY-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIXM39-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIY795-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIaI0q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIncFH{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIoh6L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jIxG2u{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJ0Nhi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJ7MFs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJDrfa-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJHnzg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJeyNy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJiklM-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJkng3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJnP4x-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJr4bf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJrjZC{
color:var(--white) !important;
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJrjZC:hover{
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jJuJ5E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jKHjXG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jKaFr2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jKgPI8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jKkTfL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jKm4y8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jKvRxX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jL9PxB-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jLIZjf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jLK73B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jLRKbk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jLSQux-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jLZUDw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jLs2Sd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jLuDMc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jLvvqw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jLyK2y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jLyRNN{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jM2tC7-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jM5t6U{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jMGAXM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jMQRQ7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jMWBze-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jMgCWT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jMhAaF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jMzwoB-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jN1YzG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jN1x96-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jN3Jt5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jNCF5G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jNIWNw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jNKgJ7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jNMHeW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jNaUOZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jNjK6c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jNq3d8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jNxK9Q-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jNxTty-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jO0E3w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jO4WGK{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jO9znh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jOAFby-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jODewo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jOIIG4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jOK7CO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jOSxCY{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jOeQCH{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jP8YAh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jP9XCR{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jPG5Cu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jPTeA5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jPZC62-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jPaDRS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jPfzvb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jPyu9T-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jQ6S1r{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jQJZyb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jQNI3i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jQTXMZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jQkXXt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jR3WRJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jR5Npq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jR60mJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jRAuxp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jRDV1L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jRDvm8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jRMEwm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jRxz63-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jS1hSE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jS6dZh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jSAyBQ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
width:448px !important;
margin-inline-start:auto !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jSIJIj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jSVelz-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jSusNK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jT9drG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jTBSGz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jTOc8W-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jTOjOC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jTTLbC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jTUHUU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-jTXbeS{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jTbsty-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jTh2C9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jTnPZ8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jTpDIf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jU1UFH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jU5Nrx-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jU6D0f-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jUKp1C-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jUUCMH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jUaNcg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jUd9l5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jV2qMT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jVApml-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jVDOk3-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jVYh0F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jVgEix-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jWBGhl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jWE0GV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jWFyWF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jWRsn3{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jWpxh0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jX4DkZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jX5vXH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jX897G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jXCKHk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jXDILE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jXLrGu-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jXM4Ic-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jXfnv2-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jXnKNg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jXqfXg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jYMXTO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jYQXAD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jYY23Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jYY7qW-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jYYhey-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jYanyp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jZ8iju-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jZbJun-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jZbYnZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jZnuDA-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jZsgNz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jZtEFn-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ja1Zvl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ja6c5C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ja7ARK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jaIkZe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jaksLR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jb6i4t-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jb7Woo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jbLfBh{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jbcMbm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jbfDtR-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jbuPAm-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jbyQT6{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jc9F9g-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jcCllR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jcQj4a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jcX7bg{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jcikYf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jczreu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jd40Vx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdB6sc{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdChQS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdNUL0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdfTdI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdfhg0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdjjfp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdtvuh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdu29j-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdwQy8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdwXro{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
width:400px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jdzEfI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-je8OWn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jeAp40-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jePP6R-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jeUp3Z-ds{
border-radius:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jfG0rP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jfPDB9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jfRbF4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jfSueL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jfWDyM-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jfYwoq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jfmUiV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jg2kKb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jgEBBs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jgKNaG{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jgZ7JY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jglAL0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jgoyD7{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jh5ra8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jh6hHW{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jhTrj9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jhumdp{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ji124Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ji12WZ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ji3XTF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ji7pzo-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ji8JVS-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ji8S0C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jiDnib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jiXMrZ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jigpz3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jj1z9z-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jj6VNN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jjTofI-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jjaCLg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jjc8Da{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jjfhYx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jjg0w8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jjhrY0-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jjmBpZ{
font-size:16px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jkLFji{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jkWXOb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jkf0Dc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jkf1Q1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jksrZ5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jl6xnk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jlEJWi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jlJe0g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jlUDOv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jleFRG-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jlhlbA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-jm7Zlf{
padding-inline-start:calc(var(--pu-space)*0.5) !important;
padding-inline-end:calc(var(--pu-space)*0.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jmMpST-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jmPsGm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jmRFev-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jmSfR7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jmVpfw-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jmsxyO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jnLOxE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jnTc6N-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jngZry{
height:656px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jniMGm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jnkPNi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-joA4qw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-joCtjf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-joRucf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-joTqHc-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jozoEy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jpCykU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jpNK82-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jpUhzY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jpXMje-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jpXdNG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jpY7i7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jpc5as-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jpq7kd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jpvmTh-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jq1IYO{
padding-top:calc(var(--pu-space)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jqGLoO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jqIBjB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jqJHNi-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jqPmHN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jqQxRs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jqkjJs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jqpUbj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jqtTYi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jrANql-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jrBZQd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jrEY65-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jrKO5G-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jrPjix-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jrdTZy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jrfnY6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jrplmk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jrqd6w-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jrwZhF{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jryKzx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-js11Et-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-js1yEM-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jsASUQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jsXC1O-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jsnJlf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jt5NMH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jtG7Rf-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jtHDeR-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jtUosJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jtrDI6-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ju2oG0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-juIGwf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-juTrfq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jue64E-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jufnTX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jv34ik-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jvEmBf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jvLaLP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jvQ4Ee-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jviswh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jwCvwu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jwI6i2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jwJHim{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jwR053-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jwXX1X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jwXew1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jwgFKR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jwwjyW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jxEN6r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jxJq3f{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jxW5i3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jxevyu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jxgsN2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jxvJiO{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jy6L6D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jyBhch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jyGVDa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jyS3Hs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jySUTJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jyapbX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jyfvpX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jyi1kQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jyoozY-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jytdqb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jyvjZy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jzEtmY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jzenyi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jzg2Y3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jzjHvK-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jzl92L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jzodTq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jzt87w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-jzyzSp{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k0Mk23-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k0gLem-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k0hAIk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k0kmOH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k0pnJs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k1GRcR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k1Q5hS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k1QtyP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k1WHBb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k1cShh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k1jdQK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k1qAAP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k21ryd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k29EUr-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k2o4TY{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
height:656px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k2puwA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k31ast-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k33jfu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k3ETLe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k3bWUg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k3rvz0-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k3x2Hx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k3xml3-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k3z98x-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k3zNHJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k44RAE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k4FANx-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k4IF3O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k4Mx4S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k4QwKa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k4heOK-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k5E5GN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k5MDTq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k5MWbp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k5NsVY-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k5qzuh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k5zZfw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k67Wie-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k6MPeL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k6PfES-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k6QkMT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k6T1io-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k6VMnW-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k6x4Df-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k70U5l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k73Hvf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k7XPZg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k7eVh7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k7hLIL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k7tiM3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k8Jydc{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k8dbZu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k8xVLW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k9FxpF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k9MIP1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k9MbuF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k9Wo2v-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-k9eNiA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kA3brg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kACFuK{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
height:96px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kACn1y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kAMbpt{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kANNPm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kARrX5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kAShH5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kAswrI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kB1k2Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kB55aI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kBBAft-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kBV4sy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kBqpcH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kByCES-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kBzRdz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kC2VDN{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kCHMRB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kCIEJn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kCJzp5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kCObQ0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kCXlAm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kDHHfS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kDJfKg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kDYiFh-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kEGV0r-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kEXu1y-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kElOms-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kF7ebA-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kFMpwt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kFN54l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kGSGLs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kGTZbJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kGpiI1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kGqJ9h-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kGquhd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kGvc0s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kH27bW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kH7Leb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kH8AnE{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kHCEt6{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kHGDho-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kHNjin-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kHP13d{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kHQnL5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kHZRPp-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kHbYi7-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kHg9iB{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kHtsIa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kI2R7s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kI2ZZN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kICavg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kIKr1N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kIeMtl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kIh8s4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kInBmR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kIwIHM-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kJEmQN{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kJEpd0-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kJaewh{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kJdB4H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kJgOl4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kJhmey-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kJs8VP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kJthfF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kK52vo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kKDAtM-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kKN7FW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kKeYkj-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-kLH8H6{
width:auto !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kLXNRf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kLc658-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kLggXd-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kLxgZa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kMZvKt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kMmD6h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kMt7Vv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kMx5pA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-kMyc1f{
width:285px !important;
max-width:none !important;
max-height:none !important;
min-height:0px !important;
min-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kN5grx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kN77nE-ds{
border-radius:8px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kN95dK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kNGVwB{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kNLcHl-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kNWnB6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kNei1A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kNf6Ow-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kNjU9s-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kOHzAz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kOKGLE{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kONvE4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kOZtr7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kOfeE5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kOlg26-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kOoeog-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kP8Czx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kPjll9{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kPlxbC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kPum8m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kQBe3M-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kQPRUe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kQbFs0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kQibhD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kQlyzU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kQz0sL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kR0rTC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kR1Ar5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kRDElZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kRUQso-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kRWNv2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kRXuo1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kRZhfh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kReRWV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kRg32w-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kRunFL-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kS1l4j-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kS67Dx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kS73jg-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kSCDJJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kSLTNn-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kSOWx2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kSX1Qw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kSXxIb{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kSg3sy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kSnd6I-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kSs08A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kT0TYw-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kT6ttE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kTB2NV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kTVCQh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kTZyoB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kTwd4R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kTzE08-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kU4Dkr{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kU5Sr2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kUJEmZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kUW3Mu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kUdCOx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kUjpXS-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kUlG6u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kUosPE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kVaQPT-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kVvBxg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kVvaNK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kW4SR0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kWEHeq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kWOC8P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kWRPEZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kWS48j-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kWnNiU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kWpLBB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kWsbdA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kX0Hdl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kX2xgL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kXBRdh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kXRedm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kXdVzW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kXrr1O-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kXyRMB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kXzcYa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kY4LDy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kYAMCt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kYO10u-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kYe3Vy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kYlIvl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kYnvDz-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kYu5m4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kYuVoY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kZ36tI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kZ55Wg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kZA2Rl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kZDB64-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kZDzf5-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kZVbUC-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kZZNkC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kZspnv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ka1HFZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kaEvYZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kaGDWJ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kaY1zz-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kacOm3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kauXIE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kbFJN0{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kbMRoo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kbQEHp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kbUYLs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kbUfhf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kbVqaY{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kbu1jG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kbuFV1{
box-shadow:var(--box-shadow-style-3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kbzP9l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kcH43x-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kcOjSk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kcbnOO-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kckF1y-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kcx8EI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kd9mz1-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kdCQjV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kdQpeb-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kdRRFl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kdYw9P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kdZT6x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kdfjzp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kdgAnI-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kdxlju-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-keLh2N-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-keMBNL{
font-size:32px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-keNUBW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-keQL8i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-keVbRy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kestXn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kevDxz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kew38R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kf5JYl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kfAWfI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kfAkJA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kfLqLI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kfM9DB-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kfcXP4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kfesBx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kfive1{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kfqHix-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kfvYez-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kgGt3T-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kgItfj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kgNZnJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kgSa0d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kgVGcd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kgaZPR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kgjOY8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kgtX5y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kh1W5H-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-khDVyF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-khDaqU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-khJ4fn{
margin-top:calc(var(--mu-space)*-1.875) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-khJUfb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-khR7Ng-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-khRSRh-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-khUDtR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-khu71a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kibaNL-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kihrCD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kimEjn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kit28C-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kiwE9f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kj2C5k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kjCXEw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kjDL53-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kjIynU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kjciEy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kjhkb4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kjkKHa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kjqFA0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kjsG9E-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kjxbvd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kk5aX1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kk7Cwa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kk8thU-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kkEQIJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kkN5c3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kkSpLi-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kkaybg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kkjGu5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kklf4H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kkmWUH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kks3qZ{
}
.phw-g-i-kks3qZ img{
object-fit:cover  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kkvyBc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kkzrV0{
color:var(--black) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-klGbc9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-klJGSv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-klOVSv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-klP7hZ-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-klP86G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-klRr0v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kmDHM2-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kmYQzl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kmrauO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kmuIvQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kmzPna-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kn0oWl-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kn9hnw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-knASSf-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-knWb99-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ko0OZ8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ko63Jf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ko6t4P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-koNnVt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-koRtv4{
font-size:var(--body-font-size) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-koUC8l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kowF1i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kpLrlg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kpTpq3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kpYtIb{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kpZUby-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kpp6HN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kppEmU{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kprJBe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kpyuJm{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kq0VzH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kq4p0g-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kq5GqX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kqAT64-ds{
background-color:rgb(66, 82, 55) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kqHn6A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kqJScS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kqS6mg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kqSrbg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kqU2pI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kqUfQu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kqbf4G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kqodVS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kqrNtu{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kr0FZD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kr4yfi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kr9u3s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-krJwK2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-krO662-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-krctaD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-krdSNP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-krlMCJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-krn6LR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kroKif-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kroblY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ks3g6a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ks6nkT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ksDEcx-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ksDpbA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ksE0R2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ksLMTz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kshUcd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ktKWoO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ktcebf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ktni8C-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kttWsB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ku26wl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kv0vRK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kv4Y4n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kvUiyq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kvcBRm-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kw6UJH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kwEps5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kx3oHn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kxEq50-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kxSBzZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kxTR2n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kxejdM-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kxgkxg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kxl1N0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kxtSyA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kxwuN5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kxyGaW{
width:380px !important;
font-size:var(--phw-g-widget-title-font-size) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ky20Cq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ky6zMG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kyF7LB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kyKO7d-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kyPmsz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kyTIst-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kyc8PP{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kylwU8-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kz9kDk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kzBeZZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kzGidk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kzUgIq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-kzxgY8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l02AV4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l0Ki5l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l0bWlN-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l0gUTx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l0laNl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l1PHKI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l1Y39A{
color:var(--black) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l20Y0p-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l24rbJ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l2bKEW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l2bs0m{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l2iHtQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l2kb4a-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l2nPOO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l2zXEU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l36Vd7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l3DRF1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l3Ur7M{
font-size:var(--cms-g-mobile-header) !important;
line-height:40px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:#242e30 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l3XaE6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l3d2yZ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l3i8h9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l3s4a5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l3z4Fy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l3zLmR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l40zPp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l49oI7-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l4YotA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l4n1t7-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l4v9rh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l4yYLP-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l56lc2-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l57rjr{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l5H2Ga-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l5JHcm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l5JX7l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l5bQ96-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l5ePjf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l5eu2F-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l5htU1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l5ykzN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l6M8oY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l6Xmt8-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l6hZo1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l6pr65-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l6xjSm-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l6zJRT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l7CbJk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l7Jfun-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l7Wpo8-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l7cDXA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l7ezo8{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l7kccP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l7omi9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l7tOaI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l8F6y6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l8WYiE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l8fqqu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l8hDiN{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l8ycvl-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l90leG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l9E9As-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l9JclF{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l9LcH4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l9NuUj-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l9P61g-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l9cAl9-ds{
background-color:rgba(255,255,255,1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-l9i0A2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lA36lL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lABdcP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lACgPh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lADv7q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lAG4Au-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lANoqr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lAY30i-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lAqy6X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lBSZGd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lBWNsf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lBY3Km-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lCAQBU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lCKow4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lCeR5v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lClDgO-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lCpxji-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lCvcHw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lCy9OE-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lCyAWh-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lDEHQQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lDEVRx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lDmuET-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lDoPaE-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lDpyj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lE9a9D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lEETF3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lEJynr{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lETQFN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lETnXq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lEj9GR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lEx65v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lFCUZQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lFEyXM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lFxlqX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lFxyIX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lG061b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lG0qzt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lGByeF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lGN0N7{
font-size:var(--cms-g-small-font) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lGiCLu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lGqBRw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lGrr2w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lGxZnM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lGzrqw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lH3CFW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lH4G6u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lHdgq2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lI0YUI-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lIF5iq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lIWjOa{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lIWpU2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lIgIEO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lIh2Jh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lIuJrl-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lIvPTO{
padding-top:calc(var(--pu-space)*12.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lIwYTK-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lJ29bb-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lJ3sfR-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lJgiGu{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:200px !important;
width:448px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lJsQVJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lJvYPe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lK3yUp-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lKYFRa-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lKg4tF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lKsT7d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lKtAon-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lKtPJU{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lL0dsF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lL6Y5T-ds{
border-width:1px !important;
border-style:solid !important;
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lLC3St-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lLJ752{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lLNVnL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lLPG9N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lLa3vY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lLkbAe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lLr5K7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lLrveC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lLs1Bt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lM1V2O-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lM4kSr{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lMMfIv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lMNYPZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lMVaXC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lMfC2y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lMhhAb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lMj4sM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lMuESj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lN6fud-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lNGx1Y-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lNPqp9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lNyOOq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lNyru8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lO1yQJ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lO4zkh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lO9JJP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lOC8Th{
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lOfnqT-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lOkf8N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lOnMTN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lOo2fd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lOu3eo-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lOuLzu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lOwbsj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lP0q7s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lP1rHl-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lP3e4z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lP8pMo-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lP93df-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lPGhOg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lPOec8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lPUZ65-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lPzMiW{
color:var(--black) !important;
font-family:var(--cms-g-jetsansregular) !important;
font-size:var(--body-font-size) !important;
height:375px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQ3cBh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQ3cga-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQ8A65-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQDTnD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQPIeg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQPVJ7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQWk8i-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQYTmX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQd3N4{
background:none !important;
background-image:none !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--black);
background-color:transparent !important;
font-weight:700 !important;
font-size:15px !important;
padding-left:8px !important;
padding-right:8px !important;
gap:3px !important;
outline-style:none !important;
outline-color:var(--brand-color-secondary) !important;
font-family:var(--cms-g-jetsansregular) !important;
min-height:40px;
width:auto !important;
margin-inline-start:auto !important;
}
#_PCM .phw-g-i-lQd3N4{
background:none !important;
background-image:none !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
font-weight:700 !important;
padding-left:8px !important;
font-size:15px !important;
outline-color:var(--brand-color-secondary) !important;
background-color:transparent !important;
gap:3px !important;
width:auto !important;
margin-inline-start:auto !important;
font-family:var(--cms-g-jetsansregular) !important;
outline-style:none !important;
padding-right:8px !important;
min-height:40px;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQn8D6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQrjQQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQuGNr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lQxE8m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lR8sNw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lRYLPw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lS7edl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lSD9qS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lSEOPn{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lSMg11-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lSrIJD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lSt1uD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lSt2hr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lSvk10{
}
.phw-g-i-lSvk10 img{
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lT6hgv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lT8FqB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lTW1cL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lTf3hH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lTnQcf{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lU5hpo-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lU9riF-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lUA0E7-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lUBp6N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lUN9MV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lUjwDR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lUtz8u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lV0Zsm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lV2z9o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lV8VW7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lVQfyk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lVT0dK{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lVmRHd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lVwAeS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lW1PZA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lWIOFx-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lWMaFW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lWO3yR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lWf0Er-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lWtyPh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lX0FgF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lX1FfU-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lXCVFG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lXGoHe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lXUHzm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lXdyQE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lYSwtD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lYVVTB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lYbNsc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lYc13P-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lYkhOe{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lYxtB9{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lZFZoM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lZdejE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lZehfA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lZh5z2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lZreSi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lZwLdH-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-laOSU8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lb4chm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lbG1b0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lbLsrv-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lbTriq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lbebI2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lbgPNg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lbogxB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lbqkip-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lcM4Yk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ldCH4p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ldCSdh{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ldiXen-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ldlJgl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ldqKc5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-le2xk7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-leC0ih-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-leXfsw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lf1Tyz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lf9dV7{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lfNqXy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lfcV3p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lfeIwC{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lfhsDw-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lfkFw5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lfrUPj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lg3cNm{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgfinance-1740368973789.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lg8UC3-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lgOtmr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lgR6Zj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lgbq2p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lglzNz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lgoAdR-ds{
display:none !important;
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lgqDL9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lh00b4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lhGejv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lhKsv4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lhMfnd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lhmGJi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lhoLl8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-liD3ZD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-liKos4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-liOSlq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lifzxh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-liqGRG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-livYGm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ljG66t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ljKUtd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ljKnH9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ljQrdX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ljXa8n-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ljZPWD-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ljnCq3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ljrxBQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lk3lyj{
padding-top:calc(var(--pu-space)*3) !important;
height:140px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lk5ErL-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lk9sFw-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lkDG96-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lkKqc3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ll7c9o-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-llN8ae-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-llgXSp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lljFQe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lls1zm{
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);
color:var(--black);
font-size:15px;
padding-left:1px;
padding-right:1px;
gap:0px;
min-height:24px;
width:51px;
background-color:transparent;
}
#_PCM .phw-g-i-lls1zm{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lls1zm:hover{
font-size:max(calc(var(--cms-g-nav-items)*0.5),var(--mobile-font-size));
}
#_PCM .phw-g-i-lls1zm:hover{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lls1zm:focus{
font-size:max(calc(var(--cms-g-nav-items)*0.5),var(--mobile-font-size));
}
#_PCM .phw-g-i-lls1zm:focus{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-llvwdM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-llwzqH-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lmQ9yT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lmYB6F-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lmi4Vn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lmiKDi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lmiVns-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lmnVNs{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lmoxOD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ln3x1n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ln4xKb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ln6WGH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lnVUQZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lnh2V4-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lnrF51-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-loGDty-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-loJvMe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-loSuU4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-loYTTf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lobvtb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-loexdM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lowWNf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lpCT4f-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lpOxGb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lpUj4e-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lpXj90-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lpb7LH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lpiMU9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lpku3H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lpl3dR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lq2aOA-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lqBgR1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lqgM9i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lqmhUs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lqob5B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lr0GIu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lr80Gi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lrAZvK-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lrAgvX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lrB0at-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lrJpdG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lrYlZ5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lriaRo{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lrnm1w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lrscKO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lryj57-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ls4PT1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ls5hQX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lsLv66-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lsR8a2-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lsTRCg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lsYZD3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lseXlE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lsrAL9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lswImT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ltFW9r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ltFcpn-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ltSam6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ltulLA{
height:24px !important;
width:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lu1Uzp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lu33XG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lu52hE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lub3DG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lumC68-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lusHaO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-luwS1M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lv2Psu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lvLHHv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lvQm92-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lvSeJd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lvWFOf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lvl4Qn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lvon0z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lvrHZI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lwQTt7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lwk43a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lwkKe5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lx50wU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lxQmbT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lxW6OO-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lxetfc-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lxfCsI-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lxgcXF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lxnqva-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lxo93r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lxtcY9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ly2AFu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ly9HBf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lyNFfD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lyQiKn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lyfDnb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lyfdHB-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lyk5XS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lyy4u8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lzP22Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lzjkNs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lzowla-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lzrVk7{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-lzwoYH{
font-size:max(calc(var(--font-size-15)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m06DeR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m0GYii-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m0K6Yi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m0PNN0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m0YYwc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m0tXQk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m0wWi7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m0xvbm-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m12VYV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m18zvD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m1Bs6m{
font-size:21px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m1Cdop{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m1IoTF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m1JNwM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m1VmAA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m1qdos-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m26XYx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m2cEwR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m2dgq7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m2sReE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m3ETrM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m3KTFY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m3buAk-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m3eEi0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m3xthe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m40ZHc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m41lH9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m45KtD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m4BUSo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m4DOab-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m4PhDL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m4Zkvm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m4bpZ2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m4dzjb-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m4evhB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m4jEbW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m4l7Di-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m53Inw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m588zS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m5B3Vg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m5KZIu{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m5N8YA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m5aNHW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m5hNVB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m5nBtl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m5tBp1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m68eL4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m6WH4v-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m6n7Yn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m6qSir-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m6qSir-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m77iSj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m79zuc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m7CM4G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m7Gc9U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m7Idzk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m7L0yI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m7YEJs-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m7dTKO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m7yjeT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m88Obx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m8Kpml-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m8NAZT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m8qMdF-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m9HHNv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m9ZqdK-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m9do62-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m9iv90-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m9qumy{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-m9x8OB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mA5z8e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mAJLWU-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mAXTUk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mAeSuw{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mB9M09-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mBBG9G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mBBswg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mBGWIh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mBLqXE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mBMfGO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mBXLOZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mBo0CA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mBoXcv-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mBxbQ2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mCAe6j-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mCCgIv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mCMGwd-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mCOktR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mCUXBq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mCXhZs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mCaLNp{
width:48px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:48px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mCfaXr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mCgDrS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mCzRk6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mD1QWa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mD92cN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mDjmNq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mEJ55J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mEPZ9L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mEcCed{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:448px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mF6q8u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mFAcSO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mFTCCD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mFY2UT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mFcVXY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mFkOUL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mFvnZT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mGDtU2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mGKIqy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mGN8yC-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mHBG1W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mHGDQb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mHZ4mM-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mHbppZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mHkCuV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mIRhsn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mIZV72-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mIo1GI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mIwOwb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mIx8Qg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mIyDEt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mJB7Ig-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mJCzvt{
text-align:center !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mJIkHf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mJZNv5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mJjisD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mJnPtp-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mK0M8v-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mK0eRH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mKCRNG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mKLL4l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mKLOdp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mKifPv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mKjejZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mKmKnE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mKrj1w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mL9DoE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mLDq5y-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mLKKlV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mLLtB9-ds{
background-image:url("") !important;
background-size:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mLQNLm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mLUAWc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mLWQfx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mLYfTO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mLgLEz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mLkdZn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mM5nXj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mM632a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mM68DM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mMC2iu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mMLC63{
font-size:var(--phw-g-input-label-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mMfHKW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mMfh6X-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mMmPnv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mMnYwD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mMpupe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mMvHfW-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mNKxfR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mNcYCh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mNjDas-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mNlYPE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mNqB3a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mNsdc5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mOX909-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mOa0SO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mOaIkc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mP5GlL{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mP9ZdY{
border-radius:30px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mPAidt-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mPCKwd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mPHTtW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mPK4fy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mPPMLT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mPQM9O-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mPSg2n-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mPZKTi-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mPhGvK-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mPiQvA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mPruGq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mQK4iV-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mQOorU-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mQUpUu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mQf4SG{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mQxwSn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mR8NIK{
width:380px !important;
font-size:var(--phw-g-widget-title-font-size) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mRE7i9{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mRErDV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mRFcHU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mRHz2j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mRbJBz{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mRlbch{
font-size:max(calc(var(--font-size-5)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mRpiHp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mS3NyI-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mS7wv0:hover{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mS9avo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mSDk5k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mSHAn7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mSWgqs-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mSb2hO-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mSg3Aw-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mSgr50-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mShHoo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mSi6gO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mSj7oE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mSoQ8l{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mSuYjA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mTGADK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mTJkAF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mTTxmJ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mTU8Au-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mTj7Pc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mTlWK3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mTslB3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mTuKpC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mU5tff-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mUJdAp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mUQrsa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mUT2zl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mUVFKO-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mUcHGp{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mV5qyJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mVIIDN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mVIu47-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mVL2W4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mVP7IF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mVPHob-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mVSK8R-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mVtpzs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mW8FpW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mWRjok-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mX4p2G-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mXHMwq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mXHOIk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mXI4vS{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mXsBny-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mY2bRK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mY8rq5{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mYRlry-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mYSosP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mYgiI2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mYjat7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mYsmJk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mZ3LTE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mZ8sbM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mZDvtA{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mZGthE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mZTEf4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mZZcst-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mZqdoH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mZwN5e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ma7nq3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ma8r5H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ma9xvo-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-maAtJw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-maM4FO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-maQAsS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-maSSnq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-maZNeG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-maiaDS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mal232-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-marZVA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mauJgB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-maz9qP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mb4Axy-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mb51Ec-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mbAAX7{
border-top-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0.125) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mbvxhx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mcDuLf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mcJwXD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mcOnGh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mcX6DB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mcf9qb-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mcguiv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mcli9c-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mcmWJN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mcqI2f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mdnmbY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mdtLss-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mdx8Os{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-me1B47-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-meA6Im-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-meEbzr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-meGuDk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-meJfNr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-meY3qc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mel6Ms-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-met0bx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mf42WL{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mf5Jzv{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mfHSzB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mfNCkq-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mfkETi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mfmL5N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mft9d0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mfvbJm-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mfvypX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mfwffG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mfyre1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mg5weY-ds{
background-image:url("") !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mgGngw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mgZy6T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mge9Tn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mgfvsy{
font-weight:inherit !important;
font-size:32px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mglEmX-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mgppuW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mgq5Cs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mgrkCp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mgrogS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mh0NBU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mh3gPW-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mh9dUT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mhT1YS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mhWTcN-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mhb7hP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mhbDIw{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mhhapw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mhvoac-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mi24pu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mi2dPP-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mi5PHQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-miL2wc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-miWWT0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mibXvl-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-micpli-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-micrIR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mixtIl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mj3EKj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mj6xL4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mj9WAD{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mjBM0k-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mjGeCF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mjpe0P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mk3zfk-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mk6Hs8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mkHnK2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mkL1lv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mkUd7m-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mkYRIH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mklzhx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mkxTlx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ml4hqf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ml9CLM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mlSHcF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mlUoz3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mldMIe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mlf84a-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mlpoO2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mlsB8l-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mlwD55{
font-size:var(--phw-g-regular-text-font-size) !important;
line-height:1.4 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mlx7sE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mly0rP-ds{
border-radius:9px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mm6Qu9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mmXxI4{
border-width:0.1px !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mn13ad-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mnXXZt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mncbSS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mnlPuR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mnvD8T{
width:400px !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
height:56px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mo6h4k-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-moUIqw-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mof7WN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mopfRs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mopmpX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mp1TeN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mp3iHO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mpHbSI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mpJ4Yn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mpVOgv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mpwkKL{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mq3Mm5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mqStch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mqXYAd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mqXyVA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mqZUeh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mqlUWn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mqrzFg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mqtMjj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mquujT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mqx3ay-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mr2Vlq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mrG5Do-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mrmXBS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mrw4zl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ms9kIM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-msG6ms-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mskCjS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mt9aob-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mtENLL{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mtQVXg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mtdck9-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mtgpHr-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mthm99-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mti4X5{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mtnF8O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mton0w-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mttx8b-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mu7VT8{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-muAArL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-muEBH8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-muF4gx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-muFKrA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-muGgNC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-muHDLw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-muKKOQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-muoBI0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mv3MIv-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mv75wE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mvGryq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mvIEKC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mvMD0k{
font-size:var(--body-font-size) !important;
padding-left:84px !important;
padding-right:84px !important;
width:100% !important;
max-width:none !important;
max-height:none !important;
min-height:0px !important;
min-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mvT2ZA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mvWN6w-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mvZJNr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mvv9CJ{
color:rgb(36, 46, 48) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
line-height:40px !important;
text-align:center !important;
padding-top:calc(var(--pu-space)*5) !important;
padding-bottom:calc(var(--pu-space)*5) !important;
height:120px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mwIEqh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mwKgbB-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mwYzC3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mwloNB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mwtn2r-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mwz1OV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mwzPMc-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mx0UtE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mx4G5e-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mx82Hg{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mxFWCD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mxTxe6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mxsP1q-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-my0YDU-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-myEfO9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mySUmy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-myShcp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-myTqRS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-myjvSz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-myjvzO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mykNfu{
font-size:36px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mz5PVo-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mzN5g7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mzTrhd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mzUn6t-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mzV0ZI{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:447px !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mza0dQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mzc3Jg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mzigKu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-mzvZt7-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n02hDu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n0EZFX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n0RoDD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n0SCzz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n0eQN8{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n0q7Ws-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n1154A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n1GRIO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n1PFZ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n1rSet-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n22a4F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n2DNpa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n2J7hR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n2RuJZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n2aY3U-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n3AWmR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n3FQuh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n3aM1C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n3b4l0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n3n4SJ-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n4FB2j-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n4UQ1d-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n4meOH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n4zO11-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n56VJe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n5CNOx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n5LMFk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n5YU5T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n5fbXg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n5knNj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n63gtX{
height:1px !important;
}
.phw-g-i-n63gtX img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n6Hs5a{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n6LMkD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n6PGRh{
border-top-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0.125) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n6YcWo-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n6b4FB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n6dp6h-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n6ld0k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n6wahS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n6zl5e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n76IZJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n7Dm8B-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n7OYpV-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n7TGuJ-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n7U2WE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n7WiaI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n7y1UN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n7yRvL-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n8EAWE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n8JOdH{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n8JQOF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n8LBMN-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n8UNOS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n8Xgnn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n8hGgF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n9885H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n9Efia-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n9FtS8-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n9ab9s{
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
text-transform:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n9kp5I-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n9mjlM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n9siLb-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-n9zfKj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nA8Des-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nAGEx0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nAGSY2-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nASyxr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nAVEn4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nAWaW9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nAgaSn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nAv2qz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nAxNbp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nB35Ej-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nBJP53{
font-weight:inherit !important;
font-size:32px !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nBKdyy-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nBNLRp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nBOtck-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nBPKtV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nBVVLF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nBXQfP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nBn4ds-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nBz4u9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nCSUwl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nCUAoJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nCXYzy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nCpu6Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nD4sKQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nDAOXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nDAkyj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nDSknP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nDlI3y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nDqyLx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nE0WX7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nE1ipn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nEBtBx-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nEYHbX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nElIpj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nEoJHq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nFCzuQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nFZHME-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nFcxnZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nFkaOk{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nFlcYr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nFsjpg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nG8CfI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nGSPLS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nGi5dH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nGnd92-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nGrNj4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nGzmlP{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nHDgsV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nHJeli-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nHP6yD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nHg3L4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nHhw9J-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nHn8sY-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nIGdRP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nIJ5WB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nIOFQk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nIRih6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nIrJ69-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nIv3fl-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nIxTIa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nJ01y9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nJ8T7l-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nJLaqF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nJYKWE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nJo8A2{
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
height:600px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nJvkp3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nK85j9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nKHagx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nKixGU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nKk6tp-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nKlILf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nKleVo-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nLemO3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nLsWcs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nLyXvl{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:200px !important;
width:94% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nLyaCS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nM2Y0B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nMD1FE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nMEjNH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nMQcUQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nMbfAg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nMoe2h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nN8S84-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nN8jd4-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nND4ca-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nNVl76-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nNewhw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nNhMIR{
height:656px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nNqayR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nO0ooD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nO7n10-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nO8PSc-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nOE8NR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nOPavQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nOR4BJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nOSat7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nOVCCC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nOXQXX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nOicOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nOoYka-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nOqnxc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPCUAx{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPOgge-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPRpFx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPTqny-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPXhSB-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPfZkD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPgwLp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPjw46-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPm23H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPqKLP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPr2YY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nPwaEY{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nQ3Cs7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nQ4EaA-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nQHStq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nQIOQo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nQhOsv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nQvmc4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nR0BPX-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nRCvHU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nRJcck-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nRkMji-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nRlolh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nRmQIg{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nRnG1c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nS9i8r-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nSGeQF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nSJHTr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nSNbmw{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nSV8Nl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nSYCby-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nSZx5U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nSh8qF-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nSmrEo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nStKBb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nT6rti-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nTEoM5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nTPELK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nTRMWP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nTaYAr-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-nTwPGJ{
height:auto !important;
width:auto !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
max-width:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nU3z1R-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nUPdQn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nUSn3m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nUYahA{
text-decoration:underline !important;
font-family:var(--cms-g-jetsansregular) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nUjOWQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nUlcDd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nUmM2M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nUsO6a-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nUvIHh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nUz8QT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nVBzA9{
font-size:var(--body-font-size) !important;
text-align:center !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
width:380px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nVVzTO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nVh3At-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nVmuy8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nVoDNN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nVsJh0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nVylxt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nWAhmP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nWhHbo-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nWirU0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nWjQad-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nWtLDU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nXVtpD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nXdhaE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nY0xrY-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nY1DMI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nY2vKr-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nY4Dwb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nYNMyL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nYRETv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nYnBCs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nZCYuR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nZIfUM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nZND2X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nZksB7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nZlkvz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nZm4ju-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nZm8Wv{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nZsDxI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nZsYSc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nZz4re-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-na0Aiz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-na3KIy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-naAqYX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-naM74h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-naM9JQ-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-naTk89-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-najQkj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nak4bG-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nbJPXS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nbXtCr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nbmd45-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nbrIdd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nbvurg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nc43Co-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ncGSS7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ncWn4T-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ncgj0i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ncnTF5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ncncFI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nd14we-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nd84PH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ndIGtQ{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ndU6wz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ndVmUe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ndgP5W-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ndrFw2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ndxNCo-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ne9L0s-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-neD3kp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-neJ5Wo-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-neMpxm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nedN2s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nerj7G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-netHzf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nf1k9A-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nf7VSK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nfHjXH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nfbHjl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nfcuUV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nfhpCv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nfkPYu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nfn6am-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nft246-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nftK5r-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ng0zVE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ngCj0d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ngTt31{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ngZiEM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ngetq4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ngnIOX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ngpyOx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ngtCuP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ngwpX8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ngwvPr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nh06lE{
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nh7x6C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nhAQWD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nhMMBp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nhQnPo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nhQnV6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nhhzO8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nhiPdP-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nhmmFh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nhseXb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nhuBb6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nhxmbO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ni0QGz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ni2Nuy-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nihk3L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nilZuV-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-niloEY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nirHrY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nixCX1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nj7eTn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-njUsnT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-njcLk3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nkgDjs{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nkh152-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nkhQmm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nkhRe7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nkoC9j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nkpF9S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nkpgvz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nlbo3H-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nliaAY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nm0XqS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nm1ipk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nm2CIg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nm388l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nm6XHc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nmA7Cb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nmN87t-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nmc8Zo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nmjk0y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nmyD3U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nnH8WX{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nnHONt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nnHbx5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nncCye-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nnsj8I-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nnx2SG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-no53JD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-no7NxP-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-no8teh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-noIR8k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-noN7nu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nomByI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nonwJl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-np0BB9{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-npK3zs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-npLwpF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-npOr20-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-npx3s6{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-npx3s6:hover{
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nq0AT1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nq7pxP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nq9OLw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nq9b8f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nqAFoX-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nqCRVN{
color:var(--body-color) !important;
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nqFzKP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nqipTs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nqkagZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nqmQW8-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nqwSyy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nr065J-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nr7Ao1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nrG4hr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nrGdkk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nrNTjw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nrP7Rl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nrRtmz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nrkhxN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nru1EK-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nrujE0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nrvTHP-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nrvkMM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nsAsyp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nsOmEx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nsSE3d-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nsyk3A-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nt1LNT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ntRK1O-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ntb5vR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nth5LA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ntn44T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ntoOIT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nuCEzR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nuJW7W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nueRnG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nuhDwe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nusrXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nv2OYW-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nv4x40{
font-size:max(calc(var(--cms-g-nav-items)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nvJxFL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nvM0L8{
border-top-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*7.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*7.5) !important;
color:var(--white) !important;
font-size:14px !important;
line-height:24px !important;
min-height:48px !important;
background-color:var(--brand-color-secondary) !important;
width:auto !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nvUffI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nvYAtI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nvgbkJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nvmKtH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nw3l4U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nwBhWk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nwHTnM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nwfDLO{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nwjaqZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nwzY4m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nx02b3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nxGJyZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nxnr2i-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nxv31K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ny2l7k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ny3lau-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nyD9m7{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nyH4y4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nyHueK-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nyPdTY{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nyS8Jm{
font-size:var(--body-font-size) !important;
line-height:1.4 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nywcY1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nz64uM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nz69uz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nzYomu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nzreHH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-nzteAn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o0KjeH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o0Ms5K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o0XqH0-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o0hMrz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o0m3Z2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o0nLIJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o0ohUZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o0s1mc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o1LVjc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o1Obdv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o1U9Vn{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o1Vi3G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o1fstP{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o1kbMW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o23L8B{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o2FIn2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o2QkSF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o2TDf9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o2ag0v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o2e7vo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o2oNLM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o2uPpR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o2ybp2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o38gmK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o3JsCk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o3PaED{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o3Tg8o{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o3Wy5y{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o3t7NF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o45DXr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o45Gm1-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o4B10w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o4ChLS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o4FnwZ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o4TlzG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o4Zuw2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o4ftJp{
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:48px !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o50B9s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o53t8H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o5IBka-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o5IlDU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o5RDap-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o5Vwjx-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7dOcW5:hover .phw-g-i-o5X6gn{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o5bfkR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o5k2M1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o5nWIi-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o5slnv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o6Umbh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o6dxiP-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-o6fgCl{
height:auto !important;
margin-inline-end:calc(var(--mu-space)*0) !important;
margin-bottom:calc(var(--mu-space)*0) !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
max-width:none !important;
min-height:0px !important;
min-width:0px !important;
max-height:none !important;
width:auto !important;
padding-top:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o6gW6a-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o6otk8-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o6ovYk-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o6vEkP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o6wM3k-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o6yz2l-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o78tYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o7xvzF-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o7yde1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o85jFO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o88b4s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o8KjRC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o8Lvfp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o8WYF0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o8ZMSW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o8iLff-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o8pgFC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o94emQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o9EOXN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o9LoK1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o9mVeM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o9oZ6H-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o9q9gZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-o9xfs7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oAGyJh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oAYGLp-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oAesHx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oAzgkn{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oBDTP8-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oBH1LR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oBIxMj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oBLpXV-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oBPrVc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oBU7TL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oBazEu-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oBp9rG-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oBx3iC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oBzxrh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oC4hMh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oC5Vav-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oCE12D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oCOFYy-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oCOiUj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oCQrza-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oCcmKj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oCkZqs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oD0DF4-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oD44YR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oD8MJa-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oDAXfa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oDlS81{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oDnAmy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oE5kkk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oE9Wzl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oEYJWN{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
height:215px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oEitdZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oEmoYm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oEx1dP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oF04Hk{
font-size:var(--cms-g-mobile-header) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oF0s5a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oFFTZR-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oFFwgG{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oFHP0n{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oFWM4y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oFmcVq-ds{
background-size:contain !important;
background-position:50% 50% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oFn9mu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oG40OS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oG4Dak-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-oGKxVH{
font-family:var(--cms-g-jetsansregular) !important;
font-weight:400 !important;
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oGOJJv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oGOKUh-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-oGQWht{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oGnrdO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oGwm3O{
width:40px !important;
height:40px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oHAay5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oHY17M-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oHa1nm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oHdUkp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oHk2mO-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oI2nM0-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oIE6BG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oIGy63-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oIMqry-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oINsIS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oIdmzf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oIzIDg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oIzTvC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oJKeyz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oJLiin-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oJU0qW-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oJolgk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oJq31i{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.5),var(--mobile-font-size)) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oJyGsb-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oKB6pU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oKEc8t-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oKPqeh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oKPybf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oKrs27-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oL1Ee0-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oL3U7R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oL6yhG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oLamAC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oMQODl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oMSFML{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oMU6H9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oMllfH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oMnkHF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oMoeAO{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oMu3WJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oMxkpi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oN3N4S-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oN7Qxz{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
width:380px !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oNAR0z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oNDCnd-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oNKTaZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oNYrFI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oNhzH9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oNtTvc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oNtttM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oNuTHM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oO3nyz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oOBjg1-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oOCmtG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oOJcGX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oOdCNl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oP0M0W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oP6IwE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oPGPMe-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oPPDyQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oQ2Rv4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oQHenY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oQfzdx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oQkhre-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oR72QL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oRIdLG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oRWLeT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oRtHuX{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oSHV3y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oSKajq{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oSNrFP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oSt8ZC-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oT8Yo0-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oTMkzl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oTWWf1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oTbXBC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oTk9Yt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oTyLkG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oU4oMe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oU54Cp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oUNbcN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oUpS7s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oUv7D0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oUztOy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oV3ZIB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oV5xVU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oVOOQn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oVXqJs-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oVaGSE-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oVdvs7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oW9hQa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oWNmAt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oWQ4L1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oWcZwd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oWo5GG-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oWxwyo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oX58BA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oXNoQJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oXQ6Rv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oXiEt1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oXoySO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oXtHFI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oXxg9c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oY13rL{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oY1srN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oY8COb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oYDvmB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oYG3Cy-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oYPCo7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oYRH1S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oYZ1SF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oYZeTp-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oYZnWS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oYjjdN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oZ9bvZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oZByxa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oZCdbe{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
width:448px !important;
margin-inline-start:auto !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oZEn9D-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oZczvB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oZpsGc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oZqiNx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oZu99r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oaQVjF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oabzq9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oahVww{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oaiEIr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oax1sh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-obFOpF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-obK1BX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-obNSFk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-obWSfU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-obZdYr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-obr79s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-obwatx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oc7UmX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oc8cpu-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ocFCdS{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ocLel3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ocWpxv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-occqDt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ocixW5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ocqgCH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-od3WSl-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-odOaf7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-odpmAV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-odxBjE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oe1BoV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oeUhs8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oee7xf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oejb1j{
font-size:var(--cms-g-mobile-header) !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
width:auto !important;
text-align:center !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oerKL6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oezPif-ds{
background-image:url("") !important;
border-radius:5px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-of014g-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-of0Cdk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ofKkZD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ofOIId-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ofRXxM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ofY8ub-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ofsrNy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ofxSWv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ogEJ1I{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ogGhFi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ogb4R7{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ogcAFD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ogmOm5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ohPbr4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ohSqsP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ohfBxX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ohiPeo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ohuYYv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oiBiRz-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oiQrzf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oiRXAs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oiaE3t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oicGSo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oiwa8F{
height:212px !important;
}
.phw-g-i-oiwa8F img{
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
 .phw-g-i-oiwa8F ppc-container{
height:inherit  !important;
display:inline-block  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oiwl3T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ojBmWz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ojDy9F-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ojGt8d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ojnT9J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ojt1PJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oju8mH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ok8KLl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ok8cS9-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-okDKi8{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-okGs8p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-okUtcG-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-okWCle-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-okWdIN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-okhMdQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-okrfqd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-okrr0p-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-olFyYT{
font-size:var(--cms-g-nav-items) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-olIBLh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-olLxSB-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-olad5S-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oli7Bs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-olusdx-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-omJwhe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-omOVgI-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-omWDo9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-omcYfA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-omhcS4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-omizGm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-omvdBm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-omyLsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-on3lFw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-on467A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-on6wgo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-onBbTD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-onLViX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-onQnuD-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-onSuzV{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-onhlGX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ontFcK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-onwSaH{
font-size:var(--body-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-onyhjy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ooEd3V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ooQCZn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ooZ91v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oorGFP{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oowk3w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ooylKT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-opIC09-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-opVPQd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-opXWRd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-opc7Ox-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-opfvFz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-opglH2-ds{
border-radius:8px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-opyfG7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oq44QG{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oq4pBa{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oq6fwZ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oqNmFz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oqaPox-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-oqcjF7{
line-height:1.2 !important;
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oqeJq8-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oqf186{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oqnxmA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oqrYrP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-orFCaU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-orFF3e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-orR8b4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-orrI1D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-orzzdF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-osE5ke-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-osS0bs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oswzxI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oszY7N-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-otIwx0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-otSaig-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-otUgvD-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-otVBTP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oth4Go-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-othWwp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-otvuYx-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-otxt89-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ou0Ymh{
color:var(--black) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ou5ZLO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ouFbFB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ouPmtt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ouU3V7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oufHVt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oufetB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oujg9N{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oulU27-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oupBx5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ousUee-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ov4dfF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ov8ImO-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ovEPfg{
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ovFjlH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ovGGqk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ovIlvC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ovIts2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ovPWDK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ovQf2v-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ovTjkl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ovUg0P-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ovVgJT-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ovmdKo-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ow4alh-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ow7LUE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ow9NC2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-owBliM-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-owISwx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-owMdeN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-owa88w{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-owakoI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oweBVA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-owhEla-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-owxBTs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ox0Kto-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ox1AS1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oxGIhp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oxH8BS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oxbwJJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oxlBLx-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oxof7Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oy1h5r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oyEYZ1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oyLEuK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oyXhwh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oytZ0P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oz74sH:hover{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oz74sH{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ozXhNC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ozb2cT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ozhzNo{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-oziEHU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ozvkTU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p05UsY{
height:120px !important;
line-height:1.4 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p089uB-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p0FTFS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p0Iv1T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p0OrCo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p0Qiri-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p0SaUf{
font-size:var(--phw-g-small-text-font-size) !important;
line-height:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p0cH8O-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p0gW5g-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p0i7ST-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p0qhHj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p1Z2G2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p1ogx3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p1rufJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p1rvFF-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p26ysK-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p29bha-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p2IwZ5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p2jHnr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p2jOwZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p2pdxL-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p2uXTg-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p2xWNv{
padding-bottom:calc(var(--pu-space)*3.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p323i5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p3C1wD-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p3LzAN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p3Nvp6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p3Uciv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p3Yekn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p3cOoG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p3iCJd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p3iLir-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p3rydI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p3xc2H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p4E7fa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p4tUjr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p4uk3M-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p51SRA-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p57iCK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p5BGA5-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p5LqWN-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p5Nkam-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p5P6lk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p5VFxo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p5VJ2d-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p5csFX{
color:var(--white) !important;
background-color:var(--phw-custom-gdpr-bg-color3a3a3aff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p5csFX:hover{
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p5vGDr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p5vPpL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p6SZY3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p6TmoP-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p6VN59-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p6uijn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p7Ypxh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p7honU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p7qac4{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p7sUqj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p8PUnV-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p8RGLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p8RbPH-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p8U7og-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p8izHz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p8xkRF-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p9BTFU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p9HMif-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p9SPTb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p9dq1C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-p9wiWq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pACXpI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pAIHGW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pAIUZ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pAhKCb-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pAhLzV-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pB4yYt{
color:var(--black) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-width:0px !important;
min-height:34px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pB8JLl-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pBNd3H{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pBOGhd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pBWA1e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pBX5W7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pBeyrp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pBj9jZ{
font-size:var(--phw-g-widget-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pBjIAL-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pBmUhw-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pBpEg1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pC75LB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pCBKq9-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pCGV4k-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pCjSwB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pCk2mG-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pD9ucv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pDAg3T{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pDwCuf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pDwF1L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pE1dG9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pE3bvG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pE6i4E{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pEBBWY{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pEEKQi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pENIRo-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pERtIy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pEZIET-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pEniIw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pFFxnR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pFVbL3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pFhKuc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pFuigW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pGTvG9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pGeIcc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pGhha4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pH6Fca-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pH7ZXs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pHGd25-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pHTCEs-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pHY9MN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pHfxo0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pHm3KL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pHyIsR{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pI09g9{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pIF3w7-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pIXHSr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pIgQDC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pIkk3C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pJ8RMb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pJIbwX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pJK4qF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pJRxLU-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pJeJBo-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pJfgKx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pJh5yQ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pJj6TY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pK6LAn{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pKVmej-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pKZYUu{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pKaiSx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pKxPBA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pL1jyZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pL6X19{
height:40px !important;
width:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pLEZrL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pLGNVt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pLSWuA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pLiNfe-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pLjyzh-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pLyS4Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pM0lXe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pMASr9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pMOdQ3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pMSmax-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pMT3PJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pMs3id-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pMzmDK-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pN4fqS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pN4x1h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pN5die-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pNdprS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pNkE1c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pNp2pC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pOJXed-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pOKe2f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pONuMH{
width:350px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pOOF5G-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pP9EeG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pPKrxa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pPO2YA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pPs90K-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pPtKj7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pPtdFm-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pQ1tzv-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pQ2VDm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pQIV4r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pQX5Mu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pQnNPv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pQsDN4{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pQyYeF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pQzNDX{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pR7xut-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pR9RAg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pRFtHO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pRU8ZF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pS3HI7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pS5a9h-ds{
border-radius:47px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pSCYTH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pSTF6F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pSV4At-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pSw6Be-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pTAftA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pTKNEh{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pTi279{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pUFAUf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pUaZXw{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pUjQLE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pV2Fqj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pV2PSE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pV8Yzg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pVjkj6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pVkQIV-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pVn4Dn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pVnRw4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pVsTDG{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pW8rG8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pWGIg2-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pWUJMT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pWVcWz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pWWZH6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pWcqb8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pWkC3H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pXGwU8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pXIqYZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pXQoHy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pXUM3A-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pXehb9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pXrHDT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pXx3bh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pXxcXr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pXzsjO-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pYOVNm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pYkAo6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pYtlHE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pZNZnU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pZc6sD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pZpwam-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pZyjYj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pa5BP3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pa5VQI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-paEcyp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-paHdsI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-paNkUw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-paUVEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-padJTc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pafsV0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-paiqko-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pakGj5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-patlK3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pb3fCb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pbB1cb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pbEbnj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pbHwq4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pbKfrz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pbhzBH-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pbjUsU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pbqo6d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pcAZfU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pcOW80-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pcSQ7K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pcVbGK{
border-width:0px !important;
border-style:none !important;
color:var(--white) !important;
font-weight:700 !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
min-height:34px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pcbai3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pcdNlF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pdCeOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pdDvK5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pdOSVZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pdZkFB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pdmWaS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pdp9Up-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pdt4Cr{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-peHYZU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-peJf0D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pefWpk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pes0oG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pexAOv-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pf2q3N-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pf5RmX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pfLJ35-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pfWSDQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pfXDVH-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pfsO63-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pfvR1x-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pfwOtP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pgBCzJ-ds{
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pgNuVz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pgWttz{
background-image:none !important;
color:var(--black) !important;
font-size:16px !important;
padding-left:24px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pgXkjT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pgmYMx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pgnOdZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ph7p5Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-phNZVJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-phTA1E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-phUMR4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-phZKOV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-phgHkK-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-phxRdp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pi03bo{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pi1GMh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-piEhUP-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-piJK6h{
height:48px !important;
width:48px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-piJpKR{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-piY5wE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pifJXx{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pilPRl-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pjCMzM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pjT9yJ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pjVL1y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pjo9m8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pkMYuZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pkW90G-ds{
border-radius:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pkYVDT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pkdHkP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pkjcim-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pkmAm3-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pknGDA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pl17QZ{
font-weight:700 !important;
color:var(--black) !important;
font-size:var(--font-size-8) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-plOFp6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pleJvB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-plh3mr-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pmm4ag-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pmobac-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pn0I4q-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pnCxpg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pnHjer-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pnJsIt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pnSRFi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pncBSb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pnkIOZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pnlY18-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pnqaOi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-poK9QR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-poTVUt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-poWzP8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-poa5nM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pocs7r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-podaH5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-poee6f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ppC3LH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ppFDG4{
font-family:var(--cms-g-takeawaysansbold) !important;
font-size:var(--cms-g-mobile-header) !important;
text-transform:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ppGoSi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ppS48Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ppTcVS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ppaVhp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ppk2j4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pqIPW3-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pqLEkg{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pqiLV0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pqkL8X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pr0L0h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pr3RR3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pr5PYy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pr7OOv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-prR2HH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-prSZO5-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-prUAZs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-prZQ0M-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-prz9XE-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ps2jZE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ps8CK6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-psAh5o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-psKDsK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-psWa2c-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pslc3e-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-psnCay{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-psnO79-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-psrabK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pstyLo-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pswavJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pt4TIt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pt5SRz-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ptqG5Y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ptqPWd{
font-size:36px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pttZfM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pu5LDB-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-puS72s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-puWAHx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pufWEV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-purkhj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-putnsC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-puuPq8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-puwhPx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pv0C8J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pvB4yy-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pvKEpT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pvPZSv{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pvhHm7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pw4SWr-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pw7c3r-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pwGjXm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pwQYMr{
font-size:var(--phw-g-regular-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pwUiS2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pwXveY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pwihVZ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pwlqnB{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pwme2K-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pwutMX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-px0N6h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pxMUpU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pxP85c{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pxQCpV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pxg3qE-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pxm00M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-py0vcj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pyEMh5{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pyGTh7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pyTG0R{
width:64px !important;
height:64px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pyl5m2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pynTzM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pz3X97-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pzSm05-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pzmM4D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-pzx59y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q06bwy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q09HWe-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q09jpU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q0HMAV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q0u0Wk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q0uX9h-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q0vj2j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q12UNF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q1MQRv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q1OgQj-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q1XEaq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q1ojhc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q21JDi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q28qpl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q2GLYa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q2MSps-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q2Omrf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q2T4IV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q2ces1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q2fLrG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q2vrmy{
border-top-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-top-right-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0.125) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0.125) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q3Kh4R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q3MOp2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q3OF8U-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q3OTzm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q3qQba-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q3v2Qj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q409g0-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q414W6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q44msd-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q454mY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q45PrQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q47vS4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q4HIVL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q4phLe-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q52c7t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q5LrJj-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q5OXRd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q5hVEa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q5ioHq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q5mhzg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q60mbk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q68wod-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q6CjXr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q6GHaf{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q6LdYu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q6OfUu-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q6RjYz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q6a7BU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q6aZbn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q6eJWl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q70uJR{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q713hu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q75Gz2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q76pXy-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q78MXh-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q7D59i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q7I5DG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q7IbiO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q7mJUB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q7xGL4-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q82P4q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q8VFYn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q8VKyQ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q8vE7L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q95jtp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q9JD5U-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q9X2XU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q9dcyd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q9qkSe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-q9rezD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qADHGu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qAJYCL{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qATQP8-ds{
border-radius:31px !important;
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qATr5M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qAjjND-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qApZOy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qAq1Mq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qB6ZXE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qB8Hvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qBLoP0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qBfXmt{
font-size:var(--phw-g-widget-subheading-font-size) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qBnoUH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qBrIxW-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qBv3Bi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qBvHX3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qBxUfx{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qC1Vnx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qC5yeB-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qCOv1G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qCwej9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qCyqxQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qD2qvP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qDPk5o-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qDRwCm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qDSF6B{
font-size:var(--phw-g-widget-title-font-size) !important;
line-height:56 !important;
color:var(--black) !important;
height:160px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qDSFD8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qDXOgg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qDcDAd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qE3a3Z-ds{
border-radius:35px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qE71T2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qES1zF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qEsOK9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qEywq1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qF2LIQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qFAUWG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qFZVzX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qFiNvw-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qG2BDt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qGCG27{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qGDSoM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qGIRPB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qGM2qo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qGUdfE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qGfbLv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qGo9r3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qGvVck-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qGwc03-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qH2eFK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qHJdHl{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qHXlel-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qHZ3Ch-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qHgYOP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qHiYeB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qHoRhj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qHqK2u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qIBSV5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qINIrc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qIW8DT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qImkix-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qIn9lq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qIy3rm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qIztjY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qJiLdz{
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
height:120px !important;
line-height:1 !important;
width:400px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qJpYWh-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qJsX0V-ds{
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qK0umI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qKDcM4-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qKIIp5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qKV2gw-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qKVnY8{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qKvxZv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qL5HGY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qL5zQZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qLRBIZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qLYAZM-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qLfKuH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qLtjxf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qMDjkt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qMJRQ4-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qMOk5Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qMQmgL{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qMUKua{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qMULF6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qMa3He-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qMoXPs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qMoeUS{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qN5jnH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qNSnAj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qNUwbV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qNWRow{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qNkiUc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qO3Wd0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qOB6wl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qOBcJ5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qOSe0c-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qOTJU1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qP7QaQ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qP7c0D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qPO7GS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qPwBmD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qPxBKE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qQ2dI2{
font-size:var(--cms-g-mobile-header) !important;
margin-inline-start:calc(var(--mu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qQDFKB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qQHXMB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qQMfyj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qQsRnG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qRE5Wc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qRGMNh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qRVXyk-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qRZNZD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qRptav-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qRviXB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qS2o0t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qS6Jb7-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qSCMVH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qSO0SX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qSP51I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qSVvnp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qShSQL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qSkH0o-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qSmLFj-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qSmuln-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qSt5RK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qSwSXQ-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qSwUfk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qT0MAv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qT3R7R-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qTNDio-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qTQ6X4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qTsyuL-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qU0Yjf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qU1xiT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qU6IBo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUTCfN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUXETD{
color:var(--body-color) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUXcWC-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUXxdm-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUZupE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUaP5s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUbNxH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUosVS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUrpfG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUybnE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qUzKbB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qV2dwd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVAl9f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVEU5s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVHUjK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVI4zT{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVN3Bq-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVNf1q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVOg4R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVY2ts-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVa4Pq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVazoc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVgJkk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVnOYm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qVxXz6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qWEA5E{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--cms-g-small-font) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qWUKlx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qWgUX3-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qWrj5T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qWul9O{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qX1hl2{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qXFNdY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qXRHOn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qXU9S2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qXsHtf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qXv5Sw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qY4HKx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qYPLGO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qYVJye-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qYYfwL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qYxmBg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZ4bCk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZ7RAa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZH14w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZJLvV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZTspu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZXrBe{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZeBfK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZg5nZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZh6WD-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZl9g9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qZxN9D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qa0LGZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qa5X4e{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qa5yph-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qaS0G0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qanQZL-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qapl8h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qawjIY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qb0p9E-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qb7Abm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qb84MA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qbCAxy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qbCXEB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qbKtIn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qbXR8V-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qbeKU7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qblmX5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qbx8al-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qbxjP7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qc9GSs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qcB869-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qcGfcO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qcc96D-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qciNkR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qcjIJV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qcpXrM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qd2td6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qdTpAY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qdVQJF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qdWUAr-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qdXuGa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qdqywr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qdrTWR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qdsA0B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qe56R6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qeP1Y2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qeSWLY-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qeVTQJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qecr03-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qee4Cc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qefnPr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qeljla-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qf3JVh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qfB5kI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qfPjOY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qfU26h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qfcG8P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qfm0rw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qgNM2r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qgWvJQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qgmPmn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qhX6lp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qhpnmR-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qhxOVr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qhz6co-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qiJ46I-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qiVYT6-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qiWzld-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qieg4Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qisig2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qj7KD8{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
text-align:center !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qjDwmp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qjLCJ2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qjOqMA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qjcdCz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qjt4jd{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qju8xV{
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qju8xV:hover{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qk4Rcp{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qkaQjn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qkfAcd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qkfnCq-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qkgQxR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qksS6t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qlgKqk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qlpSG7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qlvPjK{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qm0ojU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmBgzL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmLMwV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmQMGA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmSaye-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmTbhq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmfZmX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmgVAG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmvS4o-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qmzVo0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qn4G4V-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qnEpvW{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
line-height:1.2 !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qnUnj3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qnc5No-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qnloUe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qnmclF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qoBB3q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qoIR7O-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qoKUyz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qoPnqr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qoRR9t-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qoyFYa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qp1zho-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qp7GN8-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qpJBcZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qpLgeN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qpRlRA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qpetUI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qpic89-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qpmO8W-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qpr80d-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qpwtGQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qq9J8a-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qqG8cm-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qqInQb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qqSdyj{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qqaizZ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qqdjx8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qqfys9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qqsHqU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qqvW4u-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qr3Ltb{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qr6yhi-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qrC2YZ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qrGwlA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qrNlwB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qrNtad-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qrh5vh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qrqRhU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qruEom-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qryC5A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qsGSLv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qsGVCN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qsTABB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qsTTFB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qss5Wa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qsufO0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qswGfP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qt8r22-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qtEuNh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qtOqUH-ds{
border-radius:30px !important;
border-width:53px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qtR2wy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qtWnGo-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qtXJBs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qu1cI2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-quDyfj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-quGQNY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-quN3cl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-quccen-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qui8hq{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:209px !important;
height:203px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qumord-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qv90I1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qvAeCI-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qvSkcP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qvT7De-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qvUY7B-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qveRlD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qvg2ZY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qvjlmN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qw0Frk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qw1d8G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qw2OBg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qwHNa2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qwLZVL{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qwMk0H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qwMqKt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qwVtos-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qweMhu-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qwuC4o-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qx57PX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qxKU2b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qxTzmU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qxkJh2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qxy8zl-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qyDEHU-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qyFDiT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qyIybL-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qyLr4q-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qykMuh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qyrnnv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qywlNZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qyxd3x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qz4VMp-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qz7vOK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qzAwg2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qzGqz2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qzWeoS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qzbrGD{
color:var(--black);
font-size:var(--cms-g-small-font);
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-qzbrGD:hover{
color:var(--black) !important;
font-size:var(--font-size-8) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r09hth-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r0DbOo-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r0SsCx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r0Xp1f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r0p49S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r0pZDN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r0yroV{
background-image:none !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:260px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1Fq7y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1KfbI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1LMoc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1NWbw-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1PmwU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1RKBo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1ZtlP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1cNNB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1gC5Q-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1k8Q1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1kBBH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1lg0n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r1thg7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r28s02-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r2Do8P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r2EJVr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r2H6tW-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r2PTeb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r2XIYx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r2aiBV{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:40px !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r2cW8j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r2cq3F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r2jYJG-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r2s1Ve-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r2vl0c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r31zdm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r35KFq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r3Fexd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r3HnTA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r3I8t9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r3KRcJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r3MPU6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r3eLWn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r3ju4L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r40e5W-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r40pN9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r44iga-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r4Ablr-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r4Hcb0-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r4VNQk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r4Z5U4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r4aZub-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r4azlp{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r4buEp-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r4rhcL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r5O9gB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r5YmXG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r5btjV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r5l479-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r5xXRK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r5yDT6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r6HNev-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r6Nfz7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r6O4C2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r6YLoT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r6YUje-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r6ZZi7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r6fuEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r6iebn-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r6p84X{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r6rSzX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r708Qe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r73g48-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r7DJ2q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r7RuQ7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r7UH9a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r7W8sj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r7h92d-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r8Dvzj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r8LTZn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r8eIYy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r8fLLW-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r8uIay-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r8zJZ2-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r9Ax2I-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r9JODW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r9MuRe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-r9RSYn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rA31HE{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rA5C1x-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rABAae-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rABYRm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rADd31-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rAEZV8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rAIui2-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rAyi41-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rBCIAz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rBW0Ny-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rBgaAB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rBrIzM-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rCCaA7{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rCUitt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rCXtXL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rCxWxT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rDBLZz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-rDOTwx{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rDPRoB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rDVBlA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rDgqnz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rDlHQF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rDoVqI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rDqckS{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rE89sO{
height:40px !important;
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rEQjtZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rFBU6Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rFEMSS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rFR1Wi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rFRJ6C{
font-size:var(--phw-g-input-label-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rFRdrD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rFrtXj-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rFtWCl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rG1880-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rGW3xE-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rGW9cB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rGaNue-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rGbmN1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rGy8Dd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rH3Jst-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rH4yrN-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rH78OF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rHJMyG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rHUSRC{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rITXUM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rIfnES-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rIrj7m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rIsTtL-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rJ7xxd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rJBRdH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rJOE82-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rJZOD1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rJZyRp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rJyJ44-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rK3F1N-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rKIlcZ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rKaqNP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rKfvtY{
border-color:var(--brand-color-primary) !important;
border-style:solid !important;
width:380px !important;
font-size:16px !important;
color:var(--white) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rKzlcH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rLO6VX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rLyq2H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rMgLSt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rMxIOC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rMy71G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rNRxyO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rNS6jR{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rNSE3K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rNf68O-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rO2jVO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rO4uqA{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rO9ik2-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rObTHq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rOgGaH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rOnKj2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rP2VNV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rP3jn5{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rPJ3Uu-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rPKJPN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rPhEq6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rPwJVB{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rPwfl9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rPwiii-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rPx6cB-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rQ0hjB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rQOWdL{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rQSt1H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rQYp8C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rQt116-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rR3znQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rR81gQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rRDmVg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rRZ261-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rRdv8Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rRjUJq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rRjucB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-rSRqYV{
width:190px !important;
max-height:32px !important;
max-width:190px !important;
height:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rSXM3j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rSljfQ-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rSn207-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rSnXz3{
font-size:max(calc(var(--phw-g-widget-subheading-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rSowEN-ds{
border-style:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rT1qlu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rT8lxJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rTbPcU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rTqiFO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rU04gW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rU3Vy7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rU8Z8T-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rUEzjI{
font-size:var(--phw-g-regular-text-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rUXRQb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rUntb3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rUpfwb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rUxiWc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rV8yor-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rV9bV8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rVQoOy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rVRsBy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rVS1gM-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rVdlOr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rVlZW5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rW6X7c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rWPfCg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rWQkTn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rX0jz3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rX2qoR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rX4AEZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rXFmsY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rXOs3E-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rXTWgV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rXoa7G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rXqGSF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rXsbkn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rXxIvC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYHskb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYJ2Oo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYJcHU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYKYsO-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYQby2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYRaL0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYdp2q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYdpQX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYh0MC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYiO0J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rYnLbD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rZ4mCz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rZBALn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rZHKjm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rZJa7a-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rZS25H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rZlZiu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rZn6LQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-raM6BP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-raYBS0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-raoINY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rbHADd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rbJdNC{
font-size:var(--phw-g-cards-title-font-size) !important;
text-align:center !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-rbRxlY{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
border-top-left-radius:calc(var(--border-radius-base)*2) !important;
border-top-right-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2) !important;
height:560px !important;
width:auto !important;
background-size:cover !important;
background-position:50% 50% !important;
background-color:none !important;
background-repeat:no-repeat !important;
text-align:center !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rbUwe7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rbr6ha-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rcHACz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rcrkwm{
font-size:max(calc(var(--font-size-15)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rdTkCP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rdWyVm-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rdZrsR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rdirv6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rdqk22{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rdqsR4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-re0hoO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-re5j9M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-re912x-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-reu89N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-reypUv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rfJetf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-rfUYI4{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rfUvAi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rfZ6FO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rfhGPY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rfwzlQ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rg53Kj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rg632u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rgLKAk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rgTs5y{
width:400px !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
height:56px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rgaYCU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rgcRWg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rghSeY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rgot4M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rh4yJY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rhBYrM{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rhC1A2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rhQJAm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rhgO6a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rhi6QD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rhyBDP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ri4y5E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ri58a1{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ri9890{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-riAVtR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-riENrs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-riWW0E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rijP0a-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rimeNw{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rirPzv{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rirqOY{
max-width:190px !important;
max-height:42px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rirrHX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rj0QSd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rjDwuN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rjXufq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rjaJoG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rjw9WN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rkVHiE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rkYVMi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rka2KJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rkoFts-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rksUK2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rlIGEd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rlaA6U-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rlmFPG-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rlohk2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rlv75F-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rm0se7{
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
color:var(--black) !important;
font-size:16px !important;
width:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rm0se7:focus{
border-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rm0se7:active{
border-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rm3EL7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rmEKrJ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rmRwmx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rmSCY9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rmins6{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rn4xhw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rn7DkB{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rnEjuI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rnNdOB-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rnOuvz-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rnPT56-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rnWHaI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rnZna4-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rnabj2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ro0Ryz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-roI74l-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-roJIxy{
color:var(--black) !important;
font-size:18px !important;
text-align:center !important;
width:380px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-roJnUA-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-roN5eR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-roWb0T-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-roc60S-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ronkUk-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-roroUZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rowyV8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-roybi4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rp4Z3t-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rpEouW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rpVWGJ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rpitLK-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rpv8Sc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rq1fgQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rq7XsW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-rqSxB3{
padding-inline-end:calc(var(--pu-space)*2.5) !important;
margin-inline-start:calc(var(--mu-space)*1.875) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rqc1Qv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rqd3JV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rqqZWs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rqvAuK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rr5pV9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rrABSH{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rrHm2a-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rrnLfL{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rsXJhx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rsrBX2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rt0Gl2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rt6Ilq{
width:465px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rt6NkV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rtD2DU{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rtKHbq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rtNPVk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rtaN4I-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rtdSA6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rtzIiw-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ruW6bO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ruq01P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ruvJqn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ruvpDy-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rv8y3V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rvIpCw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rvT1gd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rvcLNP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rvryTu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rw1cXz{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rw3wrW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rwBrSZ-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rwG0iu{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rwQLBf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rwdG4E-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rwevdF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rwffxy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rwrSHw-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rxH0bP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rxHvfi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-rxLTKD{
height:56px !important;
width:100% !important;
padding-top:calc(var(--pu-space)*0) !important;
padding-bottom:calc(var(--pu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rxRg5Y{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rxXyoE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rxr2ki-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rxrb4x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rxz4GS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ry2gnP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ry4Fbk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ry6VW4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ryCI8p-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ryEeka-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ryHt2z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ryJh8H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ryQEFB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ryWzWi-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rz8eul-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rzR8cA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rzXt1O-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rzpDT5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rzpNq7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-rzpaLt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s0Gj7H-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s0OpBo-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s0Tp1j-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s0a3j2{
height:360px !important;
}
.phw-g-i-s0a3j2 img{
aspect-ratio:9/16 !important;
object-fit:cover !important;
height:100%  !important;
width:100%  !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s0cgZ1{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s0xwC2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s11C8K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s12Zx4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s167qz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s1JAFH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s1LQ3e-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s1epJq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s1fVuB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s1n9cQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s1whon-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s26B17-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s29xVE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s2EEsZ{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s2Q3d3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s2Q41u{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s2d45D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s2rS8j-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s2s1w3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s2wEX1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s32ppK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s34Kuu{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s3WfKM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s3ZKd7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s3jqnV-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s3rYsE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s3usN9-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s4B5wQ-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s4Cr4C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s4LSgY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s4OB5m-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s4Uwwj{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s4jfsd{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s55Nb0-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s590nf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s5R3h9{
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s5Tm28-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s5fwiQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s5lGBh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s5pBOx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s65P92-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6E9yV{
color:var(--black) !important;
font-size:var(--font-size-8) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6E9yV:hover{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6Eaom-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6IxMm-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6OIKU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6RJdM{
color:var(--black) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6SptY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6c0q7-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6dqrw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6j274-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6nASv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6qpfF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s6ruRb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s72LFh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s73WX1{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s75M1I-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s7SkB2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s7Uiff-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s7XsHm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s7YQy8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s7pcNT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s7w3sI-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s7zN43-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s87hNt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s87wMQ-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s87yN8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s8EqMr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s8HuaL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s8Jke1-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s8UsrY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s8f3Pd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s8ylmk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s94FDA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s97P91-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s9GQVs{
height:auto !important;
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s9fBwG{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-s9m3pt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sA5c1Y{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sAI6Mj{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:200px !important;
width:94% !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sAYEBQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sAa9gZ-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sAiC7M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sAjXU3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sBVoBS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sBkOuo-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sCKclh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sCX6G0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sCis18-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sCsQGn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sCuHq0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sCwQN5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sD3MCU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sD6Pha{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sDJ27N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sDN5ma-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sDa8km-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sDly9H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sDowUo-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sDq5nK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sDrmgH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sDx4MB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sE6kDu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sELuvN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sEMVQV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sENzOv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sEVjxT-ds{
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sEc3x8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sEcgI6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sEnhpU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sF1Aqo{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sF9xdX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sFFTBE{
font-weight:inherit !important;
font-size:var(--phw-g-widget-subheading-font-size) !important;
line-height:40px !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-sFGfUd{
height:520px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sFO6aX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sFQLPB{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sFRppp{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sFwKaY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sFylGu-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sGDzog-ds{
background-image:url("https://cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/backdrop-1629356809076.png") !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sGQOX8-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sGVh5o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sGh3TU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sGhxry-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sHBLai-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sHBbtD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sHdI8W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sHg84A-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sHhRnp-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sHqkcS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sHzZuP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sIFpSF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sIHYCD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sIM2X6-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sIWIwZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sIqdQF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sIsk93-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sJO4dc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sJiX0x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sKBmHW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sKNWQ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sKQOLo{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sKSz42-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sKjDT6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sKlqie{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sL6B00-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sLCPfZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sLFfOo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sLFoFT-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sLOOhr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sLUeOL{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sLWqYP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sLsHpL-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sMD4Ix-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sMJEP9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sMOMAQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sMQWoL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sMaDEj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sMhN6V{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sMi1DT-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sMpX8z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sMymnc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sN6ly2{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
border:none !important;
width:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sNPnCS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sNQhP0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sNaNrY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sNdiAu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sNefG3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sNgLoi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sNh62s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sNnQhq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sNp9ZN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sNpc4V-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sOhFX1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sOqruP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sPIBre-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-sPNrfd{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sPT6e2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sPZJvJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sPgl4M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sPmEki-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sPy8Zt-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sQLj31-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sQNOQD-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sQtdMR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sQtmgT-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sRF2pv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sSbnUd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sSjclq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sSs2Ua-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sSsVj2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sSupbG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sTMzTa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sTOXE7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sTfuv6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sTpZxu-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sTqc2v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sTziPH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sUFcUn{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sUVC4s-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sUXGpC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sUhh9j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sUk8PO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sV0sWp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sVBXpZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sVNDSZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sVX2ck-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sVZqN7-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sVfOyU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sWFEN9{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sWn0oG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sWoYoD{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sWy2wF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sX8P8d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sX9zCE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sXIW6g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sXL7EV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sXkQCR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sXrkau-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sY3vjk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sYbPKs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sYg8kH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sYm9LM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sYoX9l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sZ8S2U{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sZKRIF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sZMviw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sZiHpC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sa3Gaw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-satfYT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-savMk1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sbLvHk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sbMSLE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sbOHKU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sbnBay-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sbr8lB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sbubA2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sbzG1s-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sc4eeX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-scRbba-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-scUl8A-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sczH4s-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sd13P3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sdewHB{
padding-top:calc(var(--pu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sdnsC6-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sdoXEJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sdut6P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-se682x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-se6KQi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-se8X6b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-seB34G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-seJTs8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-seTIr3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-seTzii-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-seXH85-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sed0Ia-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sepNrz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-seu8FJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-seyVJf{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sf0Bfp{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sf1h28-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sf8aLN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sfNPoC{
background-color:var(--phw-custom-jet-lattee7cda2ff) !important;
height:656px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sfROUl{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sfX721-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sfZCrn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sg3oKa-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sg62mG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sg6MtA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sgPBE2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sgftDX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sgswz2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-shDs5c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-shebWo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-shlkoH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-si4ZM9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-siCO1q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-siFiKi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-siPb1g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-siUGqR-ds{
border-width:0px !important;
background-color:rgba(99,99,99,1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sifSb1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-siqnaK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sirtn8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sizAsq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sj0ekv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sj0upn-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sj3Y2x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sjKN5z-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sjT6vR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sjXh8f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sjbAfk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sjdRtl-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sjjMJb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sjnXgY-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sk0O3P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-skZMpd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-skbaZY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-skdZUX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-skgUl2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-skj5Qs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-slKIIS-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-slN8fW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-slOWrA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-slVuIV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sm74rc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-smG0IU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-smy6ZL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-smzM8o-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sn1tTZ-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sn4IzZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sn4nUN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sn75Kj-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-snTfdz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-snZtfa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-snneyP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-snttEl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-so2wbA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-soNpH2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-soYl8W-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sofsFQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sohBfT-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-son5JS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sp7zPv-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-spN4Bl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-spy2O3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sq2DAo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sqZZ1r-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sqmJe7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sqn6uz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sqo2zX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sqoy6K-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sqqrmd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sqwFPP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sqx9Qf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-srVUx9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-srjkGC-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-srmcKt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-srnvju-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-srvVU4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ss3Z1c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ssFzUq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ssLM5Q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ssXPOP-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ssdVPO-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ssgjai-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ssiVqU{
font-size:var(--cms-g-mobile-header) !important;
margin-inline-start:calc(var(--mu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ssuZXH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-stjKKk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-stpTkg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-strU1R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-su9mEV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-suOVCw-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-suOnWh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-subqLm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sucGwU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sugXjt-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sund51-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-supHV8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-surJIH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-suv6oU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sv1Chu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sv1FUE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sv1bS9{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sv2JRj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sv5VGt{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-svDHWw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-svfSYM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-swC9oY-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-swGAhG{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-swI0sA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-swKH02-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-swQcvn-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-swgJlV-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-swmf7D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-swouqo{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-aRBOax:hover .phw-g-i-swtRGp{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-7dOcW5:hover .phw-g-i-swtRGp{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sx9euZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sxCqXu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sxGZzb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sxPb5E-ds{
border-radius:17px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sxQk8N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sxlNZd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sxzlMg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-syMNIO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-syV5BL{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sya3hF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-syhv3b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-sz7v2f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-szCpu8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-szL6pm-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-szUQ50-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-szYKTS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-szfxbu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-szjE2o{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-szwBWC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t0MEYt-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t0YgIz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t0flKY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t0oVrJ-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t0udxr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t1Ccxe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t1HSIm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t1SB2N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t1tOBj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t1yKOF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t2BJ4U-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t2PDw5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t2VUvt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t2XO1q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t2ZUPq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t2aiGO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t2ataY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t2k51S-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t2nFns-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t3Bwoj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t3XYe5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t3Zapn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t3iLeJ{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t3jnLm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t3nXmZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t3qBs4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t3ukMt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t4LdXH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t4M1Vt{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t4TA0h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t4TO5A-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t4WNzb-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t4gPRT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t4iA7t-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t4rmrr-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t5D9hB{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t5VgVY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t5jVOW{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t5qyno-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t628rc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t63wC4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t6FAwN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t6P2k6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t6dIsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t6hhqI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t6lYSX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t6oWFR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t6pjFo{
line-height:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t6qqAZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t6sKEh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t6z1IZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t7K6BX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t7LfYw{
color:var(--black) !important;
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t7SMZW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t7tInY{
}
.phw-g-i-t7tInY img{
aspect-ratio:4/3 !important;
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t7xxln-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t82KEN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t8GVOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t8Grle-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t8KIaO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t8TSCp-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t8bYZn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t8d3ib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t8sbOL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t8wSSz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t96brq{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t9Rce5-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t9WoRp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t9Z1tT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t9jz2k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t9u8Ua{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-t9v7Nh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tAdhr0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tAgOS2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tAgnsd-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tAuimE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tAzwvu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tB4tsZ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tBRK9N-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tBXIhZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tBia69-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tCBpqt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tCBrrj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tCcxsW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tCiUHt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tCw7ou-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tD5j20-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tDEfFR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tDdwIv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tDw1yH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tE38K8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tE3wEG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tE450Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tEAsb6:hover{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tEELRh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tEXpb4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tEagE1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tEfPPc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tF3xCz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tFCxGN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tFOuK5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tFTBDh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tFiUsl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tFmmiG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tFyzU6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tG2ftH-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tG6WLd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tH5y9C-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tHKeqz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tHPvCr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tHfKLS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tHjEaz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tIYvfP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tJ4DNu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tJFiJx{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tJTqej{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tJYrZk{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tJfFtH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tKCPov-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tKF9XS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tKaAxh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tKcDMB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tKgi36-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tKpudM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tL6Vbj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tL7fcE{
font-size:max(calc(var(--phw-g-cards-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tLNRoF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tLOFKc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tLS9oC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tLTLrJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tLoT2V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tM76dg{
font-size:var(--phw-g-widget-title-font-size) !important;
text-align:center !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
width:380px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tM7ZgJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tMQjBa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tMUXgV-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tMjCse-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tMtSh2{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tN2E39-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tNh8LL{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tNw2k1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tNw3Kt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tOEK15-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tOSlqJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tOVby4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tOkdaC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tOoy54-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tOwtmo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tP01uP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tP1cpR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tPOx3A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tPPttp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tPXa1W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tPYDfx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tPqSq6{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tPsCkJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tQBVGY-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tQTg8O{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tQYn0b-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tQacxY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tQbLMO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tQcZp2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tQs9PQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tQtZtu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tREB8f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tRPiWq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tRQ9lJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tRdagN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tSIQT0-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tSKYBU-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tT5LG5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tT7hyQ-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tTM5DC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tTsh31-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tUE0Y8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tUYB2v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tUg9t6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tUlbmw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-tUol9j{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tUsn2D{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tUtGDG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tUwKTJ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tVGNzM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tVQ6Sz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tVzjJo-ds{
border-style:solid !important;
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tW4uth-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tWABa9{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tWEJ0j-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tWHULO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tWPWHy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tWQVnc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tWmrUp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tWwJAH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tX9A2o-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tXDge8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tXDkKn-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tXF5Is-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tXPbQY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tXTHnA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tXYhF4-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tXZr24-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tXnlxN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tY0xOp-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tY1kr4-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tY3lk3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tY6dKk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tY6us0-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tYLPo4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tYMfmr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tYv6Dp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tYvKIR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tZAItO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tZKtWd-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tZN8iG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tZRBVM-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tZZjSW{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ta6DNR-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tadlav-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tatIFy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-taymU3-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tb1WgQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tbSGS2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tbfXpU-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tbhbMB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tc20Wb{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tc25ql-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tc7jAW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tc82ZD-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tcFEde-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tcMdvo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tcYHpW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tcuKl8{
background-image:none !important;
color:var(--black) !important;
padding-left:24px !important;
font-size:16px !important;
padding-right:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tcwyPr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tdAP6R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tdM9xl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tdTyC6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tdjQrp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tdxSj1-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-te0XOK-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tejv7p{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tenXUi-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-terECd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-teurwf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tfJKG3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tfa1KQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tfj9ZE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tg04PP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tg2wHB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tgKTQY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tgPnOz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tgy7lM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tgzruQ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-th3vmU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-th65bF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-thQeA7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-thUlFl-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-thalP9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ti8J5w-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tiDQPe-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tiPfbR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tiRbdW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tigjDB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tiiXCc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tikIVh-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tio5GV{
width:350px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tiznSH{
height:40px !important;
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tjAqPs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tjFvV9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tjHJQ9{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tjPjNH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tjSvki-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tjT5pV{
padding-bottom:calc(var(--pu-space)*1) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tjblu6-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tjfc6U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tjoCG1-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tjuSyS{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tk4bxa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tkDmbw-ds{
background-position:50% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tkFRN8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tkNgxS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tkYdAJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tkdw2j{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tkpdzM{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tl0MDZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tl14Mn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tlAiFm{
box-shadow:var(--box-shadow-style-2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tliQh1-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tllJcq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tltfjv-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tlzkZ3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tm4Hz5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tmTV2J-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tmbvF4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tmlxNe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tmnDY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tmq5Q6-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tmssC1-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tmv4OP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tn3MUB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tnHptG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tnImm1{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tnJv9n-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tnM0Il-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tnTJ3p-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tngdIl-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-toQ8Gh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-toXrvh-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-toYnXW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-toZwZT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tobJWB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-toctaF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tofdfb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tojsfZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tpBdZ2-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tpDZXi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tpNxYG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tpbOfU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tplDTo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tq0oX6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tq2A9B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tq2J8C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tqD0AO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tqT0CV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tqon9L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tqtLzP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tr1s6R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tr3ehQ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tr7QGO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-trDwvP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-trIXMp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-trODWl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-trPsF1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-trVWnl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-trZuXJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tsDcX6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tsGogu-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tsK3wO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tsT5lP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tsc1ab{
font-size:var(--phw-g-small-text-font-size) !important;
color:var(--black) !important;
line-height:0.5 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tsjC8g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tsoO9Z{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttELCT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttJSy7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttPN5h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttS3Ei-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttSs6Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttTKwG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttdwRX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttisFD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttlixH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttqafE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttrGgx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ttzjPw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tuHFtI-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tuPAup-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tucjq6-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tui4Qo-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tumwWL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tunbRy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tuqf5M-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tv5Ctx{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tv7N6p-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tvD9m7-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tvSjtQ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tvZ1fs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tvoSop-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tw39NH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tw9qTR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-twKZGr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-twdptA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-twmhVh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-twvZmo-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tx3AaL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-txDW1L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-txK0Bd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-txQPv7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-txdyiS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-txfzDT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-txzgNe-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ty0bEk-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ty1um2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ty9mzh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tyVqI5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tyZo6h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tycHPo{
font-size:var(--body-font-size) !important;
line-height:1.4;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tyftQn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tzIa2K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tzYhmH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tzcMLO-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tzednp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tzlVle-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tztBNl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tzyZRv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u05h5L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u0XfUv{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u0bFOW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u0d8j6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u0xoqy-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u0y4P6-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u101Hg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u1Kk5m-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u1M8ys-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u1MEVU{
font-size:var(--body-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u1VY8H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u1b9FB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u1cu52-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u1pVHl{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u1udy6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u1xHeZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u21DxQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u29B5b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u29wyN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u2Upex{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u2VsD4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u2dPV7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u2sjta-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u35ICX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u39zd3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u3BJVl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u3HEr4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u3J6UV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u3NI1r-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u3f43p-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u3lSUW-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u3n7Mf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u3sTOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u3v45K-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u3vZQW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u4HlUL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u4KQ39-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u4R6GY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u4cpu9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u4h9MP{
font-size:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u56oJc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u5NnXp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u5OTYq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u5QqD2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u5Xy56-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u5fF89{
color:var(--white) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
height:120px !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u6428q-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u6Jfi4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u6NEqa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u7456g-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u7KnoF-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u7Zune-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u8YbyR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u8qKq8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u8qUsp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u97LXn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u9G1jj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u9VtCh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u9ezF3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u9vCik-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-u9vkgn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uA8Swz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uAEwag{
width:350px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uASglh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uAzuML-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uB4pha-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uB5fe4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uBD8yk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uBZOdR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uBasr6{
width:95% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uBeKiF-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uBgJzk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uBjIfU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uBmJVW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uBte3k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uC3g7K-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uCKOc6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uCPx8k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uCRlEn{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uCdJOB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uCr8Na-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uCvthd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uD4uwR-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uDBJOX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uDITlS-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uDKPbB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uDQi5c-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uDWUnL-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uE0sXM-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uE87Is-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uE8Ltb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uEI9mn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uENPdU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uEQqyx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uETtQs-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uEVTSG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uEaweT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uEbjrQ{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uEss5S-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uEzxeW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uFITyQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uFK4s6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uFPulM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uFyYfI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uG5h8x-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGCbV6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGHgSQ-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGKlIP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGO3kI-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGUafS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGbqwo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGcL7w-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGgdZ6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGiqsh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGqXwI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGrCd9{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGu7TM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGybSw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uGzNvD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uH67aa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uH9qrp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uHs0QY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uI3dVF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uI48xY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uI6Ygr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uI774F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uI7L3P-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uI8A8O-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uIA71x-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uIFoi7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uIXSCh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uIg2Wz-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uIkLBl{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uJCL2T-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uJIPij-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uJPard-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uJYuhp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uJuG0x-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uJwx3k-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uK1ISa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uK8WOB{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uKCsDS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uKObyp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uKTs25-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uKYrZf{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uKewjE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uKgzcY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uKnHv3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uKr1Rp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uLFLQd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uLGlP6{
height:auto !important;
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uLTfry-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uLWqDx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uLXXhg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uLXnjS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uMBNSC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uMFxRw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uMbYO9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uMuZay-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uN2WTU-ds{
background-color:rgba(255, 255, 255, 0.1) !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uN9atZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uNFwW0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uNMPkO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uNNyok{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uNaph4-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uNqNHw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uO2PcU-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uOGQW9{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uOMFif-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uOfwGO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uOmMBY-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uOpdZN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uP25Tg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uPJiKp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uPklyV-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uPmxD0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uPvs9g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uPyRzP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQ1n2c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQINl8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQJmGa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQL7z0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQVLqI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQWfYu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQWol2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQZ9Fa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQbIRB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQbSki-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQhOYS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQjKXG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQkyiD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQu9Oe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uQvkK1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uR0j6n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uR4J6T-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uRHy1F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uRUF5r-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uRp8AH{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uRy5Et-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uSCTPJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uSMZ9h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uSOX0x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uSS3hp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uSStwD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uSge0f{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uSiSjo-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uSmH42-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uT2KAN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uT3Gv0-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uT3lbf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uT7SiQ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uT9InT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uTABS5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uTAjeq-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uTBqQJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uTK9yd{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uTPxuC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uTkorY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uTsv7Z-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uTubPw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uUA4z7{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uUD3yv-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uUMgaa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uUQxYG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uUWkfr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uUbSlD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uUmKbF-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uUpq6F-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uV48SR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uV7KIL-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uVAWwo{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uVZmsL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uViBWz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uVn6qD-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uVpPv5-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uW2hCi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uW763P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uW8lgq-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uW8lgq-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uWCnX3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uWIoQQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uWSin5{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:209px !important;
height:203px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uWtDeN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uWxmOh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uX1ka5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uXCE19-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uXMJmB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uXMgsE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uXNjpQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uXXi0M-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uXe0Xi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uXjWBl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uXrhjn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uXwDJT{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uY3lXK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uYCokS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uYIvvy-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uYQaRB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uYYjYa{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uYangG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uYjrbD-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uZ5Vbx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uZ9gw2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uZCMeZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uZL7YB{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uZVTDz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uZZmDZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uZsEoT-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uaFZ43{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uaiTPJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uanJsN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uaoLbr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ubMBUv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ubNkuR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ubRYSv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ubWPns-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ubajtP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ubd6Nt{
border-top-left-radius:calc(var(--border-radius-base)*0) !important;
border-top-right-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*0) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*0) !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ubhYaq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ubhwHk-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ucQcwe-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ucRjJG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ucTeRR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ucXJH4-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ucoEDe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ucs1GP-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ucxThn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-udD5f0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-udRqOR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-udTIeG-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-udarMK-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-udl4iJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-Vi3PLr:hover .phw-g-i-uePpbl{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tEAsb6:hover .phw-g-i-uePpbl{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ueR7hH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ueqzwl{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uerB9E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uesz7z-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uev6vj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uf2Ci3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uf9S4I-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ufAcEP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ufG2kL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ufX61W-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ufb2nK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ufdLQZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ugHSxY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ugIBAR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ugMkWU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ugP5ck-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ugiP9T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ugvsZY{
height:620px !important;
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uh585X-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uh84KS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uh9K9G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uhFUjp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uhZgbB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uhgnGB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uhuK5c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ui0BXu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ui4NZv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ui8j5e-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ui9084-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uiDIQX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uiHDDS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uiWSQm-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uibGj6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uid7nS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uj7xEE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uj9ylJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ujGrDD{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ujIftb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ujUQmR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ujYYr2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ujcBM1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ujhGvr-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ujiFKu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ujotNm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uk8vk6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ukIxXa-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ul37CA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ul4Oym-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ul8Rs5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ulDcIM-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ulEnet-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ulOHde{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-uljOYW{
padding-left:12px !important;
padding-right:12px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ulx3gA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-um2RVc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-umbVTo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-umiHbH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-un5X0R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-unCjwU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-unDqqq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-unZgu4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-unq6EG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uo5jko-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uo6Yjx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uo9v7n-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uoNRhU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uoO8rZ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uob2hj-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uoeHMF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uoidws-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uosCCd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uoyCeF-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-upVizc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-upak3V{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-updBJY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uplIh3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uprL5h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uprRXE{
font-size:32px !important;
padding-inline-start:calc(var(--pu-space)*0) !important;
width:450px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uq27zb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uq5Nqr{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uqTlw4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uqabc0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uqkHB7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uqqong-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uqxJ4H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ur3nN6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ur5YhD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ur7Vp5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-urB9ap-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-urFRJS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-urFaaa-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-urN1G0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-urr35A-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uruhe6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-urxcpG-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-usAqMo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-usJkcq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-usNK58-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-usNdOr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-usOPAj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-usSlw7-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-usWadw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-utHt42-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-utIjwO-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-utKbd9-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-utMzMp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-utNEgf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-utOagO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-utkBci-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-utlaIw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uuFmCN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uuGIUo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uuWxue-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uug9RZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uukcfq-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uurbTr{
height:40px !important;
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uuriHb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uushem-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uuzJ85-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uv4dfO-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uveAS5{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uvvvB3-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uwEa8P{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uwG6XC-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uwSYZl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uwgH26-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uwpgn4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uwsX8u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uwyo7T-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uxCwTd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uxHEbr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uxZzbZ-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uxmrXJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uy01ZE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uy0Jsq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uy5NBB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uyCGuN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uyLdFw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uyUYQt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uygppM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uymfuk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uyzz86-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uzHlGT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uzTpxW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-uzx6JA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v09pXt{
height:64px !important;
width:64px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v0AN3B-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v0O3WQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v0PNzr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v0Rhne-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v0V8M3-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v0fUcQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v0hF8r-ds{
cursor:pointer !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v0qLea{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v1HwTa-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v1OIIe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v1QK7o-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v1Sc70{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v1TmVP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v1k0NX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v1u2tq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v1zHMt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v22O1F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v2GkfH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v2oIG4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v31D69{
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v3ib5X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v3qnRI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v3rN4C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v43BrR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v4D0hI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v4ko7E-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v4mnWO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v4r3DJ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v4vvYp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v4xRm4-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v5597J-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-v5JaUK{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*3) !important;
border-top-right-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v6CzYW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v6gY0m-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v6ng8l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v6oQbx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v75mVY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v77Wzi-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v7F7xr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v7G2VQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v7LlBb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v7RK5L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v7Ss21-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v7aRub-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v7c0sg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v7fN66{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v83dmg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v8IHh3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v8Iss2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v8Re5f-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v8aVTV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v8cmmK{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v943UR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v95YsJ-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v9BZwg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v9hc6W-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-v9uQCJ-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vAF0PG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vALdw3{
font-size:28px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vAYdj9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vAqwAp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vB44us-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vBBdYn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vBQrdd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vBesUt-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vBsTbb-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vBy1rB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vC8Ycf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vCC7hN{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vCp86i{
border-top-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-top-right-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*3.75) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*3.75) !important;
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vCycfa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vDAPvW-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vDByX7-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vDOBps-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vDORnX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vDTYio-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vDV0fD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vE691B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vEGSOT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vEN1Hg-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vETzPx-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vEb2Mm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vEbsqf-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vEfJ55-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vEkFnj-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vEuvfA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vEwOMr-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vFTK2p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vFjlvK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vFkTpN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vFpC8Y-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vFqI6D-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.01) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vFwwdc{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vG7XB4-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vGA29Q-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vGBmYc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vGIQJk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vGIcsH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vGN1sS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vGQoUx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vGVlsX-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vGm8cv-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vH5i0L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vH7QOA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vHGIiJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vHSQpI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vHUlH5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vHlcLn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vHnnHt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vHrwLC{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
height:656px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vHyXzH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vILz01-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vIURWF-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vIVOwh{
font-size:max(calc(var(--phw-g-input-label-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vJ1w3V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vJ691G-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vJEXzY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vJH4rb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vJRD3a-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vJWOOj-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vJXaU2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vK9kK5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vKUiwg{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vKaLMX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vKcnAx-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vKq4MW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vKsm8D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vLRF3s-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vLtLlI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vMC1dr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vMDtV9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vMElHf-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vMJDAa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vMLtTT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vMiDr5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vMnJ4t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vMns22-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vMtYRw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vN2pZZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vN3FVt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vNFNvO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vNK1No-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vNbq6Q{
font-size:var(--phw-g-widget-title-font-size) !important;
line-height:56 !important;
color:var(--black) !important;
height:160px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vNgk0z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vNxMUJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vO3LyB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vOAMdp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vODVge-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vOF5Eo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vOWljp{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vOYtAF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vOavOY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vOgcTH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vOhRz0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vOn3eY-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vP11wZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vP4Ild-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vPIlVI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vPV1qF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vPXgGx-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vPXx9N-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vPbgj4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vPcWvd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vPlkao{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vQ7OW0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vQ8Q8Q-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vQGwgo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vQTlXr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vQVcvf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vQkoMd{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vQoTnH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vQy4LP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vRJ5kS-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vRKsdX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vRLWMB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vRMQg3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vRRTh2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vRsWz0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vS1Rcu-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vSJ7Mf-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vSQb8A-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vSXNGa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vSbinN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vSd5zE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vSjWVz{
color:var(--black) !important;
font-size:max(calc(var(--font-size-11)*0.5),var(--mobile-font-size)) !important;
width:320px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vSkCTc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vSscrK-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vT0Psr{
text-align:start !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vTBUxt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vTC68q-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vTo7Ao-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vTvQsq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vU02bS{
font-size:var(--cms-g-mobile-header) !important;
color:var(--body-color) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vUQRz3-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vURZTG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vUTT3m-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vUeuNq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vV41AX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vV5Y0d-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vVKiRO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vVZmrc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vVkZqj-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vVoLGi-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vVu1jI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vVxHQP-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vWCI2S{
border-top-left-radius:calc(var(--border-radius-base)*3.75);
border-top-right-radius:calc(var(--border-radius-base)*3.75);
border-bottom-left-radius:calc(var(--border-radius-base)*3.75);
border-bottom-right-radius:calc(var(--border-radius-base)*3.75);
color:var(--black);
font-size:14px;
line-height:24px;
min-height:48px;
box-shadow:none;
margin-inline-start:calc(var(--mu-space)*2.5);
width:340px;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center;
height:70px;
}
#_PCM .phw-g-i-vWCI2S{
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vWN6Ji-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vWSNYq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vWT2HI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vWZiKy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vWbNas-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vWkflK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vWq8vi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vWr4R2{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vX24xC-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vX3SeZ-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vXGZYb-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vXIo5U{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vXLB3L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vXLRK3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vXMkWR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vXVFCo{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vXf9LR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vXpMQk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vXsTiB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vXzPhE-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vXzZqi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vY5qCp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vYGPmY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vYLgng-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vYY0zj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vYdcvi-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vYjaZz-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vYn04f-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vYnJiA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vYyg4Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vZ3OGE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vZMLvk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vZX2T8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vZcGEa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vZgyes-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vZnud7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vZoef4{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-va3HRr-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vaEAic-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vaFR4M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vaJSsM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vaRbKe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vaiSsV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vakwv2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vat1Pc{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vau85L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vb9Rha-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vbPFZz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vbPUCh{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vbfkKX-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vbgLHA{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vbujh4-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vcJQRn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vcMxcp-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vcNfl8-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vcVFMY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vcuQAq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vcuglp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vcwh7e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vd7RHP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vdHTwZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vdRvrH-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vdbUFe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vdfyIb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vdgI14-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vdiyRu-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vdkQVT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vdphfl-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vdwXI3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-veCle7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-veHvcl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-veOqkg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-veYXt5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-veZZyW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vepQ40-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-veqGM4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-veqhZW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-veqhs9{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vexcWT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vezTLj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vfJJI4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vfjSVD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vfrrOM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vftJY2-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vgNuXH-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vgQBNq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vgYKZw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vh4llu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vhB3f2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vhNJJe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vhOR3e-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vhcc8L-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vi1bFb-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vi4cfa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-viFNMh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vidYqb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vii6Hz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vivzq7-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vj6RCT{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-talent-1738741312303.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:480px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vjHtnc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vjMuCj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vk5N4M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vkQUjc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vkQYoG-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vkZ9jl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vkcCpK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vkf8HO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vki7Q2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vksboU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vl3bSA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vlC3KK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vlbP58-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vlmP6u-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vlwAj7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vmHbh9-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vmKY3d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vmtA6T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vmtwLi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vn3e2H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vn9fDT{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vnGOoh{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vnWkPz-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vnpzHq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vnywBA{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vo3B1g-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-voQeog-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-voobtp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-voruu7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-voxYMy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vpUapN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vpdNrW-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqJ7Bo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqPoU6{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqS7Bf-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqZTGs{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqbcZk-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqcHfx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqjHiE-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqkS8f{
width:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqphEq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqrBzR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vqzslN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vr1Ejd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vrBHyo{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vrCMNs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vrIGnj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vrPdea-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vrQIfy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vrRVyN-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vrTbj0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vrTdg4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vrYWE1-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vrcUi7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vsK1le-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vsL4JR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vsOnJj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vsk32K{
color:var(--black) !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vskMIh-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vslAk4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vt65MB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vt8Qee-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vtHoMG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vtISOc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vtKv3Y-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vtgLGu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vtkNfB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vtzPNv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vuL4ma-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vvE3p5-ds{
background-image:url("") !important;
background-position:50% 0% !important;
background-size:cover !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vvTFWB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vw3cD2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vw6mL7-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vwEkpH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vwVvSh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vwbbWX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vwdUIL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vwgyS0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vxEdfL{
font-size:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vxJw0z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vxb4Ch-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vxbAKQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vxfU8I-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vxhOyG{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vy0URt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vyAQNM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vyMLNY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vyPyzp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vyyWsO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-S5nQsO:hover .phw-g-i-vzF04g{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vzWt5L-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vzdvij-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vzevWZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vzi3ZP-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-vzsVrr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w0EGkp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w0dRz3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w0mS1A-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w0pPOy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w0s59X{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w1Ge4N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w1KvRA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w1UwK8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w1VzA2-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w1pDpG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w2OHSK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w2l0ZK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w2u37R-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w34Ye9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3D5Gx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3EQTM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3EoVc{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3JSd0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3KUMA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3MbBU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3SBBY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3U3UB{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3awjP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3epIC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3jIyT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w3xSZW-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w40u6j-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w4987F-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w4NQ0B-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w4bLHj{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w4hlyB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w4jCJk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w4ph3K-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w4rRWm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w4rWA8-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w4tzpk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w5GArQ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w5KDN7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w5Tgl8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w5fao5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w5kam2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w5w8t4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w62uie-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w6Ka2g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w6PGtr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w6Szi3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w6Wa05-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w6by20-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w6e9wg-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w6fawZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w6ntDz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w6v6OQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7EYUw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7Jca9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7K733{
font-family:var(--cms-g-jetsansregular) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7MDJx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7QZs0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7j7Bg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7k3Bn-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7lmgT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7pk4W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7qpS0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w7tNIw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w81F9H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w8Kfap-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w8QhBh-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w8QwAJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w8nKjq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w8rCYj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w8uHiH{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w91lFj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w94ESS{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w97XlO{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w9HzsD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w9OklN-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-w9vaVS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wA01Iq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wA8TFW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wABWRN-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wAKh9D-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wAN9Zj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wAPjQV-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wASACX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wAoR4I-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wBBAzJ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-cards-subtitle-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wBHQjy-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wBQC8X-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wBVTP9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wBxD0o-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wC5xjU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wC8xZj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wCFEIQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wCf6mS-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wCnEFp-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wCq2v1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wCuiAX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wD9qUc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wDKy9N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wDRAkl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wEB3mZ-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wERHbs-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wES8IY-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wETpQt-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wEVgHB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wEWaCP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wEXfmd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wEZSsv{
color:var(--white) !important;
background-color:var(--brand-color-secondary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wEdK6h{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wElP6n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wEmVG6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wEpd3X-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wF9Rd0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wFJ6aY-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wFRhRB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wFtzK3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wG96B3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wGBBX4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wGLEin-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wGOfgl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wGUKW9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wGbgTK-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wGgm2n-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wH0xpZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wH5oxq{
border-width:0.1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wH6s8n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wHVbjb{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wHdebD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wHi2ea-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wHl4P1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wID7cq-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wIWYK9-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wIYOnI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wIZVZp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wIbrDJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wIiJG4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wIlt0Q-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wIoyp9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wIreUY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wIzHG3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wJ0jNW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wJD1L1-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wJDm7f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wJiqKl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wJn1eP-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wJu3tg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wJw7Hf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wK7maa-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wKAV8U-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wKQj7D-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wKXnBG-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wKZr40-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wKadv6-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wKao6t-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wKlfmQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wKqLOi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wL8yiQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wLPzkX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wLW5vI-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wLXi3C-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wLk1z5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wLnftM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wM4DnZ{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wMFQIG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wMKF1G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wMfkxa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wMn11d{
font-size:max(calc(var(--font-size-15)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wMtOAf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wMuctB-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wN3Lwn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wN5w41-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wN9Fwd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wN9hZG{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wND3A3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wNF9GB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wNkFdv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wNrM1t-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wNvL8X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wOJ8Ta-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wOKsHM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wOQXTh-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wOQuyc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wORKFB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wOXKLi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wOXnqV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wOaiWm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wOmThJ-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wOsDz7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wOwETB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wPmjne-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wPrO7L-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wQPHKe-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wQilIA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wQqOQh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wQztSW-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wR32Y2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wRGVba-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wRb8uk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wRblRV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wRsOo0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wRwepX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wRyKB6-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wSDRQX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wSGXna-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wSMqBV-ds{
background-image:url("") !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wSU7ER-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wSs6Vi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wSxRqv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wTAMW0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wTDJEf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wTGGdf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wTIWfP-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wTKYtd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wTa1sB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wTgqwR-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wUKgLD{
color:var(--black) !important;
margin-bottom:calc(var(--mu-space)*4) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wUO9I3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wUOesd-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wUcEjq-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wUh4k0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wUt8xd-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wUwEe7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wV4aF1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wV6Kob-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wV87F8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wVBjFl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wVT2OW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wVTYV1{
background-image:none !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:260px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wVW5d6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wVjAPi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wW2wxg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wW5aF6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wWJMS0-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wWOYnx{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wWZRHl-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wWiDae{
width:80% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wWm9O7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wWsa0U-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wWwyTx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wX3gib-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wX4Rb4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wXC8SX-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wXEEyd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wXLjDR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wXTc4b-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wXkeca-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wXvs8X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wY9fBw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wYLY8v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wYLkMb-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wYMd2m-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wYy0ai-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wZEwqT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wZT1dm-ds{
background-image:url("") !important;
background-size:contain !important;
background-repeat:no-repeat !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wZTSZd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wZUehw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wZXKjD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wZY23p-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wZiYw0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wa7dEf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-waJ1WO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-waXCsF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-waZY0P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wajIlO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wb2ARO-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wb3fIH{
background-color:var(--phw-custom-light-blue-colorc1dadeff) !important;
height:auto !important;
width:auto !important;
padding-inline-start:calc(var(--pu-space)*2) !important;
padding-inline-end:calc(var(--pu-space)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wb5buK{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wb9w9t-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wbFTx5-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wbRcGw-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wbSqS8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wbb1HN{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wbeenD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wbnat5-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wbqMHR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wbx0tD{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wc0UxJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wc0ZdY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wc3DSa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wc4fvS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wcIcqF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wcNvGU-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wcUrfg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wcWCSU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wcYJGY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wcq3Cy-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wcwoGV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wdfGim-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wdfpiD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wdjDMe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wdtTer{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wdua3n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wdw2KT-ds{
text-align:center !important;
padding:50px 0 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-weGkpK-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wedjUX-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wf3gzX{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wf57Sy-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wfMRs1{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wfOI5l-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wfSvFO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wfU5Mw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wfcKZr-ds{
background-image:url("") !important;
background-size:100% 100% !important;
background-repeat:no-repeat !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wfwjZr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wfx82B-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wfyDqB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wg12sg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wgGEfP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wgMioq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wgNjaY-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wgXGde-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wgiiGB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wh2J2N-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-whATeE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-whMd2A-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-whTbN8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-whhor8-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-whmEwJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-whyafr-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wi3pIW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wiAqH8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wiFF0n-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wiJQV5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wiNtE5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wiWYbs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wiiRb8{
font-weight:inherit !important;
font-size:var(--phw-g-cards-title-font-size) !important;
line-height:1.4 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wiqvNM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wirosq{
width:390px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wivNWi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wixj0C-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wjAuL7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wjpISn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wjqtgd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wjrnoc-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wjuKAV-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wjy12V-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wjywNo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wjzDTH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wk8o14-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wkBhvg-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wkHjyM{
padding-top:calc(var(--pu-space)*1.25) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wkNQKr-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wkaEUM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wkesLR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wlEEWJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wlUeYx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wldd8h-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wltw2R-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wlwswW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wm1lXV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wm6YRE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wmJoS8{
width:400px !important;
font-size:20px !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wmP1pR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wmYyu5{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wmkLRN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wnUBNW-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wnaG8b-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wnkToI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wnorZD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wo21cA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-woDoST-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wobC17-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wocm64-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wotpZ4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wou9u1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-woyDDf-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wp8abP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wpEcXX-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wpHPmi{
font-size:48px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wpN1QN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wplbKx{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wpnniW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wpoERG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wppAVb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wprw2a-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wpyob5-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wq5cJt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wq7GBa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wqAnWi-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wqRQZx-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wqWKxV-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wqiS1w-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wqqaiL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wr2G9W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wr4uYD-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wrCgHw-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wrFgXj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wrSZzh{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wrUaDE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wrx5Gm-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wrxntZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wsHihU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wsQZf6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wsWFYT-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wstwIW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wsvV70{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wtGH92-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wtNR9i-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wtV83l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wtnTw4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wtu8B3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wtuAhy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wtwDXe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wuAGAQ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wuKAVG{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-wuNY2M{
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wuOg39-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wuUP1L-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wufZme-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wugR3b-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wv7s69{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wv80f9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wvEXcm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wvIQyR-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wvOdwf{
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ww1IB7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wwBtK5-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wwHjkm-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wwLdUT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wwUrDM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wwa6GD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wwg9l1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wwmqn7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wwslp9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wx5AYp-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wxZMEE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wxZXtW-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wxlYhV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wxmKuZ-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wy1rA3-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wy5S1R-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wy6d1H-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wyDHp6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wyJM5M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wyKZA0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wySTe1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wyjsVF-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wyonvX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wz7e3t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wza9xr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wzaEHi{
font-size:var(--cms-g-nav-items) !important;
color:var(--black) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wzaiSO-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wzdEjy{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-cs-1740126280718.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-wzruXL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x0JtDs-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x0YBWp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x0eBWm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x0l12d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x0w7r3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x12Qgl-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x18hLw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x1MXKJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x1N9cR-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x1bLZ5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x1pUf4-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x28SlB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x2QPHE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x2TKRY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x2WsOZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x2twqZ{
width:380px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x32XN8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x36Jj6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x37gmS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x3DOaK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x3GbU7-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x3NrUl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x3Sr2t-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x3WIBq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x3d1fy-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x3pJJa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x44EHy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x4Mh52-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x4Sgkx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x4ZCPP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x56fQh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x5NIXA-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x5enBh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x5fK7o-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x5grHC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x5klCI-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x6FBQO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x6IvJr-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x6MXw2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x6S2nv{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x6Wvpn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x6cKai-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x6z4Yu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x7Dgxk-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x7Dt1P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x7VY4Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x7yeeK-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x87ffm{
font-size:var(--phw-g-small-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x8DOTz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x8HDYa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x8X3By-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x91thb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x92PeA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x954Bu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x99Nik-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x9SlZk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x9XCNF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x9Z1wO-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x9hwXU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-x9zzov-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xAKsYb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xAXCAN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xAknfP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xAu4IE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xAvuvc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xB5agb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xBbbcr-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xBgSk2-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xBqXyp-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xBsll9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xC5kkq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xC670i-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xCHqAT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xCdC8W-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xCeYEU-ds{
cursor:pointer !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xCiE9h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xCvd4u-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xCw0qw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xD98yE{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xDAtOF{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xDVcMt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xDw3qN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xE3Ire-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xEEw3L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xEFN0y-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xEMk8k{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xEMvkQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xEbm8D-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xEeIOL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xEklQ0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xEzHhE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xF0kj3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xF77gH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xFGd2T-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xFTz5w{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xFXNIR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xFqP9N{
padding-top:calc(var(--pu-space)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xFrztd{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
padding-top:calc(var(--pu-space)*2) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xG3QhX-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xG5phY{
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xGBfuJ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xGBm0v-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xGLNhA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xGTeYI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xGUyXc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xGctch-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xGrCmF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xGvhv9-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xH7nUp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xHEsvJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xHEv4l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xHKuJ9-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xHTi2x-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xHeBM3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xHfeuN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xHjkMc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xHugnY-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xI3UB5-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xI8srD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xIICPW-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xIV79B-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xIjWCL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xJIz73-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xJLIkf-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xJkKln-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xJrVs4{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:52px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xKAfQa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xKekRY-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xKjDXw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xKjL4d-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xKsZaf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xKwy0k-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xL69f9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xL9PF7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xLF6Ya-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xLQiSP:hover{
background-color:var(--brand-color-primary) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xLbpT8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xLczMm{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xLd0fO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xLsArZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xLsN5w-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xLxECb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xM2GTc-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xMHGXj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xMI2uF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xMIPLu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xML9rL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xMMPxR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xMS1mW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xMU96L-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xMq50q-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xN8shH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xN9sVo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xNKe31-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xNTH5j-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xNeyUL-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xNj2Jl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xO5KZS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xO5z6c-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xO7ZWk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xOCWgR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xOfPY0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xOjZlC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xOkAEz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xOyPR6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xP5GdY{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
width:94% !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
height:200px !important;
margin-inline-end:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xP5pn7{
}
.phw-g-i-xP5pn7 img{
aspect-ratio:16/9 !important;
object-fit:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xPGvEf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xPHBpC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xPHX2B-ds{
border-radius:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xPHZVj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xPIlzx-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xPey9r-ds{
background-image:url("") !important;
background-size:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xPkVQs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xQ47LP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xQ5cK5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xQP8Kj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xQdW9M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xQz7ev-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xRJR14-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xRMm4F-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xRcjry-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xReSKe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xRjaC4{
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xRnmR0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xRnswO-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xSPnJz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xScKhq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xT7fjb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xTIawO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xTJ6Cw-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xU7E26-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xUPXpq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xUPeyO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xUUe3i-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xUem3A-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xUvMIG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xV1SwH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xV3G0u-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xV7GCB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xVD6BN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xVVLo2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xVpnK4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xW5EZM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xWB2RP-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xWBPzE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xWEPQp-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xWYN2G-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xWdFbV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xWlyV8{
fill:var(--phw-custom-icon-whiteffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xWvKLL-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xWx69y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xX5A6e-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xX9koA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xXKCm0-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xXUdtS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xXYJpr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xXmxgI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xXovSU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xXqjtP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xXsYNt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xY5kf6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xYLaB2-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xYRFOF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xYZvk8{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:200px !important;
width:94% !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-top:auto !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xYgBIa-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xYiQnX-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xYk8kx-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZ1v8y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZ3DnR{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/iPhoneSE-1-1739173745340.png) !important;
height:560px !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZ3LrE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZ5X6G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZ8K5u-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZ9pKZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZUJBw-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZUay1{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZaMaK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZccNo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZewx3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZrPBX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xZyYlE-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xa1bBb-ds{
background-image:url("") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xa3Zt6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xaOiHY-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xampkT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xayTb6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xb2mmu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xbRCZT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xbhuCe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xbjBqc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xcKfzB-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xcOAgd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xcVJMA-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xcVXzb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xcjjKL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xcl7jJ-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xcqstM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xd2QMq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xdEWQW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xdTz7e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xdlgBD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xdtPDB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xdwVJI-ds{
border-radius:30px !important;
border-style:hidden !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xdzDCU-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xe2uHv{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xeDGxZ-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xeFN37-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xeYPGM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xeYhP2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xeiRBu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xemCz4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xex74h-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xf4JS3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xfdFbE-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xfkao1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xfrITi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xfwPDS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xg0lhZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xgRqCv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xgVhpe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xgX9Q5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xgb12J-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xgort3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xgpfcB{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:200px !important;
width:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xguJjp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xh9knW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xhEZ1N-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xhJMWG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xhM0hD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xhaAkj-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xhbpgU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xhh8DV-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xhikaT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xhmPA0-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xhvy7W-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xhyvlo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xiFdIu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xiUcFG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xiog0T-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xjJkRV-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xjdXby-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xjiXq8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xjjvh8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xkNyi9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xkWYum-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xkbDns-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xkx9cX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xlE5yq-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xlHufT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xliveI{
font-size:max(calc(var(--font-size-15)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xlvMGh-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xlxgxT-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xm7x5G-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xmYNWl-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xmm49y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xmpOUo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xmzwV5-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xn5KDj-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xnPbzT{
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xnXeBb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xnfkTO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xnh6LE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xnlrmj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xo1RkD{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xo8d0u-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xo9qzI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xolOe4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xomYkS-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xozoqA{
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:48px !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xp2PV5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xpOkJU-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xpUnAO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xpXd25-ds{
border-radius:29px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xpajdF-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xpfPF8-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xpl79f-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xpw0m2{
padding-bottom:calc(var(--pu-space)*3.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xpzqnP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xq9Ym4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xqBIG1-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xqGe2i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xqQ6IZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xr3mP9-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xrEC8I-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xrLFxM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xricbm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xrsHdH-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xrz6KM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xsH7Jb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xsMAmr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xsN1SW-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xsbO0F-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xseFhE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xsj5fi-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xsryYP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xt6kKb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xtBG3I-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xtDJq4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xtDmQ2-ds{
background-position:0% 50% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xtaxUj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xtc9vl{
max-height:60px !important;
max-width:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xtejY2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xthDUT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xtprnu{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xtuzMq-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xu3cYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xu8YFc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xuB5Hz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xuOGWH-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xuduhv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xv17bF-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xv5Uag-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xv8xPe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xvX80Z-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xvhuT5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xvoBJF-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xvv1x1-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xw43Rc{
font-size:max(calc(var(--cms-g-small-font)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xw63ig{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xwB987-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xwGFK7-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xwJx0k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xwjG1g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xwmc7q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xwqU66-ds{
border-radius:31px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xx0Vcs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xx2wj3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xxHFXY{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xxIZJI-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xxLhhA-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xxMi1j-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xxXKaf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xxe0vf-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xxgLDj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xyDwaF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xyOV8a-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xyOkvB{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xyWGKi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xyWIam-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xyZONp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xygyES-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xyzG0y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xzHt04{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xzMg0M-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xzPtXY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xzSISl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xzYs0C-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-xzmg8P-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y04rEY-ds{
border-radius:30px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y07mH8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y0HiHY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y0Oyk6-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y0VD8h-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y0ZLmY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y0mPAe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y0sxdH{
font-size:var(--cms-g-nav-items) !important;
border-width:0px !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y0xubg-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y1Hvvy-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y1aqm1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y1fts7-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y1kOCs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y2ADhp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y2Kwf1{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y2UV50-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y2Y5Vx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y2brV1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y2fKUQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y2i3W5-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y2xSy8-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y3QnrU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y3Qt7p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y3pJzP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y4RVjR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y4yURx-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y50iv4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y530lX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y59DPi-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y5D8Xp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y5KyVL{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y5RlwL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y5fKhE-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y62E2e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y64QAO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y6Xp5a-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y70jRX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y7AEMY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y7GzDW-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y7JV6i-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y7V2cm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y7bHIp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y80BFb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y89lai-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y8MOKm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y8Q0wU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y8TcPz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y8hhrS-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y8iYN3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y8plEU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y98xHT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y9B8Ze-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y9Bz46-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y9WNEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y9ZfB9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y9dSuL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y9eZIs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y9kX7W-ds{
border-radius:30px !important;
border-width:1px !important;
border-style:hidden !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y9pHGZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y9rKsW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y9s79H-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-y9sacv-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yA06MO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yA0uri-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-yACNkl{
font-size:var(--body-font-size) !important;
line-height:1.5 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yAEt12-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yATykf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yAVnSj{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yAgnSM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yAs4oI{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-tEAsb6:hover .phw-g-i-yAvqGT{
background-color:transparent !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yAzivU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yBE22c-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yBGOfo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yBGtAu-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yBIa2m-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yBhk6x-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yBk2RV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yC1Uxb-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yC1o6m-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yCE1Xr{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yCHQSC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yCJWPz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yCkWN2{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yCnZ6y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yCtbJM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yCvOrw{
font-size:14px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yDQS01-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yDfHje-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yDgMoO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yDhsNm-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yE6lqn-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yEUcaG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yEfLts-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yEkca4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yEp1NW{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yF5yMX-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yFBOny-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yFWyty-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yFXpHV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yFhAbw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yFu996-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yFvq5j-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yFwdm3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yG4Obx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yG4pwr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yGMasZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yGZkCe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yGh5k6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yGkdDz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yGo8NS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yGwD3Q-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yGyxSn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yH4j2k-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yH5bTI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yHBuEC-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yHJGGn-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yHQeRU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yHRcRy-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yHbe7t-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yHcVib-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yHmmhG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yHyt7c{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yI0POo-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yI6gZh{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yIHvF5-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yIMzij-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yIQBTz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yIRGCr-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yIStb4-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yIadKp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yIgadI-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yImTCZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yJ4pSR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yJ7f4t{
width:auto !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yJOkkx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yJQKnh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yJcX8S-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yJpVGh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yJqbnt-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yJtE9D-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yJy3fb-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yK9Pm0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yKFB9Y-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yKWi9c-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yKX7I4-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yKfxj9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yKl2So{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yL0Jsq-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yL9rLn-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yLOWIS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yLZzSU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yLvEhv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yLz0kz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yM5sqQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yMGAQa-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yMOz5l-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yMVgVC-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yMccfn-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yMgOQs{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--phw-g-widget-title-font-size) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yMqqte-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yMuVsv-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yMvMH9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yMwB2t-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yN61RT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yNH04l-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yNRSSg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yO0RDM-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yO8HeJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yOFrfW-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yOG9Jr-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yOM0c3-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yOdPag-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yOjLoy-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yOpiSm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yOxLYs-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yP4vho-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yPGfEs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yPXpB4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yPeGFs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yPn9cV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yPqnCs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yPsO3g-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yQ1Mnb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yQCw9d-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yQPo1M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yQt1d1-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yQtrIc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yR7ixn-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yRGdSp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yRbqYH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yRegHo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yRkpV1:hover{
font-size:max(calc(var(--body-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yS6M6h{
font-size:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ySTeRT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ySYK2O{
font-size:var(--phw-g-cards-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ySd82P-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yTJSJ3-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yTWD7G{
background-image:url(https://assets.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/mobile-imgmarketing-1740542026885.png) !important;
background-repeat:no-repeat !important;
background-position:50% 50% !important;
background-size:cover !important;
height:560px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yTbAKz-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yTs7jQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yTw9Tm-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yTwwmY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yTxyu9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yUMBT5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yUX6GU-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yUXB3s{
height:48px !important;
width:48px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yUcyKU-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yUgtfI-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yUhfeC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yUomj8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yUzE3K-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yVEneg-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yVMcMa-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yVWzUC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yVejNu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yW0sJ7{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yW2H8W-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yWD1SO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yWLqbt-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yWZc7y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yWhhzG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yWpCVR{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yX5iBD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yXEn9l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yXJIkN-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yXNajo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yXRo3Q-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yXUYs5-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yXX8nq-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yXXOyL-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yXZC7p-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yXlsPT-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yYBQxN-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yYMqU0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yYWt6d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yYY17B-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yZAEhs-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yZZO1u-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yZetDt-ds{
background-image:url("https://pp-cdn.phenompeople.com/CareerConnectResources/prod/TAKEGLOBAL/images/necessary-1720437577430.png") !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yZp6dL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yaB9Y1-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yaXgAS-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yae2gd-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yaefly-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yakMqT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yakaHd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yb3Xyc-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yb6Pm4-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yb9UMK-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ybGi0Y-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ybKm8f{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ybOjsx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ybX8Bl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ybfa7W-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ybkFet-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yc5ypb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yc7XWW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ycA9H7-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ycKar9-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ycMQxU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ycePmc{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ycphnG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ydKrjZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ydMB4g-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ydeIjY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ydgVsc-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ye9GSj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yeF8l3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yeiigY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yf5tU2-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yf7rpR-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yfDhSY-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yfG94v-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yfYsxD-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yfbirp-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yfeVPx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yfezlN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yfnm9s-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yfwtBM-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yg4G9V-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ygBXXa-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ygDAHN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ygHR7e-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ygIAJF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ygKIy3{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ygjQSh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ygzWNm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yh3NQo-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yh53YW-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yh9VVH-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yhBz5r-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yhFp38-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yhVeFo-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yhVfiU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yhXwgV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yhiKTc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yhlmTZ-ds{
pointer-events:visible !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yi0NiO-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yi5EHG-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yi5pjx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yi61Gw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yiYCQh-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yicSnT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yitBxb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yj3zpy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yj58Gz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yjOvyC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yjP2DI-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yjg7Tb-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yjtJlH-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yjxJbj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yjyDcp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yk9vn6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ykArlb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ykB8Wi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ykTHKx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ykcy7t-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ykh62I-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ykkH8V-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yknf8O-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ykvTMR{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ylLBZn-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ylLwVE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ylN5uT{
color:var(--white) !important;
display:inline-flex !important;
text-decoration:none !important;
font-size:var(--font-size-8) !important;
line-height:var(--paragraph-line-height-2) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
font-weight:700 !important;
border-style:none !important;
border-width:0px !important;
min-height:34px !important;
padding-left:0px !important;
padding-right:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ylRBpA-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ylWG5U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ylh6jQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yljWf7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ylmuhZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yln60H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ylqOF8-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ylu8po-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ylwI6w-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ylxgsS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ym6gyB-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ym8b9k{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ymWHJn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ymWm4Y-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ymWxFG-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ymo8fF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ymvIva-ds{
border-radius:20px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yn5aH5-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ynKNKO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ynkf5R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yo0wKb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yo1ZRT-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yoBRzd-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yoE3nu-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yoGcDD-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yoLGFN-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yoLy2t{
font-size:var(--phw-g-cards-title-font-size) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
line-height:44px !important;
color:#FF8000 !important;
font-weight:inherit !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yoRE0N-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yopKK1{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yp3tbg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ypJ1n2{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
border-style:none !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ypV1ib-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ypapIT{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ypc0Ag-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ypvh6f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yq1zcb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yq313E-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yq9Qiu-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yqFwbr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yqRKUD-ds{
width:100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yqaEPg-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yqdzbl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yqfSGD-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yqy5mK-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yrBN4k-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yrHjrV-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yrIgzr-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yrOpYF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yrcWxb-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yrcmMo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yrsurj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yrxBPB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ys4mdG{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
color:var(--black) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ys7swk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ysB3uQ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ysGnWe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ysRgpV-ds{
margin:0 auto !important;
max-width:100% !important;
height:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ysgCn4{
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ytNTEJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yte4Ug-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ytp2ja-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ytsFpk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yuHFAt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yuLqDA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yuVERX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yv96PW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yvBsti-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yvPdQS-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yvV3VH-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yvgAOJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yvk2aR{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yvzXbe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yw3jlP-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ywD2oZ-ds{
border-radius:30px !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ywJoaU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ywNwwC{
padding-bottom:calc(var(--pu-space)*3.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ywThXj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ywZ07d-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ywvEvU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yx0PQH-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yx5Wzp{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yxBZnS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yxHZxL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yxLrTA-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yxMGjA-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
#_PCM .phw-g-i-yxMtgb{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yxfZAs-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yxxXuz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yy8a3g-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yyP55N-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yyQqhm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yySMIx-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yyVLGV-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yyYAvW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yyjIh6-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yynJk3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yyzxpm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yzCRgl-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yzcNoc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yzeN3r-ds{
background-size:100% 100% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yzgy5M-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-yzuE4M{
font-size:max(calc(var(--font-size-15)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z03bAz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z0A81l{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z0JBh2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z0NGGA-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z0P01c{
width:40px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z0WxcW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z0Y0Hc-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z0y1tL-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z12clV-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z13APj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z1ArEj-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z1CA7n{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
height:460px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z1PGyQ{
font-size:max(calc(var(--font-size-12)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z1YEWO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z1atFv-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z1evvX-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z26Akn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z2OTjA{
background:none !important;
border-width:1px !important;
border-color:var(--phw-custom-border-black000000ff) !important;
border-style:solid !important;
border-top-left-radius:30px !important;
border-top-right-radius:30px !important;
border-bottom-left-radius:30px !important;
border-bottom-right-radius:30px !important;
color:var(--black) !important;
background-color:var(--phw-custom-whitebgffffffff) !important;
font-weight:normal !important;
padding-left:38px !important;
font-size:16px !important;
line-height:28px !important;
min-height:52px !important;
box-shadow:none !important;
font-family:var(--cms-g-takeawaysansbold) !important;
text-align:center !important;
padding-right:38px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z2d5cB{
width:40px !important;
fill:var(--phw-custom-social-icon-hover-color636363ff) !important;
height:40px !important;
color:var(--phw-custom-social-icon-hover-color636363ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z2lKww-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z35e4f-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z3AsN7-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z3EvIZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z3FFrI-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z3KHhH{
font-size:max(calc(var(--phw-g-hero-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z3SmK7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z3THx3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z3Uk3U-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z3ixpk-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z3rtIL-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z3v6gd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z3wN2M-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z4G4kC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z4NofA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z4PRvn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z4hZ7K-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z56Y4P-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z5R7a4-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z5Rw6C-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z5TIUd-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z5bISg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z5gslR{
background-color:var(--phw-custom-mozf5f3f1ff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z5vkDN-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z5zBg0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z69bjk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z6JK4B-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z6Q8nJ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z6fjFm-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z7EBp5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z7Id5U-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z7K09p-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z7h9Sz-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z7k8eH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z82N3N-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z84hrN-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z8M7wL-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z8OUCR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z8QlaN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z8auJb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z8gIBm-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z8oaQ0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z8vkGn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z8w3Oo-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z8wakA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z97vD0-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z9Icdv-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z9JE1e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z9SJdn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-z9kNgs-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zA0y2g-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zAAEDg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zAOJQG-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zAPF4y-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zAQKun{
color:var(--black) !important;
font-size:var(--cms-g-nav-items) !important;
font-family:var(--cms-g-takeawaysansbold) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zAaacP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zAjXIF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zAzem6-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zBOKf3-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zBR13u-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zBTDcC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zBY2pA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zBhJFw-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zBliDq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zCE0MG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zCZIrh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zCnlzX-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zCzv3b-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zD5qRX{
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:28px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zDK8dz-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zDLZ3G-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zDT4PY{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zDs4La-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zDt2mx{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zDwDUj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zEKPKl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zEQevi-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zEzVQg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zF67qE-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zFWfBn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zFqd6M-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zFz9ZD-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zG4klt-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zG4weU{
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
.phw-g-i-zG4weU img{
object-fit:cover !important;
border-top-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*1.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*1.5) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zG4wmZ-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zG8Cwt-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zGBLr2-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zGNud9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zGY0sq-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zGf4Gb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zGgAWz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zGhZrc-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zGlUES-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zH4hoh{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zH5LeD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zH6wA9-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zHI7x6-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zHouXR-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zHqAlf-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zI1aTv-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zI9msx-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zIDS4j-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zIM5r6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zIkwET-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zInYpe-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zIqikO-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zIqvhZ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zJUbOO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zJYkOa-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zJlZXj-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zJocn7{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zJqEbC-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zK33Dg-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zKntjc-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zKrrCw-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zKsOSV-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zLW6Un-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zLfKbM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zLpLY1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zLvfph-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zMivY8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zMj35g{
color:var(--black) !important;
font-size:var(--phw-g-cards-title-font-size) !important;
width:320px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zMja3b{
font-size:max(calc(var(--phw-g-regular-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zN7SAH-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zNBVi2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zNG9kz-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zNOGfH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zNQafZ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zNaptx-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zNbhge{
font-size:18px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zNhLwq-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zNn1iY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zNuTrQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zNxIUK-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zO531Z-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zODs2j-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zOPh10-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zOV5q0-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zOtDKh-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zOwQTp-ds{
border-radius:30px !important;
border-width:0px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zP7OCY-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zP7hBr-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zP8aaL-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zPEgzS{
height:128px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zPNeDQ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zPOGnb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zPdN6a-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zPnOWF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zPum58{
font-size:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zPvaz7-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zQ1h4B-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zQ1h4B-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zQ7rfG-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zQF3Wj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zQOxrj-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zQakNK-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zQlv4e-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zQm6p5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zR1TDe-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zR3hcW-ds{
color:#00adee !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zRJflK{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zRWGld{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
height:215px !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
margin-inline-start:auto !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zRhE6n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zRrJdD-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zRyU9u-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zS7kG3-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zSIxPU-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zSJaSp-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zSJwK0-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zSN8op-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zSRAFI-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zSaMnR-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zSl3dl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zStIVd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zSwyAC{
background-color:var(--phw-custom-whitebgffffffff) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zT2ljH-ds{
background-image:url("") !important;
background-size:cover !important;
background-position:50% 0% !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zT3YCY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zTDbXF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zTEvry-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zTP7Ya-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zTVEHQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zTdbFf-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zUHrGq-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zULT1R-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zUPvhD-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zUZ9D7{
font-size:max(calc(var(--phw-g-widget-title-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zVBAot-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zVDidp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zVHSIl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zViATb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zVlq93-ds{
font-family:TakeawaySans-Bold !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zVooPp-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zVyBcs-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zW7QJ7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zWB1MC-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zWBlLr{
font-size:var(--phw-g-cards-subtitle-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zWWS3u-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zWkdkJ-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zWu8cl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zWzxQi-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zX6F1M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zXCgcA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zXD6M4-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zXFY6h-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zXL0Lw-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zXMWKd-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zXY0am-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zXYnlP-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zXhAES-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zXjhB9-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zXm0Z8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zY8SsT-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zY96Mm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zYY2rA-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zYcLKA-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zYj7q6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zYu3MS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zYuUJ3-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zYyFEZ-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zYyQCL-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZCulS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZENoF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZHZlQ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZN77W-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZOj80-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZZm79-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZjOy0-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZpGQB-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZt2sN-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zZuzBA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zaKrxk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zaQkNk-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zaaRCC-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zamqX1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zanKlL-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zap7jz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zawPBT-ds{
position:relative !important;
pointer-events:all !important;
z-index:3 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zb74d2-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zb7Gc8-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zb85Fm-ds{
background-image:url("") !important;
border-radius:32px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zbEXkQ-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zbF8i5-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zbI8zl-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zbcwZb-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zbh8lL-ds{
border-radius:9px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zbtL78-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zbwVHh-ds{
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zc52xf{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zc5Wfq-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zcFCr6-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zcJe1W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zcKBSF-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zcOsR4-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zcW9y3-ds{
position:relative !important;
display:block !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zcuzDd-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zcw1TE-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zdXpDp-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zdZnnM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zdbDEe-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zdePEQ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zdkFVb-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zdouC1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zdt9ch-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zdtDGY-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ze4P8h-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zeExEb{
font-weight:inherit !important;
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
color:var(--black) !important;
font-family:var(--cms-g-jetsansextrablackitalic) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zf3PSH-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zfIvX2-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zfTNzB-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zfjJbG-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zfkrmZ-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zfmJ9X-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zfvdSW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zg3Mkr-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zg4BSV-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zg9i5g{
border-top-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-top-right-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-left-radius:calc(var(--border-radius-base)*2.5) !important;
border-bottom-right-radius:calc(var(--border-radius-base)*2.5) !important;
padding-top:calc(var(--pu-space)*2.5) !important;
padding-inline-end:calc(var(--pu-space)*2.5) !important;
padding-inline-start:calc(var(--pu-space)*2.5) !important;
padding-bottom:calc(var(--pu-space)*2.5) !important;
width:448px !important;
margin-inline-start:auto !important;
height:200px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zgAJ2H-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zgCCX6-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zgTPSR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zgaV4l-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zgqwzy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zgvdS1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zhT9gy-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zhTDsp-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zhUwgR-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zhW6lZ-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zhWKXB-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zhY2sm-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zhqnGF-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zhsc1S-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zi8XfM-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ziIX1i{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ziN6h6-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ziQxGn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ziZ1pF-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zil9ke-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zirjsj-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zisCY7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ziv0S0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zj3nN5-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zjBzZm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zjHky7-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zjJ4YO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zjTara-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zjV9g2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zjdfUn-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zjeHlm-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zjfsTc-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zkMsZR-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zkN1xP-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zkTaXb-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zkVVDR-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zkWBG4-ds{
position:relative !important;
display:block !important;
background-color:rgba(255, 255, 255, 0.06) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zkZdW1-ds{
border-radius:35px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zkbyL4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zkjRdJ-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zknWeK-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zkzmqA-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zlIlZ1{
font-size:var(--cms-g-mobile-header) !important;
text-align:center !important;
width:410px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zlSwAb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zlVl59-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zlrvK1-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zlsJqn-ds{
border-radius:30px !important;
border-style:solid !important;
border-width:1px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zmECUA-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zmIRTR{
font-size:max(calc(var(--phw-g-cards-subtitle-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zmM6tv-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zmcXNL-ds{
padding-top:40px !important;
text-align:center !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zmdOIZ{
font-size:var(--phw-g-cards-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zmhvMM-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zmhvMM-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zmxXzh-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zn2vE1-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-znA7UO-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-znGeQP-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-znRJKQ{
font-family:var(--cms-g-jetsansextrablackitalic) !important;
font-size:var(--cms-g-mobile-header) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-znfZOO-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zo25Yn-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zo9Zry-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zoST26-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zob1k9-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zojfle-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zorYnd-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zovixk{
background-color:var(--brand-color-secondary) !important;
color:var(--black) !important;
padding-left:24px !important;
margin-inline-start:calc(var(--mu-space)*0) !important;
width:376px !important;
font-size:16px !important;
padding-right:24px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zowIOT-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zowuHz{
font-size:26px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zp7q9r-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zpCMnz-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zpHp7O-ds{
background-color:transparent !important;
border:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zpNVEz{
color:var(--black) !important;
font-size:21px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zpglV7{
background:none !important;
background-image:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zpz4wJ-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zq4xQr-ds{
text-align:left !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zq5A3Z-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zqTGNo{
width:380px !important;
font-size:max(calc(var(--phw-g-small-text-font-size)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zqpBzU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zqqqoT-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zr13w6-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zr4Lod-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zrCJ9M-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zrLlrW-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zrcKBl-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zrlhJL-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zrmB2H-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zrnH4l-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zrtq77-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zrunjk-ds{
background-color:#3a3a3a !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zs9WqU-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zt6HfY{
width:40px !important;
fill:var(--phw-custom-icon-whiteffffffff) !important;
height:40px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zt8CZR-ds{
border-radius:30px !important;
border-width:0px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-ztoikY-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zu5aJU-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zuQMuV-ds{
display:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zuZm71-ds{
opacity:0.8 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zubwZr-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zuwwjg-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zv24XN{
font-size:var(--cms-g-mobile-header) !important;
line-height:1.2 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zv7QFB-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zv7sap-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zvIiF9-ds{
font-family:TakeawaySans-Regular !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zvM98v-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zvPRnb-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zvfK2l{
font-size:var(--phw-g-widget-title-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zvhiy2-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
border-width:1px !important;
border-style:solid !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zvv6kj-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zvzc3W-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zw9os0-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zwCpRG-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zwDXy8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zwQA3n-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zweO0Y-ds{
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zwmfo8-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zwqATM-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zwvo49-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zx7cMk-ds{
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zxNCDw{
font-size:25px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zxQ8qx-ds{
border-width:0px !important;
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zxl1Q4-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zxtSPg-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zxyb95-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zy2Bbt{
color:var(--black) !important;
font-size:var(--phw-g-regular-text-font-size) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zy2xe3-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zy3Q4a-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zy76Fg-ds{
z-index:3 !important;
position:relative !important;
pointer-events:all !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zyMTWG-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zyPtxW-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zyjnTa-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zymJ7E-ds{
border-radius:30px !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zyotcS-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zz8Mcz-ds{
position:absolute !important;
height:100% !important;
width:100% !important;
top:0px !important;
left:0px !important;
pointer-events:all !important;
z-index:1 !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zzqpt5-ds{
z-index:2 !important;
pointer-events:none !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-i-zzr0Xn-ds{
border-radius:30px !important;
position:relative !important;
display:block !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-g-text-field-style-1{
font-size:max(calc(var(--font-size-8)*0.5),var(--mobile-font-size)) !important;
}
}

@media only screen and (max-width: 767.98px) {
.phw-job-description p{
font-size:max(calc(var(--font-size-6)*0.5),var(--mobile-font-size)) !important;
}
}

